Image Classification implemented in PyTorch. The dataset contains 28x28 (px) images of digits 0 to 8 in grayscale.Aim at recognizing the digit on the wooden block. This repository includes:
- self-collected data set
- training and testing the model
- a config.jason for setting
- the net refer to utils/net.py
- torch
- torchvision
- numpy
- cv2
- PIL
- jason
All the parameters are in config.json
python train.py
All the parameters are in config.json
python test.py
or
python infer.py