Giter Site home page Giter Site logo

ricardodeazambuja / maple-syrup-pi-camera Goto Github PK

View Code? Open in Web Editor NEW
69.0 8.0 5.0 9.64 MB

Low power smart camera (3D printed) based on the Raspberry Pi Zero W and Google Coral EdgeTPU

License: Apache License 2.0

G-code 97.18% Jupyter Notebook 2.82%
aiot ai raspberry-pi camera machine-learning computer-vision

maple-syrup-pi-camera's People

Contributors

ricardodeazambuja avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

maple-syrup-pi-camera's Issues

Notebooks using TensorFlow Lite Model Maker are broken!

Thanks to an update and a bad requirement, tflite-model-maker requires flatbuffers 1.12, but it only works with flatbuffers 2.0!
This problem will only appear when you try to generate the tflite model. However, it already fails to import (from tflite_model_maker.config import ExportFormat will break!) because of a dependency on libportaudio2.
Solutions:
Before anything else, add this line to your notebook:
!sudo apt -y -qq install libportaudio2
and add this line AFTER installing tflite-model-maker:
!pip uninstall -qy flatbuffers && pip install -q flatbuffers==2.0

I am working on another project that is related and I will be uploading a new version of the notebooks in a few days... but TensorFlow team's track record tells me you simply cannot trust them without creating something like a docker image to make sure your stuff will still run after you just finished typing it ๐Ÿ˜„

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.