
Closed
Posted
我正在为一套帕德尔球场 AI 视频分析系统寻找长期合作伙伴。第一阶段的目标是用 NVIDIA Jetson Orin Nano 8 GB 搭建一个可以落地演示的边缘推理原型;后续阶段继续协作,完成模型优化、云端集成以及系统调试。 第一阶段核心任务 在 Jetson Orin Nano 上接收两路 PoE IP 摄像头的 RTSP 流,使用 GStreamer 解码并保持稳定帧率 部署 YOLOv8n/s 目标检测模型,并结合 ByteTrack(或等效算法)实现多目标跟踪 同时处理双路输入,验证端到端性能,确保可实时输出球员检测框与轨迹 业务场景 系统需同时生成球员表现报告和精彩集锦,因此算法管线必须兼顾数据完整性与视觉效果。我更倾向在 Jetson 平台上深度利用 GStreamer;如你熟悉 FFmpeg,同样欢迎提出更优方案。 后续合作方向 √ 模型优化 √ 云端集成 √ 系统调试 理想背景 – 有 Jetson(Orin 优先)或同类边缘设备的部署经验 – 熟练搭建 GStreamer / FFmpeg 视频管道 – 熟悉 YOLOv8、ByteTrack 或等价检测+跟踪组合 – 如果你做过体育视频分析、多摄像头同步或者比赛数据可视化,将是加分项 请在提案中附上相关项目链接或 GitHub,简单说明你在 Jetson 或边缘视觉项目中的角色与贡献。期待与你一起把原型快速推进到可上线的完整解决方案。
Project ID: 40517153
26 proposals
Remote project
Active 5 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
26 freelancers are bidding on average $12 USD/hour for this job

EXPERT in(Computer Vision and Real-time Object Detection, Counting and Tracking) Hi, how are you? I checked your detail carefully. I’ve completed the real-time people detection, counting and tracking projects before successfully. Before, using python and YOLOv8, I completed @@Pool Drowning Detection System Implementation@@ project and so on. You can check my works history on my portfolio. I am sure this field and I will do my best. I always thought "It is your job, it is also my job". Awarding me will be the fastest way to complete your task with the best rates possible. THANK YOU.
$12 USD in 40 days
5.9
5.9

I understand you need a deployable edge inference prototype on an NVIDIA Jetson Orin Nano 8 GB for a Padel court AI video analysis system, focusing on receiving dual PoE IP camera RTSP streams, decoding with GStreamer for stable frame rates, and deploying YOLOv8n/s with ByteTrack for real-time player detection boxes and trajectories. I successfully implemented a similar dual-stream object detection and tracking pipeline on a Jetson Xavier NX, achieving consistent real-time performance. For this prototype, I will build a GStreamer pipeline to ingest and decode your two RTSP streams, integrating the YOLOv8 model and ByteTrack directly within the pipeline. The output will be visualized bounding boxes and tracks, processed and displayed in real-time on the Jetson. I'm comfortable using Python for orchestration and C/C++ for any necessary GStreamer plugin development or performance tuning. What is the expected frame rate target for the dual-stream processing to consider the prototype "real-time"? Ready to start as soon as you confirm scope.
$15 USD in 7 days
5.2
5.2

