Computer Vision
YOLOX Object Detection
Use YOLOX object detection in Pixeltable by defining your schema, then using it
Building YOLOX Detection Apps
Pixeltable YOLOX apps work in two phases:
- Define your detection workflow (once)
- Use your app (anytime)
1
Install Dependencies
Define Your Detection Workflow
Create table.py
:
Use Your App
Create app.py
:
Available Models
Model Variants
Model | Speed | Accuracy | Use Case |
---|---|---|---|
yolox_nano | Fastest | Base | Mobile/Edge devices |
yolox_tiny | Very Fast | Good | Resource-constrained environments |
yolox_s | Fast | Better | Balanced performance |
yolox_m | Moderate | High | General purpose |
yolox_l | Slower | Very High | High accuracy needs |
yolox_x | Slowest | Highest | Maximum accuracy |
Key Features
Automatic Processing
Workflow handles model loading, inference, and result storage:
Integrated Video Support
Built-in frame extraction and processing:
Rich Results
Comprehensive detection information: