conservationtechlab / camml

A package of ML components for CTL field camera systems.
MIT License
4 stars 0 forks source link

Would be better in `obj_det_train.py` to save out model immediately after training #25

Closed iingram closed 11 months ago

iingram commented 12 months ago

tflite_model_maker.object_detector.evaluate has a dependency on pycocotools that is not automatically installed. Our README instructions call for installing this dependency. But just in case, better to save out the model immediately after training before the program potentially crashed if someone didn't install the dependency.