Your dual-camera RTSP pipeline will bottleneck at GStreamer's nvv4l2decoder if you don't configure buffer pools correctly - I've seen Jetson Orin Nano drop frames under 15 FPS when handling two 1080p streams without proper memory allocation. Before architecting the solution, I need clarity on two things: What's your target inference latency per frame (are we aiming for sub-100ms or can we tolerate 200ms for higher accuracy)? And does your PoE switch support jumbo frames, or are we working with standard 1500 MTU that might fragment packets during peak traffic? Here's the technical approach: - GSTREAMER + NVDEC: Build hardware-accelerated pipeline using nvv4l2decoder with zero-copy buffers, feeding directly into CUDA memory to eliminate CPU bottlenecks between decode and inference. - YOLOV8 + TENSORRT: Convert YOLOv8s to TensorRT FP16 engine optimized for Orin's 1024-core GPU, achieving 30+ FPS on dual streams while maintaining mAP above 0.85 for player detection. - BYTETRACK INTEGRATION: Implement multi-object tracking with Kalman filtering and IoU matching, handling occlusions when players cross paths near the net. - DUAL-STREAM SYNC: Use GStreamer's queue elements with leaky buffers to maintain frame alignment between cameras, critical for generating accurate player trajectories across court zones. I've deployed similar CV systems on Jetson AGX for warehouse monitoring (4-camera setup processing 120 FPS total) and sports analytics for a tennis academy. I don't take projects where hardware constraints aren't validated upfront - let's schedule a 20-minute call to review your camera specs and confirm the Orin Nano 8GB has sufficient shared memory for your reporting pipeline.
$11 USD in 30 days
5.5
5.5

您好, 这个项目与我的经验非常匹配。我是一名 AI/ML 工程师,已完成 13+ 个 NVIDIA Jetson 项目,包括 Jetson Nano、Xavier NX 和 Orin 系列平台上的实时计算机视觉部署。 我曾在 Jetson Orin 上完成过实时目标检测与多目标跟踪项目,涉及 RTSP 摄像头接入、GStreamer 视频管线、TensorRT 优化、YOLO 部署以及边缘端推理性能调优。 针对第一阶段,我可以: - 接入双路 PoE IP Camera RTSP 流 - 使用 GStreamer 构建稳定低延迟视频管线 - 部署 YOLOv8n/s + ByteTrack 多目标跟踪 - 实现双路实时检测与轨迹输出 - 优化 Jetson Orin Nano 8GB 资源利用率 - 提供性能测试与部署文档 同时,我对体育视频分析场景非常熟悉。我本人也是排球运动员,因此对于运动员跟踪、轨迹分析、比赛数据提取和后续精彩集锦生成有较好的理解。 后续阶段的模型优化、云端集成、数据同步及系统调试我也可以持续参与,保证系统从原型顺利推进到可上线版本。 期待进一步了解现有摄像机配置、目标帧率以及云端架构规划。 Best regards, Zahid Hassan AI & Computer Vision Engineer
$12 USD in 30 days
4.4
4.4

Your requirement for a "Jetson Orin Nano 8 GB 边缘推理原型" for Padel court AI video analysis immediately caught my eye. I've successfully delivered similar edge AI prototypes, most recently a real-time object detection and tracking system on a Jetson Xavier NX for a sports analytics application, which involved processing multiple camera feeds and outputting live bounding boxes and trajectories. My approach for your project will focus on leveraging GStreamer for efficient RTSP stream ingestion and decoding on the Jetson Orin Nano, ensuring a stable frame rate for both PoE IP camera inputs. I will then deploy a YOLOv8n/s model, integrated with ByteTrack, to perform multi-object detection and tracking. The entire pipeline will be optimized for dual-stream processing to achieve real-time performance, outputting precise player bounding boxes and trajectories as per your specifications. I'm comfortable with both GStreamer and FFmpeg and can propose the most performant solution. Could you elaborate on the specific frame rate targets for the dual-stream processing? Also, regarding the player performance reports and highlight reels, what level of detail is expected in the initial prototype's data output? I'm eager to discuss how my experience can directly benefit your project.
$15 USD in 7 days
4.0
4.0

Hi, I am an embedded systems engineer with over 16 years of experience. 我长期做 Jetson/边缘视觉产品落地,重点不是只把模型跑起来,而是把相机输入、解码、推理、跟踪和输出做成可以稳定演示、后续可扩展的系统。 针对第一阶段,我可以在 Jetson Orin Nano 8GB 上搭建双路 PoE IP 摄像头 RTSP 管线,优先用 GStreamer 做硬件解码和帧率控制,再部署 YOLOv8n/s 与 ByteTrack 或同等跟踪方案,验证双路实时性能,并输出球员检测框、ID 轨迹和后续生成报告/集锦所需的数据结构。后续也可以继续协助 TensorRT/模型优化、云端接口、系统调试和现场部署。 我有边缘 AI、视频管线、多目标检测跟踪和嵌入式产品从原型到生产的经验。部分相关商业项目因 NDA 不能公开链接,但可以在私下沟通时说明项目内容、我的角色和可展示的材料。 想先确认两点:摄像头目标分辨率/FPS 是多少?第一阶段更关注最低延迟,还是轨迹数据完整性和集锦画面质量? Please contact me to discuss details.
$15 USD in 30 days
3.2
3.2

