macrobomaster / cv-yolov7

Custom yolov7 model with opencv
GNU General Public License v3.0
5 stars 3 forks source link

Try custom weight #6

Closed Bill-Haoyu-Lin closed 1 year ago

Bill-Haoyu-Lin commented 1 year ago

We wanna try custom weight instead of using yolo weight (.pt file), Try with Darknet or other ones for custom CNN model with different layers and neurons. image

  1. Find a way to create custom CNN model
  2. Integrate to YOLO
Bill-Haoyu-Lin commented 1 year ago

Did a bit research on this task, yolo doesn't suggest users to use custom weighted model. Since they think their model can do the best job.

Bill-Haoyu-Lin commented 1 year ago

Will need more time on task

Bill-Haoyu-Lin commented 1 year ago

updated the link to trained model on v3 with 20 fps https://drive.google.com/file/d/1Hi-snbU5REBrPB0tr1sGIy55vJTHEXBf/view?usp=sharing

Bill-Haoyu-Lin commented 1 year ago

Combine with try small model task