tools for video analysis
Project description
NXVA - Nexuni Video Analysis
A comprehensive computer vision toolkit for video analysis, object detection, tracking, and pose estimation
Overview
NXVA (Nexuni Video Analysis) is a powerful and versatile Python package designed for advanced video analysis tasks. It provides a unified interface for object detection, multi-object tracking, pose estimation, and real-time streaming capabilities. Built with modularity and ease-of-use in mind, NXVA supports multiple deep learning frameworks and model formats.
✨ Key Features
- Multi-Model Object Detection: Support for YOLOv5, YOLOv11 with ONNX, PyTorch, and TensorRT formats
- Advanced Object Tracking: SimpleTracker and NexuniSort algorithms with feature-based tracking
- Pose Estimation: MMPose integration for human pose detection and analysis
- Multi-Camera Streaming: Real-time streaming with automatic reconnection and GStreamer support
- Flexible Configuration: YAML-based configuration system for easy setup and deployment
- GPU Acceleration: Full CUDA and TensorRT support for high-performance inference
- Model Conversion: Built-in tools for model format conversion and optimization
🏗️ Architecture
nxva/
├── v5/ # YOLOv5 detection, classification, pose estimation
├── v11/ # YOLOv11 detection, classification, pose estimation
├── sort/ # Object tracking algorithms (SimpleTracker, NexuniSort)
├── pose/ # MMPose integration for pose estimation
├── utilities/ # Utility functions and tools
├── streaming/ # Multi-camera streaming capabilities
└── va/ # Video analysis server components
🚀 Quick Start
Installation
pip install nxva
Basic Usage
Each module provides detailed usage instructions and examples:
- Object Detection: See YOLOv11 README and YOLOv5 README for detection setup and usage
- Object Tracking: Refer to Sort README for SimpleTracker and NexuniSort usage
- Pose Estimation: Check Pose README for MMPose integration guide
- Multi-Camera Streaming: See Main README for streaming configuration
- Complete Examples: Explore tutorials/ for Jupyter notebook examples
📋 Requirements
Core Dependencies
- Python 3.6 or higher
- OpenCV 4.6.0+
- PyTorch 1.8.0+ (with CUDA support)
- NumPy 1.23.0+
- PyYAML 5.3.1+
Optional Dependencies
- For ONNX models: ONNX Runtime
- For TensorRT: TensorRT 7.0.0+ (not 10.1.0)
- For Pose Estimation: MMPose, MMDetection, MMEngine, MMCV
- For Advanced Features: ultralytics, torchvision
📚 Documentation & Examples
The package includes comprehensive tutorials and examples:
- Jupyter Notebooks: Step-by-step tutorials in
tutorials/ - Configuration Examples: Ready-to-use configs in
example/ - Specific Use Cases: Detection, tracking, pose estimation examples
- Module Documentation: Detailed README files for each component
Tutorial Topics
- YOLOv11 Training and Inference
- Multi-Object Tracking with NexuniSort
- Real-time Streaming Setup
- Pose Estimation with MMPose
- Model Conversion and Optimization
🎯 Use Cases
- Security & Surveillance: Real-time monitoring with object detection and tracking
- Sports Analysis: Pose estimation and movement analysis
- Industrial Automation: Quality control and process monitoring
- Retail Analytics: Customer behavior analysis and people counting
- Research & Development: Computer vision prototyping and experimentation
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nxva-1.2.10.tar.gz.
File metadata
- Download URL: nxva-1.2.10.tar.gz
- Upload date:
- Size: 326.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cf5bc6a7c0be167a73b242f2266b260f8c6e03209ef78b82082c99ce2d7331b
|
|
| MD5 |
a02eb1e898310fa05f4a5cbba050fcce
|
|
| BLAKE2b-256 |
ea7cf2685def1cc60c32069461ced8649fa884bf4f937e1d09e6d741b92e7698
|
File details
Details for the file nxva-1.2.10-py3-none-any.whl.
File metadata
- Download URL: nxva-1.2.10-py3-none-any.whl
- Upload date:
- Size: 373.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be473adb6aae5e2a7631676b6803e15cd8ad07da0539797b77e2f3824e7fa995
|
|
| MD5 |
322d1a7363136201a91f0f000fe172d9
|
|
| BLAKE2b-256 |
04e1f7f77b711cb4f9aeff3f67a44a4c6eef4c3ec6773d8596dd4a351adcd7db
|