visual-odometry / README.md
Tremick's picture
Upload 3 files
f1619b7 verified
---
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