Skip to content
forked from czzbb/I3Net

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

chaoqichen/I3Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%