facebookresearch / adaptive_teacher

This repo provides the source code for "Cross-Domain Adaptive Teacher for Object Detection".
Other
180 stars 35 forks source link

About discriminator in the paper #38

Closed YangJae96 closed 1 year ago

YangJae96 commented 1 year ago

Hi,

Where is the discriminator code that is mentioned in the paper? Is it only a fully-connected layer, classifier in the network?

yujheli commented 1 year ago

In the same source file of meta arch: https://github.com/facebookresearch/adaptive_teacher/blob/main/adapteacher/modeling/meta_arch/rcnn.py#L22