Hi, I can develop a Jetson Orin Nano-based edge AI prototype for the Padel court video analysis system. The prototype will decode and maintain stable frame rates for two PoE IP camera RTSP streams using GStreamer. It will deploy YOLOv8n/s for target detection and integrate ByteTrack for multi-object tracking, ensuring real-time output of player detection boxes and trajectories. I have experience with Jetson devices, GStreamer, and video pipelines. For this project, I will optimize models, integrate with the cloud, and debug the system. A key challenge is balancing data integrity and visual effects to generate player performance reports and highlights simultaneously. I will deliver optimized models, cloud integration, and system debugging. Let's discuss the details via chat. Regards,
$8 USD in 40 days
3.0
3.0

Hello Dear! Good Day! Hope you are doing fine. This is Ruhul Ajom Sagor. I am an expert "Web Developer" with 10+ years of working experience in PHP, HTML5, CSS3, JavaScript, jQuery, Bootstrap, MySql and different Frameworks. I have completed my B.S.C Engineering in Computer Science and Engineering (CSE) from BUET. Hire me and you don't have to worry about your website problems again! I'll add value to your projects by creating astonishing designs and code with high impact and optimized user interaction that leads to bigger conversions. WHAT PROBLEMS CAN I HELP YOU SOLVE? • Custom Websites Using PHP and Frameworks • e-Commerce Websites (Woo-Commerce and Shopify) • Custom WordPress themes • On-Page and Off-Page SEO • WordPress themes Customization • Database Modeling/Development • WordPress migrations and upgrades • Responsive Coding (Make your website compatible with: smartphones, tablets, desktops) • Websites speed and loading time improvements • Cross-browser compatibility • PSD to HTML to WordPress conversion • HTML5/CSS3/jQuery websites based on Bootstrap I love challenges, talking to my clients, and meeting others’ standards as well as expectations. I will be discussing everything in detail, giving my full advice and delivering through best of my skills. You are cordially welcome to discuss your project. Thank You! Best Regards, Ruhul Ajom
$12 USD in 40 days
3.6
3.6

Hi, This is AB from United Kingdom. I understand the need for a robust AI video analysis system for Padel court using NVIDIA Jetson Orin Nano. My approach involves setting up stable RTSP streams from two PoE IP cameras on Jetson Orin Nano using GStreamer for decoding. Deploying YOLOv8n/s for object detection and integrating ByteTrack for multi-object tracking will be key for real-time player detection and trajectory output. I have experience in optimizing models, cloud integration, and system debugging, making me well-equipped for the project. If familiar with FFmpeg, I can propose optimal solutions. Could you provide more details on the expected performance metrics for the system to ensure seamless end-to-end functionality? Quick technical checks to make sure we're aligned: Q1- What specific performance benchmarks are you aiming for with the player detection and tracking system on Jetson Orin Nano? Q2- Are there any specific considerations for the player performance reports and highlight reels generation that should be factored into the algorithm pipeline? Looking forward to collaborating on this exciting project.
$12 USD in 40 days
1.1
1.1

Hello! I’ve built a similar AI video analysis system focusing on real-time performance improvements using NVIDIA Jetson devices. In my previous project, we successfully deployed a multi-camera setup that processed streams with GStreamer, achieving stable frame rates while detecting and tracking multiple objects effectively. For your project, I would leverage GStreamer to handle the RTSP streams from the IP cameras and integrate YOLOv8 with ByteTrack for precise athlete tracking. I’m curious about your expected frame rate and latency requirements for real-time output—what are you aiming for? If you’re open to it, I can share examples of my previous builds and we can explore how this approach fits your needs. Looking forward to your thoughts!
$12 USD in 40 days
1.0
1.0

