-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: engineer1469/lobe-python
base: master
head repository: lobe/lobe-python
compare: master
- 20 commits
- 36 files changed
- 5 contributors
Commits on Dec 29, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 143ddfe - Browse repository at this point
Copy the full SHA 143ddfeView commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for db80158 - Browse repository at this point
Copy the full SHA db80158View commit details
Commits on Jan 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1965723 - Browse repository at this point
Copy the full SHA 1965723View commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f2733ee - Browse repository at this point
Copy the full SHA f2733eeView commit details
Commits on Feb 25, 2021
-
Remove redundant line that throws error (lobe#19)
Second fix for lobe#17
Configuration menu - View commit details
-
Copy full SHA for ae640d0 - Browse repository at this point
Copy the full SHA ae640d0View commit details
Commits on Mar 8, 2021
-
add rpi install script (lobe#23)
* add rpi install script * update readme
Configuration menu - View commit details
-
Copy full SHA for 60b15a5 - Browse repository at this point
Copy the full SHA 60b15a5View commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eae6360 - Browse repository at this point
Copy the full SHA eae6360View commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5874980 - Browse repository at this point
Copy the full SHA 5874980View commit details
Commits on Aug 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fdcc140 - Browse repository at this point
Copy the full SHA fdcc140View commit details -
v0.5.0 Modular pip install for ml backends (lobe#24)
Use setuptools extras_require for install options -- [all], [tf], [tflite], and [onnx] * customize what backends you want installed * Split out backend package requirements into setup extras for modular installation * Get the right tflite_runtime wheel url based on the machine, update readme to reflect modular install instructions. * Update error message for installing modular backends. * Add release notes for 0.5
Configuration menu - View commit details
-
Copy full SHA for d821596 - Browse repository at this point
Copy the full SHA d821596View commit details
Commits on Aug 7, 2021
-
Remove numpy requirement from setup.py since TensorFlow and TFLite_ru…
…ntime require different versions. If both are installed, use the tflite interpreter built into tensorflow instead of the tflite_runtime one.
Configuration menu - View commit details
-
Copy full SHA for 37f6f81 - Browse repository at this point
Copy the full SHA 37f6f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc93a40 - Browse repository at this point
Copy the full SHA bc93a40View commit details -
Fix setup.py to not include the direct link to tflite_runtime wheels …
…(so that we can publish on PyPi). Add instructions for installing tflite_runtime, and fix the Raspberry Pi install script to reflect those new instructions.
Configuration menu - View commit details
-
Copy full SHA for 656261b - Browse repository at this point
Copy the full SHA 656261bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1622db - Browse repository at this point
Copy the full SHA e1622dbView commit details -
Update README for Raspberry Pi install script
Needed to chmod 755 for good measure.
Configuration menu - View commit details
-
Copy full SHA for d6eb4e4 - Browse repository at this point
Copy the full SHA d6eb4e4View commit details
Commits on Nov 17, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 7d02594 - Browse repository at this point
Copy the full SHA 7d02594View commit details
Commits on Nov 29, 2021
-
Fix super invocations for onnx and tflite backends (lobe#30)
The `super()` calls are using the wrong class name. By doing this, they're skipping the `__init__()` for the actual super class. This breaks calling `predict()` because `self.lock` has not been assigned. The change for the `tflite` backend has been tested. The change for `onnx` has not been tested, but seems correct.
Configuration menu - View commit details
-
Copy full SHA for 1782164 - Browse repository at this point
Copy the full SHA 1782164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f3317 - Browse repository at this point
Copy the full SHA 50f3317View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef812da - Browse repository at this point
Copy the full SHA ef812daView commit details
Commits on Feb 23, 2022
-
Update requirements to latest versions, change tflite-runtime to pypi…
… install, add tags to setup.py (lobe#33)
Configuration menu - View commit details
-
Copy full SHA for bf0c581 - Browse repository at this point
Copy the full SHA bf0c581View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master