justinkay / aldi

Official implementation of "Align and Distill: Unifying and Improving Domain Adaptive Object Detection"
https://aldi-daod.github.io/
38 stars 7 forks source link

Error in Inference for the Probablistic teacher in extras branch #34

Open BalajiVenkatesan006 opened 6 days ago

BalajiVenkatesan006 commented 6 days ago

I made the baseline training for the PT. and then used the priorart PT for training it on my custom dataset all training is success but when I try to do inference on the test dataset getting this error:

Traceback (most recent call last): raise KeyError( KeyError: "No object named 'ExtraRCNN' found in 'META_ARCH' registry!" Am i missing anything ? I used the same config as the training the prior art

This is the config I use for the Inference: [config-pt.txt](https://github.com/user-attachments/files/16984903/config-pt.txt)

justinkay commented 5 days ago

Hi @BalajiVenkatesan006 what commit are you currently on? I made some changes recently to the extras branch that may fix this problem for you.