
Ditutup
Disiarkan
Dibayar semasa penghantaran
I need an engineer who can take complete ownership of a real-time automatic number-plate recognition and traffic-analytics pipeline that ingests live IP camera streams, runs fast and accurate inference, and pushes results reliably from edge devices. The current target hardware is NVIDIA Jetson, so every design choice—from model architecture to post-processing—must respect its compute limits while still keeping total end-to-end latency under 200 ms. The core work revolves around training, tuning, and deploying YOLO-style detectors in PyTorch (TensorFlow knowledge is welcome if it helps optimisation). You will refine the models for two challenging scenarios that matter most to our roadside installations: low-light environments and high-speed vehicle movement. Image enhancement, motion-blur compensation, and clever data-augmentation strategies are all fair game as long as they translate into measurable accuracy gains after conversion to TensorRT or ONNX. Alongside model work, you will craft a robust video pipeline with OpenCV and Python that can pull RTSP feeds, batch or single-frame them sensibly, and expose clean JSON or MQTT outputs for the rest of our stack. Field issues do crop up, so part of the role is writing self-diagnostics and remote-update hooks to keep hundreds of Jetson boxes healthy without on-site visits. Deliverables • Trained and optimised ANPR + vehicle detection/classification models (TensorRT engine files) • Real-time Python pipeline code with clear configuration files • Deployment scripts for Jetson (container or native) and a short setup guide • Test report demonstrating <200 ms latency and target accuracy under low-light and high-speed benchmarks Acceptance criteria will be the successful processing of sample IP streams I provide, meeting the latency and accuracy targets, and a smooth, reproducible deployment on my Jetson dev kit. If this sounds like your kind of challenge, let’s discuss the data and milestones.
ID Projek: 40339436
27 cadangan
Projek jarak jauh
Aktif 18 hari yang lalu
Tetapkan bajet dan garis masa anda
Dapatkan bayaran untuk kerja anda
Tuliskan cadangan anda
Ianya percuma untuk mendaftar dan membida pekerjaan
27 pekerja bebas membida secara purata ₹23,278 INR untuk pekerjaan ini

Hi, 1. I am already developing a very similar solution for Indian roads using IP cameras and Edge hardware Jetson to detect road traffic and perform actions in real time. 2. I have good command on video analytics over Edge, Linux, Gstreamer, FFMpeg which are required to develop real time ANPR. 3. I have worked for various industries for 20+ years and now working as full time freelancer. I am very professional, quality & detail oriented and disciplined in execution. 4. I have also developed another real time video analytics project to perform face detection and recognition using Nvidia Jetson. You can check project portfolio and customer feedback for the same. 5. I am a preferred freelancer and have 5 star rating with track record of delivering all the project successfully. All this has resulted into repeat customers. Let's connect and discuss the requirements. Regards, Vishal
₹25,000 INR dalam 7 hari
6.4
6.4

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.
₹25,000 INR dalam 3 hari
5.8
5.8

Hello, I’m a software and AI developer with experience in Python/Java, software architecture, machine learning, computer vision, and geospatial data processing. I can help build systems involving cartography, map-based data handling, and object detection models integrated with cloud storage solutions like Google Cloud. I’m experienced in developing scalable pipelines for image processing, spatial analysis, and ML model deployment. My focus is on clean architecture, efficient processing, and reliable performance in real-world applications. I provide well-documented, maintainable solutions and clear communication throughout the project. Available to start immediately and happy to discuss your data, tools, and project goals.
₹12,500 INR dalam 2 hari
6.0
6.0

Your project is just my project so I will always do my best to meet your all requirements. And please check my portfolio and reviews in ANPR projects. With my core skill OCR, I have finished OCR project which extract Car Number Plate from CCTV video. I am have full experiences ANPL(automatic number plate recognition) using python automatically. In this project, i will detect car using YOLO model after that we have to use OCR engine for extraction character from care number plate. I am sure your project and i can deliver good result with high quality. If you give me your project, You can get best result with shortest time and best quality result. I will wait your message to discuss project in more details. Thanks.
₹12,500 INR dalam 2 hari
5.4
5.4

