mxnet-yolo icon indicating copy to clipboard operation
mxnet-yolo copied to clipboard

Could you provide a python version?

Open xhzcyc opened this issue 6 years ago • 5 comments

Thanks for your sharing it! If you also provide a python version, I think it's better to do experiments!

xhzcyc avatar Oct 11 '17 09:10 xhzcyc

There's a python version available in the original implementation: https://github.com/pjreddie/darknet in the folder /python.

ishansan avatar Oct 11 '17 13:10 ishansan

What do you mean a python version?

zhreshold avatar Oct 12 '17 07:10 zhreshold

I means that implement the yolo operator using python api of mxnet, not the c++. We can test the code directly, not to recompile the mxnet! Thanks!

xhzcyc avatar Oct 12 '17 07:10 xhzcyc

@zhreshold Thank you for your great job, but I agree with it, a python custom operator implementation for yolo2 output is better to debug....

murphypei avatar Sep 26 '18 02:09 murphypei

You can checkout a yolov3 version in python: https://gluon-cv.mxnet.io/build/examples_detection/train_yolo_v3.html#sphx-glr-build-examples-detection-train-yolo-v3-py

zhreshold avatar Sep 26 '18 18:09 zhreshold