-
I can run **./darknet detector valid cfg/voc.data cfg/yolo-voc.cfg backup/yolo-voc_final.weights**. But I can't run this command with **yolov2.cfg**. When I use command **./darknet detector valid cfg/…
l-bat updated
5 years ago
-
Model : yolov2
Backbone : Darknet19
Questions :
Hi @eric612 ,
When using the multi-scale for YOLOv2 training, it will pop the following message.
concat_layer.cpp:42] Check failed: top_shap…
-
So I did the method that was suggested i.e. go get the current weights and model from pjreddie but I still couldn't solve the problem. Also, I got the model and weight working when I only had one clas…
-
@AlexeyAB writing stopbackward=1 in cfg file and then fine tuning isn't giving results as yolov2 23 layer architecture. mAP is 0.0% before and after fine tuning yolov2-tiny-voc.cfg and corresponding w…
-
While generating protobuf file for yolov2 (using weight and cfg file). I am getting the following error
_**flow --model cfg/yolov2.cfg --load yolov2.weights --savepb**
Parsing ./cfg/yolov2.cfg
Pa…
-
I use the same param (yolov2.cfg yolov2.weight -> yolov2.prototxt, yolov2.caffemode) , to run the in two different network (Darknet, and https://github.com/eric612/Caffe-YOLOv2-Windows)
The f…
-
I'm trying to flow this tuto [https://modelzoo.co/model/yolo-tensorflow](url)
i did try 3 ways
> flow --imgdir sample_img/ --model cfg/yolov2-tiny.cfg --load bin/yolov2-tiny.weights --json
> f…
-
Hi @AlexeyAB could you please answer few questions I have:
1. What is the stride on final feature map for YOLOv2? (like we have stride of 16x16 for VGG-16, ZFnet on final feature map) is it a grid s…
-
at first I test yolov2-608, and found that U200 performance is lower than NVIDIA 2080Ti
and then I change the input image size for yolov2,
then made the form,
![image](https://user-images.git…
-
Hi reu2018DL,
i test your tiny-yolov2-trial3-noBatch.cfg and your tiny-yolov2-trial3-noBatch.weights on ubuntu16.04 using darkflow's application which you mentioned.
but i get 39fps speed, which is …