/US-DAF

Universal Domain Adaptive Object Detector

Primary LanguagePython

US-DAF

A PyTorch implementation of "Universal Domain Adaptive Object Detector" (ACM MM 2022)

Preparation

Requirements: Python=3.6 and Pytorch=0.4.0

Install Pytorch

Our code is conducted based on faster-rcnn.pytorch, please setup the framework by it.

Pre-trained Models

In our experiments, we used two pre-trained models on ImageNet, i.e., VGG16 and ResNet101. Please download these two models.