philipperemy / yolo-9000

YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!
Apache License 2.0
1.18k stars 309 forks source link

where is the yolo9000.weights? #12

Closed JayYangSS closed 6 years ago

JayYangSS commented 6 years ago

Hi, I can't find the yolo9000.weights under the directory of yolo-9000-weights, can you provide this file? Thanks!

philipperemy commented 6 years ago

@JayYangSS It's contained in xaa and xab.

Run this command on a UNIX system to generate the file:

cat yolo9000-weights/x* > yolo9000-weights/yolo9000.weights

The reason why I did that was because of Github's max file policy (max. 100MB)

rustynothappy commented 2 years ago

why is it not working on other images ?only working on dog,person,horses images

try to pas other image and plz update me on same.

philipperemy commented 2 years ago

@rustynothappy no it works well on almost any other image (it might require a bit of tuning for your application).

image

The image I used: http://www.experian.com/blogs/news/wp-content/uploads/2012/06/cars.png

rustynothappy commented 2 years ago

yolo_9000.zip why is it not working on mine . see this file, and plz correct me.