caffe-yolo9000 icon indicating copy to clipboard operation
caffe-yolo9000 copied to clipboard

Caffe for YOLOv2 & YOLO9000

Results 6 caffe-yolo9000 issues
Sort by recently updated
recently updated
newest added

Hello,choasup when compile caffe-yolo9000 project,when i put "eval_detection_layer.cpp" file in the project,it has the errors like "**_src/caffe/layers/eval_detection_layer.cpp: In member function ‘virtual void caffe::EvalDetectionLayer::LayerSetUp(const std::vector&, const std::vector&)’: src/caffe/layers/eval_detection_layer.cpp:328:10: error: ‘names_’ was...

Hi Choasup, First of all, thanks for your project! Is this master branch building? I tried and could not build it. Best regards, Elvys

I did not found how to train imagenet and coco

Dear choasup : Great job for your yolo9000 with caffe!! When i was preparing data. ./create_data.sh , and it shows : image file: /home/data/leecheer/choas/datasets/PASCOL_VOC/VOC2007/VOCdevkit/VOC2007/JPEGImages/009679.jpg does not exist annofation file: /home/data/leecheer/choas/datasets/PASCOL_VOC/VOC2007/VOCdevkit/VOC2007/Annotations/009679.xml...

dear choasup : Great job for your yolo9000 with caffe!! I have found example for training and test "yolo-9000 tree example": https://github.com/choasup/caffe-yolo9000/tree/master/data/coco_hier https://github.com/choasup/caffe-yolo9000/tree/master/examples/yolo/googlenet_hier_voc Could you give tips on how to...

It will be very nice of you if you give a more detailed introduction or user manual. I have found something like: https://github.com/maxadda/caffe-yolo9000/blob/master/README.md But since you are the original builder,...