reComputer Super vs Classic Next-Gen AI Performance in Edge Inferencing

Introduction
AI Text Generation
The main steps for deploying this model are:
Step 1. Install jetson-containers.
Step 2. Enter the Docker container to run the Ollama service.
Step 3. Pull the deepseek-r1:7b model from Ollama.
If you also want to deploy Ollama onto your Jetson device, please refer to this tutorial to learn how to quickly deploy it on Nvidia Jetson.
AI Video Processing
Refer to this repository can deploy YOLOv11 on your devices like us. The main steps for deploying this model are:
Step 1. Clone this GitHub repository.
Step 2. Download the pre-trained weight file yolo11n.pt from ultralytics.
Step 3. Follow this repository to compile the model and run the inference.
Step 4. We refer to yolo11_det_trt.py script in this repository to run the inference.
The Average FPS shown in the terminal reflects the pure inference speed of the model, directly indicating the difference in device computing power, so the reComputer Super shows a significantly higher FPS. However, the real-time FPS displayed in the top-left corner of the display window represents the frame rate of the entire processing pipeline, including image capture, preprocessing, inference, post-processing, and display. This FPS is affected by multiple factors such as camera frame rate, display refresh rate, and program frame rate limits, causing the displayed FPS on both devices to be similar and masking the difference in inference performance. Therefore, device performance should be evaluated based on the average inference FPS output in the terminal rather than relying solely on the real-time displayed FPS.
References
- https://www.jetson-ai-lab.com/tutorial_ollama.html
- https://www.deepseek.com/
- https://wiki.seeedstudio.com/deploy_deepseek_on_jetson/
- https://www.seeedstudio.com/edge-ai/generative-ai
- https://github.com/ultralytics/ultralytics
- https://github.com/wang-xinyu/tensorrtx?tab=readme-ov-file
Tech Support & Product Discussion
Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.