Skip to content

training data, labeling utilities, docs webpage for mobile apps

License

Notifications You must be signed in to change notification settings

plant-tw/PlantsData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlantsData

This repository hosts training data labeling and related program, excluding collected training data. The whole project with collected training data can be downloaded here (it's huge).

Labeling Steps

You may create your own labeling utility programs, as long as the output result.csv meets the same format.

Currently, here's how we organize and label collected data:

  1. Create a folder named after the collecting date. Put in images(collected by PlantsCam-iOS) with iTunes File Sharing.
  2. Run ./walk to create result.csv. Afterwards, simply run ./walk -a xxxxxxxx to add the new folder xxxxxxxx to append to result.csv. (You need to run go build walk.go before using it)
  3. Label the data in result.csv and commit it.

Plus, run ./total to see total classes labeled. When new classes are added, run ./total -o xxxxxxxx to create or update the doc. See more in doc/ directory.

Training

See the project plant-tw/models_plant

License

The program is licensed under GNU Affero General Public License v3.0. Check the LICENSE file.

The collected training data are licensed separately. Check the LICENSE file in each project folder.

About

training data, labeling utilities, docs webpage for mobile apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages