Hope1337 / YOWOv3

39 stars 5 forks source link

How to switch between Tiny, medium and large models #29

Open chenglong521 opened 5 days ago

chenglong521 commented 5 days ago

In Table 2 of your paper, I see that there are different size models, but I can't find parameters to modify these models in the code. How can I find these models for training EBF35C895C36D4E118D636CD819E145E

Hope1337 commented 3 days ago

@chenglong521 Following the YOWOv3 paper:

We experimented with various configurations using the YOWOv3 framework; however, we only selected three most prominent models, namely YOWOv3-Tiny (YOLOv8 nano, shufflenetv2), YOWOv3-Medium (YOLOv8 medium, shufflenetv2), and YOWOv3-Large (YOLOv8 medium, I3D) as the three primary model in this study.

You can just check the hugging face repo to find these checkpoint.