zkkli / RepQ-ViT

[ICCV 2023] RepQ-ViT: Scale Reparameterization for Post-Training Quantization of Vision Transformers
Apache License 2.0
107 stars 7 forks source link

Discrepancy between reported and tested mAP for `mask_rcnn_swin_small` #5

Open GoatWu opened 11 months ago

GoatWu commented 11 months ago

Hello! In your four detection experiments, I noticed a significant difference between the reported result and the test result for mask_rcnn_swin_small. The reported result is 44.2 mAP, but the tested result is 42.8 mAP. However, the results for the other three detection experiments match the reported results. I was wondering if there are any specific settings for mask_rcnn_swin_small, such as only quantizing the backbone?