Skip to content

JadeKim042386/image-classification-level1-09

 
 

Repository files navigation

pstage_01_image_classification

Getting Started

Dependencies

  • torch==1.6.0
  • torchvision==0.7.0

Install Requirements

  • pip install -r requirements.txt

Training

  • SM_CHANNEL_TRAIN=[train image dir] SM_MODEL_DIR=[model saving dir] python train.py

Inference

  • SM_CHANNEL_EVAL=[eval image dir] SM_CHANNEL_MODEL=[model saved dir] SM_OUTPUT_DATA_DIR=[inference output dir] python inference.py

Evaluation

  • SM_GROUND_TRUTH_DIR=[GT dir] SM_OUTPUT_DATA_DIR=[inference output dir] python evaluation.py

About

image-classification-level1-09 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%