Spaces:
Build error
Build error
File size: 667 Bytes
f1619b7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ---
title: Optical Flow Server
emoji: 🎥
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.0.0
app_file: app.py
pinned: false
---
# Optical Flow Processing Server
This Space provides cloud-based optical flow processing for the Advanced Optical Flow Motion Tracker.
## Usage
Use with the client application:
```bash
python optical_flow_advanced.py --server https://your-username-optical-flow-server.hf.space
```
## API
The server exposes these functions:
- `process_frame_api(frame_base64, session_id)` - Process a frame
- `reset_session_api(session_id)` - Reset session state
- `create_new_session()` - Get new session ID
|