Xilinx / QNN-MO-PYNQ

BSD 3-Clause "New" or "Revised" License
241 stars 114 forks source link

Training on Custom Tinier-YOLO Dataset #42

Open rafferino opened 5 years ago

rafferino commented 5 years ago

I've created a custom dataset by following the original YOLO guidelines here: https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects

It is unclear to me how to train on the Tinier Yolo architecture to produce the necessary .npy files. Is this possible at all? If so what are some good resources to help me proceed?

Thanks!

B1D1ng commented 4 years ago

I've created a custom dataset by following the original YOLO guidelines here: https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects

It is unclear to me how to train on the Tinier Yolo architecture to produce the necessary .npy files. Is this possible at all? If so what are some good resources to help me proceed?

Thanks!

Hey!I have the same question! Have you succeed training your own dataset?