Skip to content

Adblu/clothes_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Clothes Classification

Instalation

  • install requirements
  • install mmclassification: link

Train model:

python train.py

Evaluation

  • By default, mmclassification provides evaluation metrices during training. To see run:
python display_stats.py

you should see:

Visualization:

  • Run:
python model_inference.py

Notes

  • To activate transfer learning specify in train_config.py:
TRANSFER_LEARNING = True
  • pth file for experiment "clothes_experiment" is stored here
  • pth file for experiment "clothes_experiment_tf" is stored here
  • transfer learning checkpoint download link, after download place to src/checkopints
  • images dataset link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published