GiT icon indicating copy to clipboard operation
GiT copied to clipboard

Official Implementation of "GiT: Towards Generalist Vision Transformer through Universal Language Interface"

Results 5 GiT issues
Sort by recently updated
recently updated
newest added

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...