mxnet-yolo
mxnet-yolo copied to clipboard
YOLO: You only look once real-time object detector
I cloned your repo and follow the readme.md to train (python train.py --gpus 0,1,2,3 --epoch 0 ), but the final max mAP I can get is about 52%, did I...
Thanks for your sharing it! If you also provide a python version, I think it's better to do experiments!
Yolo v3 was just released here is the paper https://pjreddie.com/media/files/papers/YOLOv3.pdf Do you have any plan to support it? Thanks!
Hi, in symbol/symbol_darknet19.py,there is some batchnorm layers and I notice that use_global_stats should be True when demo or inference. But in the demo.py I didn't see use_global_stats set to be...
## **Environment info** ``` ----------Python Info---------- ('Version :', '2.7.12') ('Compiler :', 'GCC 4.4.7 20120313 (Red Hat 4.4.7-1)') ('Build :', ('default', 'Jul 2 2016 17:42:40')) ('Arch :', ('64bit', 'ELF')) ------------Pip Info-----------...
Hii , I wanted to know that can I use your model for object detection on my own dataset ? I want to detect the points, tick values and tick...
I get the following error when I run demo.py even though I built mxnet from source `AttributeError: module 'mxnet.contrib.symbol' has no attribute 'Yolo2Output' ` I also get this when I...
hi, I tried to train a 2-class model. i used your pretrained model .but error likes this: Check failed: from.shape() == to->shape() operands shape mismatchfrom.shape = (125,) to.shape=(30,) my command...