Skip to content
/ I3Net Public

Implementation of "I3Net: Implicit Instance-Invariant Network for Adapting One-Stage Object Detectors" (CVPR 2021)

Notifications You must be signed in to change notification settings

czzbb/I3Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I3Net: Implicit Instance-Invariant Network for Adapting One-Stage Object Detectors(CVPR 2021)

A Pytorch Implementation of "I3Net: Implicit Instance-Invariant Network for Adapting One-Stage Object Detectors".

Introduction

Please follow ssd.pytorch respository to setup the environment. In this project, we use Pytorch 1.0.1 and CUDA version is 10.0.130.

Datasets

  • PASCAL_VOC 07+12: Please follow the instruction to prepare VOC dataset.
  • Clipart/WaterColor/Comic: Please follow the instruction to prepare dataset.

Pre-trained Models

mkdir weights
cd weights
wget https://s3.amazonaws.com/amdegroot-models/vgg16_reducedfc.pth

Train

CUDA_VISIBLE_DEVICES=$GPU_ID \
       python train_I3N.py \
       --name file_name\
       --dataset source_dataset --dataset_target target_dataset \
       --basenet path_to_model

Test

CUDA_VISIBLE_DEVICES=$GPU_ID \
       python eval_I3N.py \
       --dataset target_dataset\
       --trained_model_path path_to_model

Citation

If you find this repository useful, please cite our paper:

@inproceedings{CHEN_2021_I3NET,
  title={I3Net: Implicit Instance-Invariant Network for Adapting One-Stage Object Detectors},
  author={Chen, Chaoqi and Zheng, Zebiao and Huang, Yue and Ding, Xinghao and Yu, Yizhou},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2021}
}

About

Implementation of "I3Net: Implicit Instance-Invariant Network for Adapting One-Stage Object Detectors" (CVPR 2021)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages