dddzg / up-detr

[TPAMI 2022 & CVPR2021 Oral] UP-DETR: Unsupervised Pre-training for Object Detection with Transformers
Apache License 2.0
474 stars 71 forks source link

Random Crop #22

Closed DoublePan-Oh closed 2 years ago

DoublePan-Oh commented 2 years ago

Can we randomly crop from other image and paste it on the training picture, and also use the randomly cropped as a pseudo-label, that is, find the cropped block in the original image?

DoublePan-Oh commented 2 years ago

I don't know if this guess is correct or not?

dddzg commented 2 years ago

I am not sure. In my perspective, I think it could work.