yolov2-tensorflow
yolov2-tensorflow copied to clipboard
sudo docker run -it -v /Users/admin/yolo:/yolo davvdg/darkflow-docker 进入了这个docker flow --model cfg/tiny-yolo-voc.cfg --load bin/tiny-yolo-voc.weights --savepb --verbalise Parsing ./cfg/tiny-yolo-voc.cfg Parsing cfg/tiny-yolo-voc.cfg Loading bin/tiny-yolo-voc.weights ... Successfully identified 63471556 bytes Finished in 0.219830989838s Model...
I need to do detection for only 5 classes. How to work on that. I tried to make changes in yolov2-coco.meta file and reduce it to 5 classes. But It...
Hello, nice to see your code. Was the training Code completed as well?
疑问
你好,看了你的代码,但感觉好像只有yolo1,好像没有看到yolo2的网络结构 请问YOLO_v2_pb是怎么来的?