jongchyisu / mvcnn_pytorch

MVCNN on PyTorch
MIT License
229 stars 76 forks source link

When will be the code released for Active Adversarial Domain Adaptation? #11

Closed lomun123 closed 4 years ago

lomun123 commented 5 years ago

When will be the code released for Active Adversarial Domain Adaptation?

jongchyisu commented 5 years ago

Hi, currently I don't have the schedule for releasing the code. First, there is a company policy since it's an internship work. Second, we are using the typical training settings as prior works (DANN and Faster-RCNN), as for the active learning part you can calculate the discriminator scores for all unlabeled target data and sort them. Last, this paper has not been accepted yet except for a workshop with extended abstract format. Let me know if you have issue reproducing the results.