jetson
Here are 90 public repositories matching this topic...
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
Mar 2, 2020 - C++
-
Updated
Jun 1, 2019 - C++
-
Updated
Nov 22, 2019 - Python
-
Updated
Jul 15, 2020 - Python
-
Updated
Apr 8, 2020 - Python
opencv‘s dnn moudle is now support for Nvidia cuda, and needs opencv version of 4.2.0. Can you updata the opencv version and build opencv with DNN_CUDA support? Please~
-
Updated
Jul 12, 2020 - Python
-
Updated
Sep 7, 2019 - Shell
-
Updated
Jul 15, 2020 - C++
-
Updated
Apr 29, 2019
-
Updated
Aug 5, 2017 - Makefile
-
Updated
Apr 9, 2020 - C++
-
Updated
May 16, 2018 - C++
-
Updated
Jun 6, 2020 - Python
-
Updated
Jul 6, 2020 - Go
-
Updated
Apr 28, 2020 - C++
-
Updated
Sep 18, 2018 - JavaScript
-
Updated
Jul 16, 2020 - C++
-
Updated
Apr 6, 2019 - C++
-
Updated
Dec 15, 2019 - C
-
Updated
Aug 3, 2019
-
Updated
Apr 27, 2019 - Shell
Improve this page
Add a description, image, and links to the jetson topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jetson 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!