LiewFeng / imTED

[ICCV 2023] Integrally Migrating Pre-trained Transformer Encoder-decoders for Visual Object Detection
https://arxiv.org/abs/2205.09613
Apache License 2.0
66 stars 8 forks source link

Number of Parameters #12

Closed nil123532 closed 1 year ago

nil123532 commented 1 year ago

Hi, what is the total number of parameters in your models?

LiewFeng commented 1 year ago

Hi, the params are listed as follows.

  1. imTED+Faster RCNN+ViT-S: 30.3M
  2. imTED+Faster RCNN+ViT-B: 123M
  3. imTED+Faster RCNN+ViT-L: 346M
  4. imTED+Mask RCNN+ViT-S: 32.9M
  5. imTED+Mask RCNN+ViT-B: 125M
  6. imTED+Mask RCNN+ViT-L: 349M
LiewFeng commented 1 year ago

Closed due to inactivity. Feel free to reopen it if necessary.