Closed lxtGH closed 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?
Thanks for your question! We simply follow the settings used in Swin. We do not try other aug for fair comparison.
Got it~ Thanks for your reply.
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?