Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iv4n-ga6l/objects_detection_with_neural_network_training_visualization
Real-time Object Detection and Neural Network Training Visualization
https://github.com/iv4n-ga6l/objects_detection_with_neural_network_training_visualization
keras matplotlib neural-network neural-network-training neural-network-visualizations numpy object-detection opencv python tensorflow ultralytics
Last synced: about 1 month ago
JSON representation
Real-time Object Detection and Neural Network Training Visualization
- Host: GitHub
- URL: https://github.com/iv4n-ga6l/objects_detection_with_neural_network_training_visualization
- Owner: iv4n-ga6l
- Created: 2024-06-25T01:28:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T02:20:52.000Z (3 months ago)
- Last Synced: 2024-11-24T08:26:58.735Z (about 2 months ago)
- Topics: keras, matplotlib, neural-network, neural-network-training, neural-network-visualizations, numpy, object-detection, opencv, python, tensorflow, ultralytics
- Language: Python
- Homepage:
- Size: 11.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-time Object Detection and Neural Network Training Visualization
## Overview
This project combines real-time object detection using YOLOv8 with concurrent neural network training visualization. It processes a video stream, detects objects, collects training data, and simultaneously displays object counts and neural network training progress.
## Features
- Real-time object detection using YOLOv8
- Concurrent neural network training on detected objects
- Live visualization of object counts and training loss
- Multithreaded processing for smooth performance## Requirements
- Python 3.7+
- OpenCV
- NumPy
- Matplotlib
- Ultralytics YOLO
- TensorFlow/Keras````
pip install -r requirements.txt
````