gudovskiy / yoloNCS

YOLO object detector for Movidius Neural Compute Stick (NCS)
MIT License
181 stars 78 forks source link

Which .cfg you use? #12

Closed wuqi930907 closed 6 years ago

wuqi930907 commented 6 years ago

Hi ,

I want to convert my cfg file to prototxt format. I use one of this dir's file(http://github.com/pjreddie/darknet/cfg/yolov1)., then I use xingwangsfu's tools(https://github.com/xingwangsfu/caffe-yolo),but the result is not good. Can you tell me which cfg you used?

Thanks

gudovskiy commented 6 years ago

@wuqi930907, try to look at older revisions of darknet repo. Some of older YOLOv1 was replaced by v2 cfgs. I posted somewhere revision number I used.

wuqi930907 commented 6 years ago

Thank you very much for your help @gudovskiy

wuqi930907 commented 6 years ago

I can't find any older visions of darknet. May you help me get those cfgs that can be converted to caffe'prototxt format correctly? Can you upload those cfgs you used or give me the suitable vision of darknet's link? Thank you very much ! @gudovskiy

wuqi930907 commented 6 years ago

I have sloved this problem,thanks again! @gudovskiy