Skip to content

hunto/ActGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Active Generation for Image Classification

Official implementation for paper "Active Generation for Image Classification", ECCV 2024.

ImageNet / CIFAR Classification

Please see classification/README.md for environment setup.

Training command

cd classification
sh tools/dist_train.sh 8 ${CONFIG} ${MODEL} --experiment ${EXP_NAME} --gen_images

For example, for ViT-S/16, the MODEL should be timm_vit_small_patch16_224, CONFIG should be configs/strategies/ActGen/imagenet/vit_s_16.yaml.

Tips for understanding the code

About

Code for paper Active Generation for Image Classification, ECCV 2024.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published