ruanhao5 / digital_classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digital_classification

This is a repository for my homework.

Reference contest: 零基础入门CV - 街景字符编码识别

Prepare dataset

All download link of dataset in csv file: mchar_data_list_0515.csv

Download data and organise as follows:

# For SVHN Dataset
digital_classification
└─ input
   ├─ mchar_test_a
   ├─ mchar_train
   ├─ mchar_val
   ├─ mchar_sample_submit_A.csv
   ├─ mchar_train.json
   └─ mchar_val.json

Basic installation

cd code
pip install -r requirements.txt 

Train & Evaluate

Just open jupyter notebook main.ipynb and run it.

About


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%