Sense-X / UniFormer

[ICLR2022] official implementation of UniFormer
Apache License 2.0
823 stars 111 forks source link

Regular MS aug for object detection for uniformer #47

Closed lxtGH closed 2 years ago

lxtGH commented 2 years ago

Hi! Thanks for sharing the code. It seems that Uniformer uses DETR-like aug for MS training. (https://github.com/Sense-X/UniFormer/blob/0b5af7de8ccdd196167910674ac7c2061b296c54/object_detection/exp/mask_rcnn_3x_ms_hybrid_small/config.py#L30) What are the results for regular MS aug for Uniformer for Object Detection?

Andy1621 commented 2 years ago

Thanks for your question! We simply follow the settings used in Swin. We do not try other aug for fair comparison.

lxtGH commented 2 years ago

Got it~ Thanks for your reply.