BerryNet icon indicating copy to clipboard operation
BerryNet copied to clipboard

Deep learning gateway on Raspberry Pi and other edge devices

Results 23 BerryNet issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.6.4. Release notes Sourced from tensorflow's releases. TensorFlow 2.6.4 Release 2.6.4 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies
python

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.2 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies
python

Bumps [pipenv](https://github.com/pypa/pipenv) from 2020.6.2 to 2022.1.8. Release notes Sourced from pipenv's releases. Release v2022.1.8 No release notes provided. Release v2021.11.23 No release notes provided. Release v2021.11.15 No release notes provided....

dependencies
python

**Description** Failed to import openvino module because OpenVINO 2020.1 does not support Python 3.8. References 1. Community discussion, https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-3-8-support/td-p/1183409 1. Intel official release note, https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html

in-progress

**Concept** If we provide YOLOv4 engine, YOLO user can have a faster and more accurate detection engine to use. **Suggested Implementation (if any)** 1. Study inference performance * TFLite (by...

https://github.com/DT42/BerryNet-repo Current flow: https://github.com/DT42/BerryNet-repo/wiki/Admin

Reference (Zh): https://chtseng.wordpress.com/2020/06/27/%E5%A6%82%E4%BD%95%E8%A8%93%E7%B7%B4yolov4%E8%88%87yolov5/

https://www.raspberrypi.org/forums/viewtopic.php?t=275370 > This is a beta test of the Raspberry Pi OS (64 bit) > > We still recommend the 32 bit operating system for all Pis at this time,...

提議:我平常喜歡把這些 linter, formatter 綁在 git hook 上,每次 commit 自動檢查,不確定會不會跟大家的習慣衝突 * 套件掃到一些 tensorflow 的資安問題,想問如果升版號的話,會有什麼影響(客戶之類的?) * 然後我在 local 用 `npm install` 會噴很多 error,想問大家現在還能正常安裝嗎? 1. Use pylint to check `camera.py` 2. Turn `logging.info(...format())`...