facebookresearch / adaptive_teacher

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

detectron2 v0.6 has removed FastRCNNOutputs class #40

Open alvinti opened 1 year ago

alvinti commented 1 year ago

It should be using detectron2 v0.5 to implement the code.

alvinti commented 1 year ago

I solved the issue by following the https://github.com/facebookresearch/unbiased-teacher/issues/44