AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.68k stars 7.96k forks source link

DeiT: Data-efficient Image Transformers #7220

Open sctrueew opened 3 years ago

sctrueew commented 3 years ago

Hi @AlexeyAB,

Can we have this DeiT?

Thanks

AlexeyAB commented 3 years ago

@zpmmehrdad I think the most users can't use good Deit models, because they are private and it require significant hardware to: train+fine-tune+distill it.


It seems in public there is only model without Fine-tuning-384x384 and without Distillation with 81.8% Top1: https://github.com/facebookresearch/deit#model-zoo


In the paper, there are models:


There are used data-efficient image Transformers & Distillation:

image

deit

image

sctrueew commented 3 years ago

@AlexeyAB Hi,

Thanks for the explanation.