Open AutoFine opened 1 year ago
Hi, I would also be interested in the answers to the above questions. Additionally, could you please answer the following questions:
Regarding the cityscapes_to_foggycityscapes_da.py script: Does the domain_cls_loss.mean() in the code refer to L_adv_t in the paper? And, why when epoch bigger 4 and when rpn_loss_cls is zero, loss_cityscapes_pl equals to domain_cls_loss.mean()? And, why this means skipping target? This part isn’t explained in the paper.
I would like to increase batch_size for my own training. However, I got error when I change batch_size from 1 to other value. Can you please explain why batch_size is fixed to value 1?
I would be very grateful if you could answer these questions. Thank you very much for your great work!
Hi, thanks for the genius ideas in your paper. I come from domain adaptation background, but in image classification area. After I did some literature research in object detection/Faster-RCNN, I would like to have a deeper understanding of why your method works. That's why I need to ask a few detailed questions.
Many thanks in advance