Skip to content

Visual Transformers with Primal Object Queries for Multi-Label Image Classification

Notifications You must be signed in to change notification settings

voyazici/visual-transformers-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visual-transformers-classification

This repository provides the MS-COCO training code for the Visual Transformers with Primal Object Queries for Multi-Label Image Classification paper which will be published in ICPR2022.

Environment

  • python 3.7
  • pytorch 1.6.0

Training

python train.py -image_path <image_path> -save_path <save_path> -mix_up

Testing

python train.py -image_path <image_path> -snapshot -test_model

Acknowledgements

Transformer encoder-decoder models in this repository are based on the implementation in here.

About

Visual Transformers with Primal Object Queries for Multi-Label Image Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages