MobileNet-YOLO
MobileNet-YOLO copied to clipboard
A caffe implementation of MobileNet-YOLO detection network
Hi Eric, Thanks your git, I want to finetune 13 class with custom dataset with darknet 53 yolov3 from https://github.com/eric612/Caffe-YOLOv3-Windows After changing the related layer( [link](https://github.com/PiyalGeorge/MobileNet-YOLO/tree/master/models/yolov3) ) about class, do...
https://github.com/BVLC/caffe/blob/9b891540183ddc834a02b2bd81b31afae71b2153/docs/tutorial/layers/clip.md BVLC版本中已经添加了这个层。 我自己尝试添加,修改proto文件。复制cpp、cu、hpp文件到对应目录,编译无法通过了。
yolov3_layer.cpp,as the comment out lines Dtype x = label_data[b * MAX_GT_NUM * 5 + t * 5 + 1]; Dtype y = label_data[b * MAX_GT_NUM * 5 + t *...
有计划支持这个吗?谢谢! https://github.com/JKBox/YOLOv3-quadrangle
I'm trying to use pycaffe to write model structures and generate prototxt files. However, when defining the batchsampler in the annotateddata data layer, it prompts "attributeerror: Yolo"_ data_ type”。 batch_sampler定义如下。...
多个gpu训练,一直卡在下面,请问下怎么回事? I1021 16:08:19.171383 4102 solver.cpp:70] Solver scaffolding done. I1021 16:08:19.176095 4102 caffe.cpp:255] Starting Optimization I1021 16:08:19.751611 4243 upgrade_proto.cpp:79] Attempting to upgrade batch norm layers using deprecated params: mobilenet_yolov3_lite_train.prototxt I1021 16:08:19.751641...
合并BN+Scale到Conv层,然后循环测试同一张图片,在GPU下,每次输出都不一样;在CPU下,输出是一样的。
HI eric612, I read your source code, there is a problem. Your Caffe reads LMDB type data. I need to directly read image data instead of LMDB. In the native...
Hi, I use the train_yolov3_lite.sh to train my own data for object detection. Now, I have the following questions. First, how to select the pre-training model ? Mobilenet_yolov3_lite_coco.caffemodel or mobilenet_yolov3_deploy_iter_78000.caffemodel...