Your 200 ms latency target on Jetson will fail if you're running full-resolution frames through YOLO without preprocessing optimizations. I've deployed similar ANPR systems across 300+ edge devices for toll operators, and the biggest bottleneck is always frame batching strategy and TensorRT FP16 quantization - not just model size. Before architecting the pipeline, I need clarity on two things. First, what's your camera resolution and frame rate - are we processing 1080p at 30fps or 4K at 60fps? That determines whether we need frame skipping or ROI cropping. Second, what's your acceptable plate-read accuracy floor in low-light conditions - 85% or 95%? That dictates whether we need synthetic data generation or just aggressive augmentation of your existing dataset. Here's the technical approach: - YOLO OPTIMIZATION: Convert YOLOv8 to TensorRT FP16 with dynamic batching, achieving 15-20ms inference on Jetson Xavier. Add NMS tuning to handle overlapping detections during high-speed capture without false positives. - LOW-LIGHT PIPELINE: Implement adaptive histogram equalization and denoise filters in CUDA-accelerated OpenCV before inference. I've reduced missed reads by 40% in tunnel scenarios using this preprocessing stack. - EDGE RELIABILITY: Build a watchdog service with MQTT health checks and OTA update capability using Docker containers. Include frame-drop logging and auto-restart logic to prevent silent failures across your fleet. - RTSP HANDLING: Use GStreamer hardware decoding instead of OpenCV's default CPU decoder - this alone saves 50-80ms per frame and prevents memory leaks during 24/7 operation. I've built three production ANPR systems that process 2M+ vehicles daily without human intervention. The last deployment scaled from 10 to 400 Jetson devices with zero on-site maintenance trips. Let's schedule a 20-minute call to review your sample streams and nail down the accuracy benchmarks before I propose the training dataset strategy.
₹22,500 INR dalam 7 hari
5.4
5.4

Hi, I have almost 5 years of experience in the field of computer vision such as image classification and object detection. I did many projects using YOLO detector, and other feature extractors like convolutional neural network using custom cnns as well as transfer learning approach. Could we discuss more about this project?
₹23,000 INR dalam 5 hari
5.2
5.2

Hi, As per my understanding: You need an end-to-end ANPR + traffic analytics pipeline optimized for NVIDIA Jetson, handling RTSP streams with <200 ms latency. This includes training YOLO-based models for low-light and high-speed scenarios, deploying via TensorRT, and building a robust real-time video pipeline with reliable outputs and remote device management. Implementation approach: I will train and fine-tune YOLO models in PyTorch with targeted augmentation (low-light, motion blur) and optimize using ONNX → TensorRT for Jetson. The pipeline will use OpenCV to process RTSP streams with efficient frame handling to maintain latency targets. I’ll design modular services to output structured JSON/MQTT data. Additionally, I’ll implement health monitoring, logging, and remote update hooks for fleet stability. Deployment will be containerized (Docker) with reproducible scripts. Final delivery includes tested models, pipeline code, and a benchmark report validating latency and accuracy. A few quick questions: 1. Which Jetson model are you targeting (Nano, Xavier, Orin)? 2. Do you already have labeled datasets for ANPR training? 3. Preferred output protocol: MQTT, REST, or both? 4. Any specific accuracy benchmarks or regions (plate formats)?
₹12,500 INR dalam 7 hari
5.0
5.0

With my 7+ years of experience as a software developer, I've had the opportunity to work on a variety of projects, giving me the flexibility to adapt and contribute effectively to your unique project. Your primary need for real-time automatic number-plate recognition and traffic analytics aligns perfectly with my Artificial Intelligence expertise where I have predominantly used Python to create complex yet efficient solutions like the one you're seeking. My adaptable skillset also extends to using Numpy, Pandas and OpenCV libraries, which will surely prove beneficial in training and tuning YOLO-style detectors using PyTorch, especially when respecting NVIDIA Jetson compute limits without compromising real-time latency. Moreover, you mention that meeting your expectations is essential; it resonates with my core values as well—I believe in delivering quality work that stands up to client's goals. Given the opportunity, I am confident in applying my skills to train optimal models for your challenging low-light & high-speed environments while ensuring reproducibility and accuracy. My wide array of backend and frontend skills also extend to dev-op tasks – writing clear configuration files or short setup guide – necessary for this task. Let's collaborate on this exciting project!
₹12,500 INR dalam 7 hari
6.2
6.2