Hi how are you, the post points to getting a functional Jetson Orin Nano prototype with dual-camera AI inference - that's the right place to start. This initial phase, with GStreamer and YOLOv8 on Jetson, is a strong match for the defined scope. We can ensure stable RTSP stream decoding and accurate multi-object tracking for robust player detection. My work on TryReplify involved optimizing real-time AI features, which translates well to performance on edge devices. Let's discuss the specifics and iron out the timeline when you're ready.
$8 USD in 40 days
0.0
0.0

Hi! I am a Senior Software Developer | Full-Stack, Web, Mobile & Cloud, and I am excited about the opportunity to collaborate on your AI video analysis system. With my experience in deploying solutions using various technologies, I can effectively set up the edge inference prototype on the NVIDIA Jetson Orin Nano. I am proficient in utilizing GStreamer for video pipeline management, which aligns well with your requirement to handle dual RTSP streams while ensuring stable frame rates. In a similar past project, I developed a real-time video processing application that utilized Python and GStreamer for live streaming, coupled with machine learning models for object detection. My involvement included optimizing the video feed and ensuring real-time performance, which speaks directly to your needs for player detection and tracking. I am confident that my expertise will help in creating a robust solution that meets your objectives. I would love to discuss this project further and explore how we can bring your prototype to fruition. Best regards, Jayvince
$15 USD in 40 days
0.0
0.0

Hello, This would be implemented as a real-time edge AI prototype on NVIDIA Jetson Orin Nano, designed to process dual RTSP camera streams and perform low-latency player detection and tracking for a padel court analytics system. The system would use GStreamer for stable multi-stream ingestion and decoding, ensuring consistent frame delivery from both PoE IP cameras. On top of this pipeline, a YOLOv8n/s model would be deployed for real-time object detection, paired with ByteTrack (or an equivalent tracking algorithm) to maintain consistent player identities across frames. Both video streams would be processed in parallel with optimized GPU inference to ensure real-time performance on edge hardware, while maintaining clean separation between capture, inference, and tracking modules for future scalability. The output layer would provide real-time bounding boxes and tracking trajectories, forming the foundation for downstream analytics such as performance reports and highlight generation. The architecture would be designed with future phases in mind, including model optimization for TensorRT, cloud synchronization for stored match data, and system-level debugging for production deployment. Final delivery would include a working Jetson prototype, documented GStreamer pipeline, deployed detection/tracking stack, and clear instructions for extending the system into cloud-connected analytics.
$8 USD in 40 days
0.0
0.0

Hello, I have a strong foundation in Python and I'm actively building my experience in machine learning and data science projects. I understand the importance of data preprocessing, model training, and evaluation metrics such as F1 score, precision, and recall. I'm committed to writing clean, well-documented, and reproducible code and maintaining clear communication throughout the project. If selected, I'll dedicate my full effort to delivering a reliable solution and will carefully follow your requirements. Thank you for considering my proposal. I look forward to discussing the project with you.
$12 USD in 40 days
0.0
0.0

As a seasoned full-stack developer with over seven years of experience, I can confidently take charge of your project. My portfolio includes successful projects covering end-to-end development, from mobile applications to SaaS solutions and AI-powered systems. I can help turn your idea into a clean, reliable, and user-friendly solution while keeping the process simple and well-organized. I believe strong communication is just as important as strong development. I can provide regular updates, keep timelines realistic, and make sure there are no communication gaps during the project. I also write clean and documented code, so future updates or handovers will be easier. Deadlines are important to me, and I always do my best to deliver quality work on time. Let's create something that works! And I would be grateful if you could take a look at my portfolio. ✅ https://www.freelancer.com/u/filipradosav317 Thanks Filip
$12 USD in 40 days
0.0
0.0

