ZPDu / DAI-Net

[CVPR 2024] Boosting Object Detection with Zero-Shot Day-Night Domain Adaptation
https://zpdu.github.io/DAINet_page/
108 stars 7 forks source link

combination with yolo #14

Closed CaipingPeng closed 2 weeks ago

CaipingPeng commented 4 months ago

bro, How can insert your model into yolo network? can you help me?super thanks

ZPDu commented 4 months ago

Hi there, please check the implementation here. We inject the ref head in the same way as aet head. And we implement DAI-Net as MAET-YOLO. I'll try to clean my code and release these files to help with the reproduction.

Karthikps84 commented 2 months ago

Hello Thank you for your great work. When can you release this implementation part as it is very helpful?

ZPDu commented 2 weeks ago

Hi, I initially organized my code and released the implementation of DAI-Net with YOLO. Thank you