Hi, This aligns perfectly with my experience. I have already built a working ANPR system with boom barrier and Fastag on Jetson, handling real-time streams and edge constraints. I can optimize YOLO models in PyTorch and deploy via TensorRT to achieve sub 200 ms latency, including improvements for low light and high-speed scenarios. I will also develop a stable RTSP pipeline with OpenCV, along with JSON or MQTT outputs and remote monitoring. I already have a working system, so I can adapt and deliver faster for your use case. Please open chat to discuss details. Best regards Zahid Hassan
₹25,000 INR dalam 4 hari
4.2
4.2

I haven’t built an end-to-end ANPR system on Jetson before, but I’m confident I can take this on and deliver given my background and approach to solving complex ML problems. I understand the challenges involved—occlusion, low visibility, fast-moving vehicles, and varying weather conditions—and the need to build a robust system under such constraints. Happy to discuss further; sharing my background below. I have 8+ years of experience building and deploying ML systems, with hands-on work in computer vision tasks like segmentation and classification. I’ve built defect detection systems using U-Net variants with ResNet/SE-ResNeXt encoders and worked on cloud segmentation with EfficientNet-based architectures, giving me a strong foundation for detection-style problems like ANPR. I’ve also deployed real-time ML pipelines with a focus on latency, reliability, and monitoring, along with MLOps experience—relevant for building and maintaining Jetson-based edge systems. Additionally, I have multiple published AI/ML research papers, reflecting my ability to quickly learn new domains and implement effective solutions. While this specific problem is new to me, I’m confident I can design, optimise, and deploy a solution that meets your latency and accuracy requirements.
₹35,000 INR dalam 5 hari
3.6
3.6

Hey, I noticed your project, Real-Time ANPR & vehicle detection and believe I can help. My work in Python has prepared me well for this kind of project. Looking forward to hearing your thoughts.
₹12,500 INR dalam 7 hari
3.8
3.8

Hi, this is absolutely doable, and I can take full ownership of your ANPR + traffic analytics pipeline on NVIDIA Jetson with a strong focus on latency, accuracy, and field reliability. I understand the challenge: real-time IP stream processing, YOLO-based detection, and keeping end-to-end latency under 200 ms on constrained edge hardware. My approach: • Model Development & Optimization – Train/tune YOLO-based ANPR + vehicle models in PyTorch – Optimize for low-light and high-speed scenarios (augmentation, deblurring, enhancement) – Convert and fine-tune with ONNX → TensorRT for Jetson performance • Real-Time Video Pipeline – RTSP ingestion via OpenCV (efficient frame handling/batching) – Fast inference pipeline with minimal overhead – Structured outputs via JSON/MQTT for downstream systems • Edge Deployment (Jetson) – Lightweight, optimized runtime (TensorRT engines) – Docker/native deployment scripts for reproducibility – Hardware-aware tuning (GPU/CPU/memory balancing) • Reliability & Maintenance – Self-diagnostics and health checks – Remote update hooks for managing multiple devices – Logging and fail-safe handling for unstable streams Deliverables: • Optimized TensorRT engine models (ANPR + detection/classification) • Real-time Python pipeline with clean configs • Jetson deployment scripts + setup guide • Test report proving <200 ms latency and accuracy in target conditions Ready to start immediately and align on data, benchmarks, and milestones.
₹25,000 INR dalam 7 hari
1.5
1.5

Hi, This is exactly the kind of system I’ve worked on before. I have hands-on experience with Jetson-based real-time vision pipelines, YOLO models, and TensorRT optimization, so I understand how to balance accuracy with <200 ms latency on edge devices. I can take full ownership of the pipeline—from model training to Jetson deployment. I’ll refine YOLO models in PyTorch specifically for your challenges: • Low-light conditions (image enhancement + targeted augmentation) • High-speed vehicles (motion blur handling + optimized training) Then I’ll convert and optimize using TensorRT/ONNX for maximum performance on Jetson. On the pipeline side, I’ll build a robust OpenCV + Python system that: • Efficiently pulls RTSP streams • Processes frames with minimal latency • Outputs clean JSON/MQTT for integration I’ll also add logging, self-diagnostics, and remote update hooks to keep multiple Jetson devices stable in the field. Deliverables: • Optimized TensorRT models (ANPR + vehicle detection) • Real-time pipeline with configs • Jetson deployment setup (Docker/native) • Test report proving latency + accuracy I’ve built similar real-time tracking and detection systems on Jetson, so I’m confident in delivering a stable, production-ready solution. Ready to start immediately. Regards, Malik Abdul Salam
₹13,000 INR dalam 7 hari
1.0
1.0

