Video Object Detection Tool Development

Замовник: AI | Опубліковано: 12.02.2026

I need a Python-based tool that can scan video files, detect Trees, Road, Infrastructure—and leave room for many more object classes as the project grows—then save every relevant frame straight into a MySQL database. Each stored image must be linked to the corresponding frame number and any detection metadata so I can later query, filter, and analyse the results. Once the data is stored, I want a lightweight viewer that steps through the saved frames in order, overlaying the detection boxes so I can visually confirm accuracy. OpenCV for frame extraction and display is acceptable; YOLO, TensorFlow, or another modern model is fine so long as the code is clean, well-commented, and easy for me to retrain with additional classes. To keep the hand-off smooth, please include: • A self-contained Python 3 script (or module set) that performs detection, inserts frames into MySQL, and plays them back. • The SQL schema and sample data script. • A brief README explaining environment setup, model weights location, and how to add new classes. Show me past work on similar computer-vision or database-driven projects so I can gauge fit.