martin181818 Dear community, I am attempting to convert the DepthAnythingV2 small model (https://huggingface.co/onnx-community/depth-anything-v2-small/blob/main/onnx/model_fp16.onnx) "https://huggingface.co/onnx-community/depth-anything-v2-small/blob/main/onnx/model_fp16.onnx)") using BlobConverter (https://blobconverter.luxonis.com/) "https://blobconverter.luxonis.com/)"), but the conversion process seems to be running indefinitely. It has been going for several hours with no progress. In the attempt of solving the issue I tried to host locally the blobconverter library, but I unfortunately got the following error : requests.exceptions.HTTPError: 400 Client Error: BAD REQUEST for url: https://blobconverter.luxonis.com/compile?version=2022.1&no_cache=False I would greatly appreciate any assistance or guidance you can provide. I just need to convert the depth anything model with the file I provided or with any other version of the model. Thank you
jakaskerl martin181818 Cannot get length of dynamic dimension The model has dynamic dimensions which is not supported by blobconverter. Model has to be static before you try onverting it. Thanks, Jaka