APS360 Group Project
Used during data cleaning for the MuxspaceDataset
Specifically, it looks for:
- Entries that do not have a corresponding image in the image folder
- Entries that do not have an assigned emotion
The script will not do anything else other than tell you that these exist (script will not modify anything)
To run:
- cd into
Data/MuspaceDataset
- run
python check_for_incomplete_entries.py
- Download Anaconda add it to your path (make sure
conda --version
can be run from this location) - On Git Bash terminal, run
source install_conda.sh
- run
source prepare_data.sh
- run
conda activate aps360_project
- run
source prepare_data.sh