jetson-inference VS tensorrt_demos

Compare jetson-inference vs tensorrt_demos and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
jetson-inference tensorrt_demos
11 5
7,323 1,720
- -
8.5 3.1
7 days ago about 1 year ago
C++ Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jetson-inference

Posts with mentions or reviews of jetson-inference. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-18.
  • Can this NVIDIA Jetson Nano handle advanced machine learning tasks?
    1 project | /r/NvidiaJetson | 18 Mar 2023
    Jetson Nano’s are obsolete and no longer supported; but to answer your question, this might be a good place to start.
  • help with project involving object detection and tracking with camera
    2 projects | /r/JetsonNano | 18 Jun 2022
  • Jetson Nano 2GB Issues During Training (Out Of Memory / Process Killed) & Other Questions!
    1 project | /r/JetsonNano | 5 Nov 2021
    I’m trying to do the tutorial, where they retrain the neural network to detect fruits (jetson-inference/pytorch-ssd.md at master · dusty-nv/jetson-inference · GitHub 1)
  • Jetson Nano
    1 project | /r/JetsonNano | 18 Jul 2021
    Jetson-Inference is another amazing resource to get started on. This will allow you to try out a number of neural networks (classification, detection, and segmentation) all with your own data or with sample images included in the repo.
  • Pretrained image classification model for nuts and bolts (or similar)
    1 project | /r/pytorch | 8 Apr 2021
    Hello! I'm looking for some pre trained image classification models to use on a Jetson Nano. I already know about the model zoo and the pre trained models included in the https://github.com/dusty-nv/jetson-inference repo. For demonstration purposes, however, I need a model trained on small objects from the context of production, ideally nuts, bolts, and similar small objects. Does anyone happen to know a source for this? Thanks a lot!
  • PyTorch 1.8 release with AMD ROCm support
    8 projects | news.ycombinator.com | 4 Mar 2021
    > They provide some SSD-Mobilenet-v2 here: https://github.com/dusty-nv/jetson-inference

    I was aware of that repository but from taking a cursory look at it I had thought dusty was just converting models from PyTorch to TensorRT, like here[0, 1]. Am I missing something?

    > I get 140 fps on a Xavier NX

    That really is impressive. Holy shit.

    [0]: https://github.com/dusty-nv/jetson-inference/blob/master/doc...

    [1]: https://github.com/dusty-nv/jetson-inference/issues/896#issu...

  • NVIDIA DLSS released as a plugin for Unreal Engine 4
    1 project | /r/pcgaming | 15 Feb 2021
  • Help getting started
    1 project | /r/JetsonNano | 4 Feb 2021
    If you have a screen and keyboard and mouse plugged into the Nano, I would recommend starting with Hello AI World on https://github.com/dusty-nv/jetson-inference#hello-ai-world
  • I'm tired of this anti-Wayland horseshit
    16 projects | news.ycombinator.com | 2 Feb 2021
    Well, don't get me wrong. I do like my Jetson Nano. For a hobbyist who likes to tinker with machine learning in their spare time it's definitely a product cool and there are quite a few repositories on Github[0, 1] with sample code.

    Unfortunately… that's about it. There is little documentation about

    - how to build a custom OS image (necessary if you're thinking about using Jetson as part of your own product, i.e. a large-scale deployment). What proprietary drivers and libraries do I need to install? Nvidia basically says, here's a Ubuntu image with the usual GUI, complete driver stack and everything – take it or leave it. Unfortunately, the GUI alone is eating up a lot of the precious CPU and GPU resources, so using that OS image is no option.

    - how deployment works on production modules (as opposed to the non-production module in the Developer Kit)

    - what production modules are available in the first place ("Please refer to our partners")

    - what wifi dongles are compatible (the most recent Jetson Nano comes w/o wifi)

    - how to convert your custom models to TensorRT, what you need to pay attention to etc. (The official docs basically say: Have a look at the following nondescript sample code. Good luck.)

    - … (I'm sure I'm forgetting many other things that I've struggled with over the past months)

    Anyway. It's not that this information isn't out there somewhere in some blog post, some Github repo or some thread on the Nvidia forums[2]. (Though I have yet to find a reliably working wifi dongle…) But it usually takes you days orweeks to find it. From a product which is supposed to be industry-grade I would have expected more.

    [0]: https://github.com/dusty-nv/jetson-inference

  • Basic Teaching
    1 project | /r/JetsonNano | 18 Jan 2021
    https://github.com/dusty-nv/jetson-inference#system-setup

tensorrt_demos

Posts with mentions or reviews of tensorrt_demos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-04.
  • lowering size of YOLOV4 detection model
    1 project | /r/computervision | 10 Jul 2022
    tensorrt_demo github repository
  • Jetson Nano: TensorFlow model. Possibly I should use PyTorch instead?
    2 projects | /r/pytorch | 4 Jun 2021
    https://github.com/NVIDIA-AI-IOT/torch2trt <- pretty straightforward https://github.com/jkjung-avt/tensorrt_demos <- this helped me a lot
  • PyTorch 1.8 release with AMD ROCm support
    8 projects | news.ycombinator.com | 4 Mar 2021
    > I'll also add a caveat that toolage for Jetson boards is extremely incomplete.

    A hundred times this. I was about to write another rant here but I already did that[0] a while ago, so I'll save my breath this time. :)

    Another fun fact regarding toolage: Today I discovered that many USB cameras work poorly on Jetsons (at least when using OpenCV), probably due to different drivers and/or the fact that OpenCV doesn't support ARM64 as well as it does x86_64. :(

    > They supply you with a bunch of sorely outdated models for TensorRT like Inceptionv3 and SSD-MobileNetv2 and VGG-16.

    They supply you with such models? That's news to me. AFAIK converting something like SSD-MobileNetv2 from TensorFlow to TensorRT still requires substantial manual work and magic, as this code[1] attests to. There are countless (countless!) posts on the Nvidia forums by people complaining that they're not able to convert their models.

    [0]: https://news.ycombinator.com/item?id=26004235

    [1]: https://github.com/jkjung-avt/tensorrt_demos/blob/master/ssd... (In fact, this is the only piece of code I've found on the entire internet that managed to successfully convert my SSD-MobileNetV2.)

  • I'm tired of this anti-Wayland horseshit
    16 projects | news.ycombinator.com | 2 Feb 2021
  • H.264 hardware acceleration for surveillance station performance
    1 project | /r/synology | 12 Jan 2021
    It was some work getting compiled on nano but I used this guy's work to get started. https://jkjung-avt.github.io/tensorrt-yolov4/ and https://github.com/jkjung-avt/tensorrt_demos

What are some alternatives?

When comparing jetson-inference and tensorrt_demos you can also consider the following projects:

openpose - OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation

YOLOX - YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/

onnx-tensorrt - ONNX-TensorRT: TensorRT backend for ONNX

torch2trt - An easy to use PyTorch to TensorRT converter

tensorflow - An Open Source Machine Learning Framework for Everyone

yolov4-custom-functions - A Wide Range of Custom Functions for YOLOv4, YOLOv4-tiny, YOLOv3, and YOLOv3-tiny Implemented in TensorFlow, TFLite, and TensorRT.

yolov5-deepsort-tensorrt - A c++ implementation of yolov5 and deepsort

tensorflow-yolov4-tflite - YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.3.1, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite

TensorRT - NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.

wayvnc - A VNC server for wlroots based Wayland compositors

obs-studio - OBS Studio - Free and open source software for live streaming and screen recording

Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration