wyfsh / YOLO-LISA

Real-time LISA Traffic Sign Detection by YOLOv2
Other
25 stars 11 forks source link

where can I download the weight file? #2

Open zhang11wu4 opened 6 years ago

zhang11wu4 commented 6 years ago

hi, I searched for the whole project but can't find the weight file. Could you pls tell me where can I download the file, thanks.

xshalan commented 6 years ago

I can't find it too !

wyfsh commented 6 years ago

@zhang11wu4 You should download the pre-trained weights from the Darknet project website, and then use the cfg files to train YOLO-LISA model.

zhji2822 commented 5 years ago

@wyfsh Hello Yifan Wang, can you provide more information about which weight you downloaded? In the note.txt I saw some code number for the download of the weights. However, I was confused what did the number represent.. I just downloaded the weight of tiny-yolo for now. but I don't know which original model weights did you download. Thank you

wyfsh commented 5 years ago

@zhji2822 This one darknet19_448.conv.23 from YOLOv2. You can read the chapter 'Training YOLO on VOC' from that page. However, YOLOv3 has been already born, so I guess using the new model and network will be better (and it should be :).

zhji2822 commented 5 years ago

Thank you!! I will check it out now, but I am still getting stuck on the problem of the transfer the format of the dataset. Would you mind helping me to figure out that? Thank you a lot!! I have opened a new issue.