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
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
We're trying to convert and customize a Yolov5 model in Keras since the EdgeTPU has issues with the 5DTranpose operation at the end and the openvino2tensorflow has issues with which dimensions to tranpose between the Openvino graph and Tensorflow.
The idea is to use openvino2tensorflow to get a Keras and then customize the output of that conversion but we get the index out of range error when attempting to load the Keras model
Any suggestions on how to workaround this workaround?
Update: I just found out an error is throw when saving the yolo TF/Keras model. Can't pickle module objects
The text was updated successfully, but these errors were encountered:
1. Ubuntu 20.04
2. x86_64
3. Version of OpenVINO 2021.3.394
4. Version of TensorFlow v2.4.1
8. Version of ONNX 1.9.0
9. Download URL for ONNX model
https://drive.google.com/file/d/1RSbxNDlCDiaJLCKy_iyg19MOC6W7MIza/view?usp=sharing
10. Download URL for OpenVINO IR (.bin/.xml) model
https://drive.google.com/drive/folders/1Jy4_4wbwJXTNk-Lv1AYFSrN8mh8dWDUE?usp=sharing
11. URL of the repository from which the transformed model was taken
https://github.com/ultralytics/yolov5
13. Issue Details
We're trying to convert and customize a Yolov5 model in Keras since the EdgeTPU has issues with the 5DTranpose operation at the end and the openvino2tensorflow has issues with which dimensions to tranpose between the Openvino graph and Tensorflow.
The idea is to use openvino2tensorflow to get a Keras and then customize the output of that conversion but we get the
index out of range
error when attempting to load the Keras modelAny suggestions on how to workaround this workaround?
Update: I just found out an error is throw when saving the yolo TF/Keras model.
Can't pickle module objects
The text was updated successfully, but these errors were encountered: