jetson-nano
Here are 112 public repositories matching this topic...
Hi NVIDIA Team,
To make this project successful, I would like to suggest to add few things. I would love to assist on this.
- Complete technical installation steps to add more values
- Details of all pre-requisites, to build this project successfully.
- Overall technical background, design and architecture. Just like we provide a technical guide and documentation for other software engine
I stumbled upon this repo https://github.com/dataplayer12/homesecurity/ which uses the jetson for CCTV system.
Idea: use a raspberry pi zero with a pi-camera-module could be a simple solution for uses cases like: Hardware inside and camera module outside.
- more secure since the pi only costs a fraction of the jetson
- no cable connection between board and camera
- option to connect more than
-
Updated
May 10, 2020 - Python
-
Updated
May 9, 2020 - JavaScript
-
Updated
May 14, 2020 - C++
-
Updated
Apr 4, 2020 - Python
-
Updated
Mar 3, 2020 - Python
-
Updated
Apr 8, 2020 - Python
-
Updated
Sep 7, 2019 - Shell
-
Updated
May 29, 2019 - C++
-
Updated
Aug 26, 2019
-
Updated
Sep 16, 2019 - Python
i had problems with the coral dev-board (edge-tpu from google).
i followed an article on medium to install opencv on the board, but only with 1GB swap.
i got some weired errors and after i while i increased to 2gb and everthing was fine.
while doing this i hat to check if the swap was activated.
i found this page with 3 manual methods to check.
-
Updated
Mar 12, 2020 - Shell
-
Updated
Aug 30, 2019 - Python
Our current implementation of NMS needs to be profiled and optimized for speed.
-
Updated
Feb 22, 2020 - Python
-
Updated
Apr 20, 2020 - C++
-
Updated
Apr 9, 2020 - Jupyter Notebook
-
Updated
Jan 6, 2020 - Shell
TODO docs
TODO docs
- Errors in the docs
- Controller CLI config Actions are wrong
- s/conclussion/conclusion
- Quick Start vs Tutorial consolidation
- Connector CLI args
- REST Blue
- GPIO/Serial ports
- They will be simplifying dev -> prod mode
-
Updated
Dec 23, 2019 - Shell
-
Updated
Jul 14, 2019 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Oct 1, 2019 - Shell
-
Updated
Mar 31, 2019 - Python
-
Updated
Oct 22, 2019 - Shell
Improve this page
Add a description, image, and links to the jetson-nano topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jetson-nano topic, visit your repo's landing page and select "manage topics."


When attempting to download cityscapes_2048x1024 I got:
./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not foundIt looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512todownload_fcn_resnet18_cityscapes_2048x1024Thanks for the amazing repo!