-
Command to create a virtual-environment in python
python3 -m venv myenv
-
Command to activate the virtual-environment in python
source myenv/bin/activate
-
Install dependencies
pip3 install -r requirements.txt
- Run the
Extraction Script.py
file to create images if individual pieces. - Run the
Flat Folder.py
file to generate flattened dataset, i.e, images are organised in sub-folders based on their categories.
TODO: Chess-board edge-detection algorithm still not working properly. Need to fix that.