rafaelpadilla / darknet

Useful functionalities added on the original darknet public repository.
Other
36 stars 17 forks source link

Use yolov3.weights #6

Closed Jin-S-Kim closed 5 years ago

Jin-S-Kim commented 5 years ago

Hello rafaelpadilla! I want to use yolov3.weights in your code! I use cfg file yolov3.cfg, yolov3.weights in darknet directory in github. And I edit coco.data like this classes= 80 train = /home/pjreddie/data/coco/trainvalno5k.txt valid = coco_testdev

valid = data/coco_val_5k.list

names = data/obj.names backup = /home/pjreddie/backup/ eval=coco test = test/test.txt results = test/results

I insert terminal in my directory
'./darknet testimages data/coco.data cfg/yolov3.cfg yolov3.weights -savetxt -saveimg' but result is like this.

image Can't I use yolov3.weights?

rafaelpadilla commented 5 years ago

Dear @Jin-S-Kim ,

No. This repository was created for Yolo V2.

We haven't commited the project for YoloV3 yet. We intend to do it soon though.

Regards, Rafael