All Projects → jetsonhacks → jetsonUtilities

jetsonhacks / jetsonUtilities

Licence: other
Get information about the NVIDIA Jetson OS environment. Lists L4T and JetPack versions, along with major libraries.

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to jetsonUtilities

Jetson Inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Stars: ✭ 5,191 (+2935.67%)
Mutual labels:  jetson-tx1, jetson-tx2, jetson-xavier, jetson-xavier-nx
installROS
Install ROS Melodic on NVIDIA Jetson Development Kits
Stars: ✭ 75 (-56.14%)
Mutual labels:  jetson-tx1, jetson-tx2, jetson-agx-xavier, jetson-xavier-nx
jetson-tx2-pytorch
Installing PyTorch on the Nvidia Jetson TX1/TX2
Stars: ✭ 74 (-56.73%)
Mutual labels:  jetson-tx1, jetson-tx2
installACMModule
Install the CDC ACM and USB to Serial Modules for the Jetson TX1 or Jetson TX2 Development Kit
Stars: ✭ 28 (-83.63%)
Mutual labels:  jetson-tx1, jetson-tx2
DLARM
DLARM: Dissertation for Computer Science Masters Degree at UFRGS
Stars: ✭ 24 (-85.96%)
Mutual labels:  jetson-tx1, jetson-tx2
installTensorFlowJetsonTX
Install TensorFlow on the NVIDIA Jetson TX1 or TX2 from the provided wheel files
Stars: ✭ 79 (-53.8%)
Mutual labels:  jetson-tx1, jetson-tx2
ros jetson stats
🐢 The ROS jetson-stats wrapper. The status of your NVIDIA jetson in diagnostic messages
Stars: ✭ 55 (-67.84%)
Mutual labels:  jetson-tx2, jetson-xavier
trt pose hand
Real-time hand pose estimation and gesture classification using TensorRT
Stars: ✭ 137 (-19.88%)
Mutual labels:  jetson-xavier, jetson-xavier-nx
gpuGraphTX
Simple moving graph of GPU activity for the Jetson TX1 and Jetson TX2
Stars: ✭ 92 (-46.2%)
Mutual labels:  jetson-tx1, jetson-tx2
Torch2trt
An easy to use PyTorch to TensorRT converter
Stars: ✭ 2,974 (+1639.18%)
Mutual labels:  jetson-tx2, jetson-xavier
jetson csi cam
A ROS package making it simple to use CSI cameras on the Nvidia Jetson TK1, TX1, or TX2 with ROS.
Stars: ✭ 95 (-44.44%)
Mutual labels:  jetson-tx1, jetson-tx2
homesecurity
Security camera with Raspberry pi and NVIDIA Jetson platforms
Stars: ✭ 141 (-17.54%)
Mutual labels:  jetson-tx2, jetson-xavier
yolov5-deepsort-tensorrt
A c++ implementation of yolov5 and deepsort
Stars: ✭ 207 (+21.05%)
Mutual labels:  jetson-xavier, jetson-xavier-nx
installRACECARJ
Install the ROS stack, MIT RACECAR Packages, and hardware support on RACECAR/J.
Stars: ✭ 28 (-83.63%)
Mutual labels:  jetson-tx1, jetson-tx2
monocular person following
Monocular camera-based person tracking and identification ROS framework for person following robots
Stars: ✭ 124 (-27.49%)
Mutual labels:  jetson-tx2, jetson-xavier
TX2 StereoSLAM
🍀 Develop a SLAM algorithm based on ORB_SLAM2 along with TX2、ZED2、ROS and a mobile platform
Stars: ✭ 21 (-87.72%)
Mutual labels:  jetson-tx2
Tensorflow-for-Jetson-TX2
Tensorflow for Jetson TX2
Stars: ✭ 29 (-83.04%)
Mutual labels:  jetson-tx2
lane detection
Lane detection for the Nvidia Jetson TX2 using OpenCV4Tegra
Stars: ✭ 15 (-91.23%)
Mutual labels:  jetson-tx2
tx2-flash
Guidance to flash JetPack to NVIDIA TX2 with Mac through a VirtualBox (VM)
Stars: ✭ 40 (-76.61%)
Mutual labels:  jetson-tx2
Autonomous-RC-Car
Self-driving RC Car ROS Software
Stars: ✭ 17 (-90.06%)
Mutual labels:  jetson-tx2

jetsonUtilities

This repository holds utilities for working with NVIDIA Jetson Development Kit

jetsonInfo

Get information about the NVIDIA Jetson OS environment on NVIDIA Jetson Development Kits (TX1, TX2, AGX Xavier, Xavier NX, Nano, Nano 2GB)

The information about the NVIDIA Jetson Development Kit operating system is spread over a few files. This is a handy tool to use for reference.

The Python script jetsoninfo.py will list the hardware, version of L4T that is running, Ubuntu version, and the Linux kernel revision. To execute:

$ python jetsonInfo.py

or

$ python3 jetsonInfo.py

or

$ ./jetsonInfo.py 

The hardware designator is derived from the file: '/proc/cpuinfo'

The L4T version is derived from the file: '/etc/nv_tegra_release'

The Ubuntu version is derived from the file: '/etc/os-release'

The Linux kernel version is derived from the file: '/proc/version'

Thank you Raffaello Bonghi @rbonghi for jetson_variables and jetson_libraries scripts

Release Notes:

August, 2021

  • v2.4
  • Add support for JetPack 5
  • Update to @rbonghi jetson_variables, jetson_libraries

August, 2021

  • v2.3
  • Add support for JetPack 4.6
  • Update to @rbonghi jetson_variables

May, 2021

  • v2.2
  • Add support for JetPack 4.5
  • Add support for Python3 - Thank you Patti Vacek! @pattivacek
  • Add Vulcan version
  • Update to @rbonghi jetson_variables

July, 2020

  • v2.1
  • Add support for JetPack 4.4
  • Fix issue with TX1/Nano identification Thank you Manu Seth! @mseth10
  • Update to @rbonghi jetson_libraries and jetson_variables

January, 2020

  • v2.0
  • Add support for JetPack 4.3

November, 2018

  • v1.1.2
  • Add support for JetPack 4.1.1 (L4T 31.1.0)

October, 2018

  • v1.1.1
  • Add support for JetPack 4.1 (L4T 31.0.2)

September, 2018

  • v1.1
  • Add support for JetPack 3.3 (L4T 28.2.1)
  • Add support for Jetson AGX Xavier
  • Add support for JetPack 4.0 (L4T 31.0.1)

July, 2018

  • v1.0
  • Add support for JetPack 3.2.1 (L4T 28.2.1)

Original shell script jetson_variables is derived from jetson_easy: https://github.com/rbonghi/jetson_easy ; Now in jtop package

Copyright (c) 2015-2021 Raffaello Bonghi

See license for jetson_easy in scripts folder

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].