Hello, I am an experienced Python developer and AI engineer specializing in real-time computer vision and edge AI deployments. I have extensive experience training and optimizing YOLO-based object detection models in PyTorch, including ANPR and vehicle detection systems, and deploying them on NVIDIA Jetson devices with TensorRT for low-latency inference. I understand the challenges of low-light environments and high-speed vehicle motion and can implement image enhancement, motion-blur compensation, and advanced data augmentation to maximize accuracy while keeping latency under 200 ms. I will also develop a robust OpenCV pipeline to process live RTSP feeds and provide clean JSON/MQTT outputs, along with deployment scripts and setup documentation for Jetson devices. I am confident in delivering a fully tested, reliable, and optimized solution for your roadside installations, with clear diagnostics and remote-update capabilities to keep edge devices running smoothly. I am ready to start immediately and ensure high-quality results within your timeline. Looking forward to collaborating. Best regards, Muhammad Hammad Farooq
₹25,000 INR dalam 7 hari
0.0
0.0

Looking for a reliable software developer to bring your idea to life? You're in the right place. I specialize in building high-quality, scalable, and efficient software solutions tailored to your requirements. Whether you need a web application, backend API, or full-stack system, I can help turn your vision into reality. What I Offer: Custom web application development RESTful API development & integration Backend development (Node.js, Python, Java, etc.) Frontend development (React, Angular, Vue) Database design & optimization Bug fixing and performance improvements Third-party API integrations Deployment & cloud setup Why Choose Me? Clean, maintainable, and well-documented code Strong focus on performance and scalability Clear communication and regular updates On-time delivery Post-delivery support Technologies I Work With: Databases: MySQL, PostgreSQL, MongoDB Tools: Git, Docker, AWS, Firebase How It Works: Share your requirements Languages: JavaScript, Python, Java, C++ Frameworks: React, Node.js, Django, Spring Boot Get a detailed plan & timeline Development & regular updates Testing & delivery Revisions (if needed) Note: Please contact me before placing an order so we can discuss your project in detail and ensure the best outcome. Let’s build something amazing together ?
₹25,000 INR dalam 7 hari
0.0
0.0

I can take full ownership of your ANPR + traffic analytics pipeline and deliver a production-ready, Jetson-optimized solution under your latency constraints. My approach focuses on three pillars: efficient detection, edge optimization, and pipeline reliability. I’ll train and fine-tune YOLO-based models in PyTorch specifically for low-light and high-speed scenarios, using targeted augmentation (motion blur, noise injection, exposure shifts) and lightweight enhancement techniques to improve plate readability without adding latency. For deployment, I’ll convert and optimize models using TensorRT (FP16/INT8 where viable) to ensure sub-200 ms end-to-end performance on Jetson devices. I’ll also handle ONNX compatibility and benchmarking to validate real-world throughput. On the pipeline side, I’ll build a robust RTSP ingestion system using OpenCV + Python, supporting frame optimization strategies (adaptive sampling/batching), and output clean JSON/MQTT streams. The system will include health monitoring, logging, and remote update hooks to manage multiple edge devices reliably. Deliverables will include: Optimized TensorRT engines (ANPR + vehicle detection/classification) Modular, configurable pipeline code Jetson deployment scripts (Docker/native) Performance report validating latency and accuracy targets I’ve worked on real-time vision systems and understand edge constraints deeply. Happy to discuss your data and milestones to get started quickly.
₹20,000 INR dalam 7 hari
0.0
0.0

As an experienced Python developer, I understand the importance of delivering high-quality, robust solutions that meet all project requirements. Your real-time ANPR and vehicle detection project not only requires proficiency with Python, but also expertise in using ML frameworks like PyTorch or TensorFlow — skills I've honed throughout my career. Not to mention my experience with deployment on edge devices, including converting models to TensorRT or ONNX. Moreover, I'm confident in optimizing models for challenging scenarios such as low-light environments and high-speed vehicle movements — a major focus of your project. My familiarity with image enhancement techniques and clever data augmentation strategies will surely be beneficial in achieving accurate and efficient results. I will also ensure all necessary performance targets are met while respecting the constraints imposed by the NVIDIA Jetson hardware. Above all these technical capabilities, I am passionate about taking ownership of complex projects and providing holistic solutions. From pulling RTSP feeds to providing clean JSON or MQTT outputs, my aim is to make your pipeline as robust and maintainable as possible. My excellent problem-solving skills will come in handy for writing effective self-diagnostics and remote-update hooks that will help keep hundreds of Jetson boxes healthy without the need for constant on-site visits. Choose me for a successful, optimized ANPR and vehicle detection solution!
₹15,000 INR dalam 3 hari
0.0
0.0

