thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Correct wts-cfg files?? #391

Open ManjeeraJagiri opened 7 years ago

ManjeeraJagiri commented 7 years ago

I have used all the weights files(5) given in the README with their respective cfg files in the repo. But only yolo.weights and yolo.cfg works. But when I trained yolo.weights and yolo.cfg with my custom data set, and tested it on webcam, there are too many bounding boxes! Can anyone please direct me to a working weights and its respective cfg file??

yolo-full crashes my PC. yolo-tiny and tiny-yolo-voc also show too many bounding boxes tiny-yolo-voc shows the errorLayer "button" aria-label not implemented in weights I run the following command flow --model cfg/yolo-new.cfg --load bin/yolo-new.weights --demo camera

deduble commented 6 years ago

same as #303 and it is solved. @abagshaw close please.

sabhatina commented 5 years ago

Can you please explain how you solved the "Layer "button" aria-label not implemented" error?I am using tiny yolo cfg and weights files. I am sure I have downloaded the right pairs too.

kleenerwicht1997 commented 5 years ago

Here the same. I don't know where at #303 it is solved. I downloaded the correct files from the official website

ComputerCarl commented 5 years ago

reference https://github.com/thtrieu/darkflow/issues/770 related issue