splashblot / dronedb

Location Intelligence & Data Visualization tool
http://carto.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Automatize training/inference with faster for new datasets #29

Closed ivanprado closed 7 years ago

ivanprado commented 7 years ago

Now each time we want to add a new dataset to train faster we have to follow the steps described here

Create a set of scripts where that is automatized. These new set of scripts should be parametrized so that a set of labels to train should be provided. For example when provided cat,dog,snake the script will deal to train a model for three categories with the given names.

Also inference scripts should be automatized. infere.py could be used as reference.

ivanprado commented 7 years ago

Pull request accepted. Could you add a section to README.md explaining the usage of the tool (probably with a simple example)?

amlarraz commented 7 years ago

Done! Everything merged in fastraster repo :)