motokimura / yolo_v1_pytorch

PyTorch implementation of YOLO-v1 including training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

couldn't load

HonestyBrave opened this issue · comments

hi, when I run your code, I counter the problem, as follows the show, could you give me help?:
image

the "weights/darknet/model_best.pth.tar" is download from “http://datasets.lids.mit.edu/fastdepth/imagenet/results/imagenet.arch=mobilenet.lr=0.1.bs=256”
where could download your repositories pre-trained model?

Hi, thanks for your interest.
Unfortunately pre-trained weight is not provided (I removed it accidentally).

thankyou for your reply,
So, If i want to use the "train_yolov.py", I only to training the model by myself?

Yes. You can use train_darknet.py script.