-
Notifications
You must be signed in to change notification settings - Fork 65
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
Convert Scaled YoloV4 #39
Comments
@at1993 |
@at1993 yolov4-csp AND yolov4x-mish have been uploaded When darknet support yolov4-P5,yolov4-P6,yolov4-P7 ,i will also update them |
Awesome! Thanks. |
Hi TNTWEN, I got the following error when running the script python "C:\Program Files (x86)\Intel\openvino_2021.3.394\deployment_tools\model_optimizer\mo.py" --input_model frozen_darknet_yolov4_model.pb --batch 1 --reverse_input_channels --output detector/yolo-v4/Conv_94/BiasAdd,detector/yolo-v4/Conv_104/BiasAdd,detector/yolo-v4/Conv_114/BiasAdd/ D:\Programming\Python\OpenVINO-YOLOV4-Scaled\yolov4-csp>python "C:\Program Files (x86)\Intel\openvino_2021.3.394\deployment_tools\model_optimizer\mo.py" --input_model frozen_darknet_yolov4_model.pb --batch 1 --reverse_input_channels --output detector/yolo-v4/Conv_94/BiasAdd,detector/yolo-v4/Conv_104/BiasAdd,detector/yolo-v4/Conv_114/BiasAdd/ |
python "C:\Program Files (x86)\Intel\openvino_2021.3.394\deployment_tools\model_optimizer\mo.py" --input_model frozen_darknet_yolov4_model.pb --batch 1 --reverse_input_channels --output detector/yolo-v4/Conv_94/BiasAdd,detector/yolo-v4/Conv_104/BiasAdd,detector/yolo-v4/Conv_114/BiasAdd/ you should delete the last / |
This is correct |
Thanks, it works now. The python program is running OK, However, when I run it with the C++ object_detection_demo program, it returns an error. \Documents\Intel\OpenVINO\omz_demos_build\intel64\Release>object_detection_demo -m "D:\Programming\Python\OpenVINO-YOLOV4-Scaled\yolov4-csp\frozen_darknet_yolov4_model.xml" -i "waikikibeach.mp4" -d GPU -at yolo |
This is the difference between Scaled-yolov4 and yolov4 . Model conversion and inference demo need special treatment. |
Do you have any sample code in C++ for this "special treatment" as my library is written in C++? Would love to be able to run it in C++. |
I'm not familiar with C++ demo,but i will try |
Thank you. |
Any one find any solution for openvino version of Scaled-yolov4? |
@RohitKeshari This repo already supports Scaled-yolov4 |
Hi TNTWEN,
As an enhancement request. Will you be supporting Scaled Yolo V4? This will be nice thanks.
The text was updated successfully, but these errors were encountered: