darkflow
darkflow copied to clipboard
Why so many bounding box?
I trained over a 1000(Text-box) images, which is just rectangle like this.
But when i run with this.
sudo ./flow --imgdir sample_img/ --model cfg/tiny-yolo-voc-1c.cfg --load 40000
It shows me more than 20 bounding boxes. If I increase threshold to 0.8 then nothing appears. I don't know what am I doing wrong. Any help?
same issue here
similar issue here
@NadineSf What is your annotations? Are you trying to do OCR?
same issue
Hi @rlan yes it is an OCR => I am trying to localize text in photo
update: I tried with tiny-yolo, and saw the bboxes around the image, although many of them were FPs. and I needed to set threshold .0004 to be able to see any bbox. I think if I train yolov2 more, I may obtain the bboxes along the image.
similar issue, but in my case all the bounding boxes are on the right edge of the image, all are in the same size, all the same for all of six of my training data.
same issue
@neelkadia Did you solve it?
+) I solved it.
@neelkadia Did you solve it?
+) I solved it.
Solved it by?