conservationtechlab / camml

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

Get rid of pycoral dependency? #9

Open iingram opened 1 year ago

iingram commented 1 year ago

Currently, camml depends on the pycoral package which is not served on PyPI and therefore can't simply be installed with pip and via setup.py. This isn't ideal. It might be worth changing the code to do inference directly with tflite and therefore removing the dependency on the pycoral package.

iingram commented 9 months ago

@kgarwoodsdzwa also has discovered that the pycoral package is not even being kept current enough to work with newer versions of other elements of system (Katie, can you do a quick synopsis of that in a comment in this issue? Feels as if you're on a path to tackle these issues and ideally remove the pycoral dependency quickly but might make sense to capture at least a smidgen in case we suddenly get pulled away from this, as happens. :-) ) so there's even greater need to drop this dependency in favor of doing things directly in tflite_runtime.

iingram commented 8 months ago