yolo-9000
yolo-9000 copied to clipboard
About the names
I run the "./darknet detector test cfg/combine9k.data cfg/yolo9000.cfg ../yolo9000-weights/yolo9000.weights data/person.jpg" command. I can get the detection,but the names is not the same with the README. for example, i get worker instead of 'goat herder' , horse instead of shetland pony hunting dog instead of Gorden setter. Is this project updated or something is not right ?
I can't figure out why but names are correct when you compile the CPU version...
Hum yes I found out that the results can be slightly different when running on a CPU and GPU. If you can figure out why, I'd be def interested to know! Maybe a different seed, rounding values...
@hengshanji @moskiteau @philipperemy i met the same issue that when compile with GPU the name it not correct, and when compile with CPU, the result is right. I wonder How do you fix it?
Hum not sure why. This repo does not contain the code of darknet. It's more a demo to show YOLO with 9000 classes. Refer to: https://pjreddie.com/darknet/yolo/ @xiaoxiongli
@hengshanji @moskiteau @philipperemy @xiaoxiongli i met the same issue, i wonder if any of you had figure it out?
Same Issue.Even I found some images are giving empty result. I have created one issue also regarding this