jingyi0000 / BiMem

Official pytorch implementation of BiMem: Black-box Unsupervised Domain Adaptation with Bi-directional Atkinson-Shiffrin Memory (ICCV 23)
2 stars 0 forks source link

How to run on an object detection or object recognition dataset #1

Open nanbei-uestc opened 2 months ago

nanbei-uestc commented 2 months ago

Thank you for your work, but I only see your experiments on semantic segmentation tasks, how to reproduce your work on object detection or object recognition tasks, what changes are needed or whether you are able to provide the relevant code

jingyi0000 commented 2 months ago

Hi, thank you for your interest. The implementation of BiMem for detection or classification is similar to that for segmentation, as both only consider category information. Therefore, you can refer to the segmentation implementation of BiMem.