This Repository Contains the Tensorflow Code for Deploying Tiny Machine learning over Jetson Nano and Arduino BLE 33 to react to a camera feed to detect to a person.
-
All issues are tracked here : https://github.com/AESD-Course-Project/AESD-Course-Project.github.io/issues
-
Issues in this repository are duplicated. Please use this link only tracking on issues
git clone https://github.com/CalebProvost/dockter-l4t.git
docker pull calebprovost/dockter-l4t:sdk_installed
docker run -it -v $PWD:/home/user/build --name dl4t calebprovost/dockter-l4t:sdk_installed bash
git clone https://github.com/OE4T/tegra-demo-distro.git && cd tegra-demo-distro/
git submodule update --init --recursive
git clone https://github.com/cu-ecen-5013/final-project-CalebProvost.git --branch=yocto-layer --single-branch layers/meta-final-project
unset DISTRO && unset MACHINE
. ./setup-env --machine jetson-nano-2gb-devkit --distro final-project
bitbake final-project-image
-
Computer Vision - Machine Learning - TinyML
-
Yocto Integration for OE4T tegra
- Forum Discussion for analysis
- [Board Partition]OE4T/meta-tegra#661
- Camera Module
- arduino-cli test for ARM64
- Additional Yocto receipes
- [Yocto receipes with systemd init]https://github.com/cu-ecen-5013/final-project-CalebProvost/tree/yocto-layer
- Forum Discussion for analysis
- Integrate systemd Init script for the arduino cli over Yocto
- Compile, clean code and QA Docker file for final submission docker file.
- Project Demonstration and Setup.
- Future Goal projects
- State Machine and API Development and response for Arduino BLE 33 Sense : AESD-Course-Project/AESD-Course-Project.github.io#24
- Develop and Test Driver for I2C Based 4 Character 7 Segment Display and GPIO based LED functioning : AESD-Course-Project/AESD-Course-Project.github.io#23
- Board Partition Bring Up and Forum Communication : AESD-Course-Project/AESD-Course-Project.github.io#22
- Dockerize Arduino Build Environment : https://github.com/cu-ecen-5013/final-project-arpit6232/tree/main/docker_arduino
- Integrate Camera for gstreamer
- Create driver for vitualwifi for cfg80211 : https://github.com/cu-ecen-5013/final-project-arpit6232/tree/main/wifi_driver
- AESD-Course-Project/AESD-Course-Project.github.io#12
- AESD-Course-Project/AESD-Course-Project.github.io#11
- Port Tensorflow code : https://github.com/arpit6232/visualwakeup_aesd
- Create Arduino Library : https://github.com/arpit6232/arduino-library
Currently this repository should hold all the independent goals are separate repositories as much of the code is based on development version of other libraries. And involves testing and development.
Currently this repository should hold all the independent goals as separate repositories/folders as much of the code is based on development version of other libraries. And involves testing and development.
- Arpit Savarkar
- Caleb Provost
- Zach Turner