Hey there,
I'm trying to add a new model to an depthai/resources/nn/xxx folder
I've done this before with no issues with YOLO-type models. This one is segmentation, trained with deeplab / mnv2 etc.. (cloned from the tutorial page)
I've create a YML file with all the pointers, sha256 and bytesizes.
The model displays in the interface of depthai_demo.py , no problem so far!
However when I try to load it I get this error message:
raise HTTPError(http_error_msg, response=self)
400 Client Error: BAD REQUEST for url: https://blobconverter.luxonis.com/compile?version=2021.4&no_cache=False
In this case the model is already converted, in blob format and in the /nn/xxx folder .... anything I am missing here?
Cheers,
Stephan