Maelic / SGG-Benchmark

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

yolov8+swin_transformerv2 about parameters problem #29

Open heavens77543 opened 2 months ago

heavens77543 commented 2 months 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 2 months 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.