krumo / Domain-Adaptive-Faster-RCNN-PyTorch

Domain Adaptive Faster R-CNN in PyTorch
MIT License
304 stars 68 forks source link

Do you have plan to make more DA configs? #28

Closed MinsuKim3095 closed 3 years ago

MinsuKim3095 commented 3 years ago

Hi. Thanks for your great work. I want more DA configs for train. such as faster_rcnn_x_101, r_101. Do you have plan to make these things?

krumo commented 3 years ago

Hi, I would refer you to the newer version of this paper Scale-Aware Domain Adaptive Faster R-CNN, which includes more DA settings. The corresponding code is also open sourced at sa-da-faster.

MinsuKim3095 commented 3 years ago

@krumo Thanks for reply.