philipperemy / yolo-9000

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

Script for windows without make #36

Closed tinohager closed 5 years ago

tinohager commented 5 years ago
git clone --recursive https://github.com/philipperemy/yolo-9000.git
cd yolo-9000
type yolo9000-weights\xaa yolo9000-weights\xab > yolo9000-weights\yolo9000.weights
certUtil -hashfile yolo9000-weights\yolo9000.weights MD5
cd darknet
git reset --hard b61bcf544e8dbcbd2e978ca6a716fa96b37df767
philipperemy commented 5 years ago

@tinohager is it an issue or a pull request?

tinohager commented 5 years ago

I think a half pull request. You allow half pull requests?

philipperemy commented 5 years ago

lol

philipperemy commented 5 years ago

Merged https://github.com/philipperemy/yolo-9000/commit/9b413874d85bb8e15f76393429b42062abc8c5f2 Thank you!