GiT
GiT copied to clipboard
Official Implementation of "GiT: Towards Generalist Vision Transformer through Universal Language Interface"
To fix a bug of KeyError
Hi, @Haiyang-W! You have done a very interesting work. However, I encounter a problem when calculating the FLOPs of the GiT model. When I run `python tools/analysis_tools/get_flops.py`, it output 0...
Is there any chance you have a demo using GiT for object detection? I would like to use this model to detect specific classes like 'person' -- I see in...
Hi, I was wondering if you could provide the model weights for the GiT encoder-decoder model? Looking forward to your response. Awesome work!
Regarding data augmentation, I see that the data augmentation used in the paper is relatively simple, in the classic algorithm, rich data augmentation strategies are used, I wonder what is...