Skip to content

nqthinh493/Sheet_storage_labelled_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Sheet Storage Labelled-Data

Using Google Sheet API to download and upload data to Sheet

Quick start

Installation

1. Clone repo
  git clone https://github.com/nqthinh493/Sheet_storage_labelled_data
2. Install Google Client API
  pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
3. Install requirements.txt
  cd /to/the/repo/path

  pip install -r requirements.txt

Label data

1. Label mask for data by Via of VGG tools, choose "Add files" to add necessary labelled-files
2. Save Annotation file choose Annotation/Export Annotation (as CSV) on header-bar of Via tools
3. Change current path of CSV Annotation files in main.py
  CSV_PATH = 'D:/Downloads/via_annotation.csv' 
  to
  CSV_PATH = 'YOUR CURRENT PATH HERE' 
4. To start Upload labelled-data, run main.py or run the following command
  python main.py

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages