yolo-9000 icon indicating copy to clipboard operation
yolo-9000 copied to clipboard

About the names

Open hengshan123 opened this issue 7 years ago • 6 comments

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 ?

hengshan123 avatar Nov 08 '17 03:11 hengshan123

I can't figure out why but names are correct when you compile the CPU version...

stesteau avatar Dec 19 '17 17:12 stesteau

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...

philipperemy avatar Mar 19 '18 05:03 philipperemy

@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?

xiaoxiongli avatar Aug 29 '18 06:08 xiaoxiongli

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

philipperemy avatar Aug 29 '18 06:08 philipperemy

@hengshanji @moskiteau @philipperemy @xiaoxiongli i met the same issue, i wonder if any of you had figure it out?

huangeason26 avatar Dec 15 '19 12:12 huangeason26

Same Issue.Even I found some images are giving empty result. I have created one issue also regarding this

sohambannerjee8 avatar Dec 18 '19 13:12 sohambannerjee8