Your project aligns perfectly with my expertise in developing cutting-edge AI solutions. I excel in creating clean, professional, and seamless systems that leverage NVIDIA Jetson platforms for efficient edge computing. Skills and services I offer include: - Extensive experience deploying Jetson devices - Proficiency in building robust GStreamer video pipelines - Expertise in implementing YOLOv8, ByteTrack, and similar detection/tracking algorithms While I am a new freelancer, I have extensive hands-on experience and have successfully completed multiple off-platform projects. Available to start immediately and discuss the next steps. Regards, Armando
$8 USD in 7 days
0.0
0.0

WE'VE JUST COMPLETED A SIMILAR PROJECT!! After reading your project, it sounds like you're looking for more than just someone who can complete a task. You need a solution that is reliable, professional, and actually helps move your business forward. We've recently completed a very similar project in the same space and helped the client turn their idea into a polished product that was easier for customers to use and easier for the business to manage. What caught my attention was your focus on quality and user experience. That's exactly where we spend most of our time, making sure everything feels clean, intuitive, fast, and built for long term growth. We handle the entire process from planning and design through development, automation, integrations, testing, and ongoing support. A quick question. If we spoke now and this project was considered a complete success, what would need to happen for you to feel it was one of the best investments you've made? I'd love to chat about your project! The worst that can happen is you walk away with a free consultation! Regards, Ryan.
$8 USD in 7 days
0.0
0.0

I have just completed a similar project where I helped someone develop an AI video analysis system using NVIDIA Jetson for sports applications. I successfully deployed multiple cameras, implemented object detection, and optimized performance for real-time player tracking. I'd love to chat about your project! The worst that can happen is you walk away with a free consultation. Kind Regards, Reece
$8 USD in 7 days
0.0
0.0

这个原型的难点不在跑通一个 YOLO,而在 Jetson Orin Nano 上同时吃两路 RTSP 还要保持稳定帧率和实时性,所以我会从管线和取舍入手。 第一阶段:用 GStreamer 接两路 PoE 摄像头的 RTSP 流,走 Jetson 的硬件解码(nvv4l2decoder + nvvidconv),在 GPU 上做缩放和格式转换,尽量零拷贝,别让 CPU 成为瓶颈。检测用 YOLOv8n/s,在 Jetson 上用 TensorRT 把模型转成 FP16 引擎跑推理,换取双路并发下的实时帧率;跟踪接 ByteTrack 维持球员稳定 ID。两路并行验证端到端性能,实时输出每个球员的检测框和轨迹。 考虑到后面要出球员表现报告和精彩集锦,我会让管线在跟踪阶段就把轨迹、时间戳、关键事件结构化存下来,数据完整性和画面输出两头都顾到,而不是只做个能看的 demo。如果用 DeepStream 做多路编排更稳,我也会评估后给你建议。 后续的模型优化(量化、剪枝、TensorRT 调优)、云端集成和系统调试,我可以长期一起做下去。还有一点对长期合作很实在:我母语中文,需求沟通、现场调试对齐都能用中文实时进行,不隔翻译、沟通直接。我熟悉 Jetson/Orin 部署、GStreamer 管线和 YOLOv8+ByteTrack 这套组合,会先把双路 RTSP→检测→跟踪在 Orin Nano 上稳定跑通,再逐步压延迟、上报告和集锦。
$13 USD in 21 days
0.0
0.0

Thuwal, Saudi Arabia
Member since Jun 16, 2026
₹500000-1000000 INR
₹600-1500 INR
$70-110 USD
$30-250 AUD
₹1500-12500 INR
$250-750 CAD
₹12500-37500 INR
$30-250 USD
₹1500-12500 INR
₹37500-75000 INR
$10-100 USD
₹750-1250 INR / hour
₹12500-37500 INR
$30-250 USD
$10-30 CAD
₹750-1250 INR / hour
$30-250 USD
$15-35 USD / hour
₹600-1500 INR
$10-30 USD