darknet icon indicating copy to clipboard operation
darknet copied to clipboard

Cannot download default weights file for tiny-yolo-voc.

Open chingkhei-th opened this issue 3 months ago • 2 comments

Hi, I'm trying to train Tiny Yolo v2 with my custom data. But unfortunately I can't download the default weights file for tiny-yolo-voc: http://pjreddie.com/media/files/tiny-yolo-voc.weights

Maybe they removed it or the link is outdated. Can anyone provide me a valid link.

chingkhei-th avatar Mar 30 '24 16:03 chingkhei-th

  1. This repo is no longer maintained. See the new Darknet/YOLO repo here: https://github.com/hank-ai/darknet#table-of-contents
  2. YOLO v2 is from 2016. Is very out-of-date. You probably want to be using YOLOv4-tiny instead: https://www.ccoderun.ca/programming/yolo_faq/#configuration_template
  3. Please read the FAQ and join the Darknet/YOLO discord if you want to discuss: https://www.ccoderun.ca/programming/yolo_faq/#discord

stephanecharette avatar Mar 30 '24 18:03 stephanecharette

@stephanecharette I want to use my model in Unity with Barracuda. But I found that Barracuda only support Tiny YOLO v2 or maybe Tiny YOLO v3. I think Tiny YOLO v4 is supported in Barracuda. Is there any solution for this please help me if you know.

chingkhei-th avatar Mar 31 '24 05:03 chingkhei-th