GiovanniPasq / DA-Faster-RCNN

Detectron2 implementation of DA-Faster R-CNN, Domain Adaptive Faster R-CNN for Object Detection in the Wild
MIT License
53 stars 10 forks source link

May I ask if you have used mmdet? #18

Closed bigdiok closed 1 month ago

bigdiok commented 1 month ago

I noticed that you modified this code on Detectron2. I would like to ask if you can also do the same on mmdet to get DA-Faster-RCNN?

GiovanniPasq commented 1 month ago

Hello, it is possible to implement DA-Faster-RCNN on mmdet as well. However, I have recently shifted my research focus, and unfortunately, I don't have the time to thoroughly study the mmdet framework to implement the necessary modifications. kind regards

bigdiok commented 1 month ago

Hello, it is possible to implement DA-Faster-RCNN on mmdet as well. However, I have recently shifted my research focus, and unfortunately, I don't have the time to thoroughly study the mm

Hello, it is possible to implement DA-Faster-RCNN on mmdet as well. However, I have recently shifted my research focus, and unfortunately, I don't have the time to thoroughly study the mmdet framework to implement the necessary modifications. kind regards

thank you!