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

there is no documentation about inference after the domain adaption is done. #8

Closed BalajiVenkatesan006 closed 4 months ago

BalajiVenkatesan006 commented 5 months ago

It would be good, if there is a documentation for the inference.

justinkay commented 5 months ago

Thanks for the suggestion, we will add this. In the meantime, the short answer is that inference is done exactly the same way as any other model in Detectron2.

justinkay commented 4 months ago

This has been added to the readme: https://github.com/justinkay/aldi/blob/main/docs/TRAINING.md

For further deployment info, see the Detectron2 deployment docs: https://detectron2.readthedocs.io/en/latest/tutorials/deployment.html