OpenPecha / prodigy-tools

Tools for OpenPecha's use of Prodigy
MIT License
0 stars 1 forks source link

wire a model training for images #7

Open eroux opened 1 year ago

eroux commented 1 year ago

Prodigy doesn't seem to have a built-in model for images so we need to include a connection to something in our recipe. There are some examples with tensorflow on https://github.com/explosion/prodigy-recipes/tree/master/image/tf_odapi but perhaps we want to try pytorch? This is of course something that we need to make sure we have right before annotators start

may or may not be relevant: https://thinc.ai/docs

something that we also need to determine is where the training should take place, it will require a machine with some GPUs and possibly a very big hard drive

eroux commented 1 year ago

Here's an example of annotations we get from prodigy and that we need to train our model on:

http://eroux.fr/bdrc_crop.jsonl

the steps are:

All of that should be recorded some documented logs, as there are many potentials points of failure