aipixel / AEMatter

Another matter.
GNU General Public License v2.0
52 stars 2 forks source link

speed #7

Closed lingcong-k closed 1 month ago

lingcong-k commented 8 months ago

Hi, Thanks for your amazing work. I have two questions.

  1. is there any speed comparison with other models?
  2. is the swin transformer backbone the swin-transformer V1 or V2? Thanks again for sharing your work with us!
Windaway commented 8 months ago
  1. We did not evaluate AEM's inference latency. However, AEM consumes 292.4GFlops in inferring an image of size 1024 * 1024.
  2. The backbone is based on swin-tiny v1.
lingcong-k commented 8 months ago
  1. We did not evaluate AEM's inference latency. However, AEM consumes 292.4GFlops in inferring an image of size 1024 * 1024.
  2. The backbone is based on swin-tiny v1.

Thanks a lot for your quick reply