Tags: SUN108-y/lobe-python
Tags
V0.6 Add Grad-CAM++ visualization for exported tf models, refactor ba… …ckend base classes (lobe#28) * Add Grad-CAM++ visualization for exported tensorflow image classification models. * Clean comments * Batch-ify the ImageModel.visualize() function so you can pass a list of images. * Bump Pillow version to latest
lobe-python 0.3 refactor (lobe#15) * refactor! more flexible and backwards-compatible with lobe signature files. tf_backend uses the tf 1.15 session and saved model loader rather than the contrib inference library. * update to tensorflow 2.4 * add onnx backend! * add note about libjpeg62-turbo for raspbian * onnxruntime not on arm * remove tflite install resource (taken care of in setup.py), and add link to trash classifier example