You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the gen2-tf-image-classification example (Link: https://github.com/luxonis/depthai-experiments/tree/master/gen2-tf-image-classification) the TensorFlow to OpenVino (IR format) conversion is not working anymore. It was working a month ago but now its giving error. It seems to be an issue with the OpenVino installation in Google Colab as the OpenVino Validation Demo Code is also failing
@HonzaCuhel Do you mind looking into this? It's likely some version issue or some sort of Colab issue. If there's an easy way to "modernize" the notebook we should do it.
@tersekmatija I have fixed the issue. Will update notebook and create a PR. I tried different OpenVino version, the best way to do it was with version 2022.1 however the predictions on OAK were not good the IR predictions were good. So I had refrain from using that even tried with a combination of IR and the Blob converter tool by Luxonis.
Give me sometime and would create a PR on this. Thanks!
Give me sometime and would create a PR on this. Thanks!
Thanks!
So I had refrain from using that even tried with a combination of IR and the Blob converter tool by Luxonis.
@aditya-AI It might be that export parameters passed to model optimizer were wrongly specified. So if you use any image normalization, this should be specified when exporting the model.
You can close the issue and open a new one if having issues with predictions or we can try solving it in this one :)
Hi Team,
In the
gen2-tf-image-classification
example (Link: https://github.com/luxonis/depthai-experiments/tree/master/gen2-tf-image-classification) the TensorFlow to OpenVino (IR format) conversion is not working anymore. It was working a month ago but now its giving error. It seems to be an issue with the OpenVino installation in Google Colab as the OpenVino Validation Demo Code is also failing/opt/intel/openvino_2021/deployment_tools/demo/demo_squeezenet_download_convert_run.sh
Below is the error I get:
To get better understanding of the error I ran the OpenVino validation demo without subprocess module below are the screenshots:
Also when the runtime in colab is GPU then the error is different:
@Erol444 please tag the ML folks who can help me with this issue. Thanks in Advance!
The text was updated successfully, but these errors were encountered: