Keumgang Cha

Results 14 issues of Keumgang Cha

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...

Do you have any thoughts of implementing `bigan` or `ali` on mnist?

Any plans to product vision transformer backbone? There's not repository for rotated object detection with vision transformer.

For fast training, I want to use fp16 training method for swin tiny mae. If you have done experiment with fp16, I want to know your configuration, such as grad...

In your paper, the performance of your model in dior-r dataset is showed in table. However, there is no information on whether this is single-scale or multi-scale. I want to...

If use pretrained weight of MAE, interval is sill 3? If interval is set to be 3, window attention is applied. The architecture of vision transformer is changed from mae...

The dataset page in ``` Each of the dataset files contains the captions as well as VGG features from the 19-layer model. Flickr8K comes with a pre-defined train/dev/test split, while...

I think that you push below token in llm ``` ['', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ...] ``` about object detection...

The normalization and quantization of width, height, center x, center y are included in the paper. However, the information of angle is not included in the paper. How did you...

* The reference points in deformable detr are detached with [Link](https://github.com/IDEA-Research/DAB-DETR/blob/main/models/dab_deformable_detr/deformable_transformer.py#L425). I want to know the reason. * The topk proposals in deformable detr with two stage is detached [Link](https://github.com/IDEA-Research/DAB-DETR/blob/main/models/dab_deformable_detr/deformable_transformer.py#L186)....