small tool to annotate data and train xgboost classifiers
- Get a CSV with two columns (raw and mask) of your training data
- Change the paths in annotate/tool.ipynb, change the classes, etc ...
- Run the notebook
- Run the last cell independently whenever you want to save your labels
- Finally, in train_classifier.ipynb change the classes and all the things you would like to change and run.