Hlings / AsyFOD

(CVPR2023) The PyTorch implementation of the "AsyFOD: An Asymmetric Adaptation Paradigm for Few-Shot Domain Adaptive Object Detection".
MIT License
33 stars 3 forks source link

code for extracting object level features #12

Closed SumayyaInayat closed 3 months ago

SumayyaInayat commented 8 months ago

Hi Hlings, I hope you are doing well. I read your work and it is amazing!!! Now I am exploring the code but cannot find the lines of code for extracting the object-level features, could you please guide me to this block of code?

I appreciate any help you can provide.

Hlings commented 7 months ago

HI. Sorry for the late reply due to so many busy things :(. You can refer here for the code to extract ins-level features. I find the train.py file misses the corresponding function and I'll fix it ASAP. You can refer the training files in the train_for_abl folder if you are in a hurry :)