Using Google Sheet API to download and upload data to Sheet
git clone https://github.com/nqthinh493/Sheet_storage_labelled_data
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
cd /to/the/repo/path
pip install -r requirements.txt
1. Label mask for data by Via of VGG tools, choose "Add files" to add necessary labelled-files
CSV_PATH = 'D:/Downloads/via_annotation.csv'
to
CSV_PATH = 'YOUR CURRENT PATH HERE'
python main.py