inaturalist / vision-camera-plugin-inatvision

react-native-vision-camera frame processor plugin
MIT License
5 stars 2 forks source link

Refactor cv model version info #6

Open jtklein opened 1 year ago

jtklein commented 1 year ago

Currently, we are using a string passed to the frame processor to signify which cv model the frame processor is using.

This might be changed to read the cv model's version from the metadata of the actual model (tflite/coreml). This might lead to less errors in using the plugin.