Subject: Optimized ANPR Pipeline: High-Speed Detection & Jetson Expert Hi, I am an Automation Architect with 7+ years of experience in Python-based "Intelligent Tools." I specialize in high-speed data pipelines and can take complete ownership of your Jetson-based ANPR system. My Technical Plan: Optimization: I’ll use YOLOv8/v10 and convert to TensorRT engines to hit the <200ms latency target on NVIDIA hardware. Tough Scenarios: I’ll implement OpenCV-based image enhancement and specific Data Augmentation to handle low-light and high-speed motion effectively. Robust Pipeline: A lightweight Python/RTSP system with MQTT/JSON output and self-diagnostic hooks for remote monitoring. Deliverables: Optimized TensorRT models (ANPR + Classification). Clean Python pipeline code with MQTT integration. Easy Deployment scripts (Docker/Native) for Jetson. I focus on "Single-Button" efficiency and production-ready code. Let’s discuss your sample streams and hit those accuracy targets. Best regards, Amit S. Automation & Computer Vision Expert
₹30,000 INR dalam 18 hari
0.1
0.1

Real-time ANPR on Jetson isn’t just a CV problem—it’s a latency, deployment, and reliability problem, and that’s exactly the kind of system work I can take ownership of. I can help you build and optimise an end-to-end Jetson-ready ANPR + traffic analytics pipeline that is designed for real roadside conditions, not just lab accuracy. My approach would focus on balancing detection quality, OCR reliability, inference speed, and deployment stability so the final system performs consistently on live RTSP/IP camera streams while staying within your <200 ms latency target. I’m comfortable working across the full stack—from YOLO-based model training/tuning in PyTorch, to low-light and motion-blur robustness improvements, to TensorRT/ONNX optimisation, and finally into a production-grade OpenCV + Python streaming pipeline with JSON/MQTT outputs, health checks, and remote update support for distributed Jetson devices. I understand that for this type of deployment, success is not just model accuracy—it’s whether the entire edge pipeline remains fast, reproducible, diagnosable, and maintainable at scale. I can deliver optimised models, deployment-ready code, Jetson deployment scripts, and benchmark-backed validation against your sample streams. If you share the data and device specs, I can help turn this into a robust, field-ready system.
₹25,000 INR dalam 7 hari
0.0
0.0

I see exactly what you need here. Your requirement for real-time automatic number-plate recognition and vehicle detection on NVIDIA Jetson hardware is quite challenging yet exciting. To tackle low-light and high-speed scenarios effectively, my expertise in PyTorch for YOLO-style detectors can be beneficial. By leveraging advanced image enhancement techniques and clever data augmentation strategies, we can enhance model accuracy significantly. I will design a robust video pipeline using OpenCV and Python to handle live streams efficiently, ensuring <200 ms latency. Let's collaborate on crafting and deploying optimized models and a reliable video pipeline to meet your project expectations seamlessly. Looking forward to diving into this rewarding endeavor with you.
₹37,500 INR dalam 7 hari
0.0
0.0

Tenali, India
Kaedah pembayaran disahkan
Ahli sejak Mac 17, 2020
€30-250 EUR
₹600-601 INR
₹1500-12500 INR
₹600-1500 INR
€8-300 EUR
₹12500-37500 INR
₹37500-75000 INR
€12-18 EUR / jam
$8-15 USD / jam
$15-25 USD / jam
$1500-3000 USD
₹750-1250 INR / jam
$30-250 USD
$30-250 USD
₹600-1500 INR
₹1500-12500 INR
₹600-1400 INR
₹750-1250 INR / jam
₹600-1500 INR
₹600-1500 INR
₹750-1250 INR / jam
$15-25 CAD / jam
$2-8 USD / jam
£10-500 GBP
₹250000-500000 INR