Maelic / SGG-Benchmark

A New Benchmark for Scene Graph Generation, targeting real-world applications
MIT License
44 stars 5 forks source link

yolov8+swin_transformerv2 about parameters problem #29

Open heavens77543 opened 1 month ago

heavens77543 commented 1 month ago

The model(yolov8n+swin_transformerv2) about 800 million parameters but another model (yolov8n) about 300,000 parameters.Why are the model(yolov8n+swin_transformerv2) parameters so large? Thanks!

Maelic commented 1 month ago

Hello, I am not using swin transformersv2 in this codebase so I don't know the parameters count of this model. But yolov8n is 3.2M parameters, not 300,000, see https://docs.ultralytics.com/models/yolov8/#performance-metrics.