Some classification mathods.
python3.8.13, PyTorch1.7.1
-
prepare data in which a folder with images acts as a class.
-
set configs (dataset path, classifier, etc.) in data/config.py.
-
set input size and modify the corresponding input shape of fc layer.
-
start training
python train.py
move step 3 above into config.py
move preprocess part(data augmentation) from train.py into config.py
add valid.py
finish README.md