-
-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when converting yolox to tensorflow lite #126
Comments
Same issue. #114
|
I am sorry if I bother you. I retrained the yolox-nano model with one class then convert new model to openvino, but I can not see yolox_nano_320x320_tf.xml or yolox_nano_320x320_vino.xml file when runing: |
I don't always know the details of what you do and what your problems are. Therefore, try to describe the work you have done in as much detail as possible. I am not a psychic. This issue has been closed, please submit another issue. |
Hi, I'm running into the same issue. I trained YOLOX Nano with 2 classes and converted with the export_onnx.py script that is in the YOLOX repo. After that I use the openvino convert script as described in your blog post here: https://qiita.com/PINTO/items/ed06e03eb5c007c2e102#6-8-onnx---openvino-ir-conversion After that I end up with three files: experiment_opt.bin, experiment_opt.xml, experiment_opt.mapping Converting the xml with:
Results in the following error:
YOLOX_Nano has 2 classes. I use pytorch 1.9.0 and tensorflow 2.6.0rc2 You repeatedly mention to Do need to get my model ? I can send it to you if it helps. Thanks for any help. |
Apparently you are using Changing that I can compile the model. Now I'm getting the following WARNINGS when compiling with the
Any ideas ? Currently I try to retrain with relu instead of silu activation function. Best,Alexander |
Yes. However, I have been told that the OpenVINO xml file that is downloaded from here contains
There is no problem ignoring it. This indicates that there is a problem with the conversion of
This is not a problem because it has nothing to do with the content of the warning message. However, please keep in mind that errors encountered in the conversion of individually customized models may require you to read the error messages carefully yourself and adjust some parts of the xml file. In all of the issues related to this, you guys have not provided me with the .xml or .bin of your own generated models, so I am very confused as to exactly where the problem is occurring. I am getting a little tired and will close this issue immediately if a similar issue is posted in the future. |
1. OS using Ubuntu 18.04
2. OS Architecture e.g. x64
3->8. Using docker pinto0309/openvino2tensorflow:lastest
9. URL of the repository from which the transformed model was taken: https://github.com/Megvii-BaseDetection/YOLOX
10. Issue Details
I pulled your openvino2tensorflow docker:lastest
Then using your scipts to convert yolox_nano_320x320.onnx to tensorflow lite:
Could you help me to fix it? Thank you very much!
The text was updated successfully, but these errors were encountered: