Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,61 +1,61 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: VR180 Converter
|
| 3 |
-
emoji: π¬
|
| 4 |
-
colorFrom: purple
|
| 5 |
-
colorTo: blue
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
# VR180 Converter
|
| 13 |
-
|
| 14 |
-
Transform any 2D video into an immersive VR180 experience using AI-powered depth estimation and stereoscopic rendering.
|
| 15 |
-
|
| 16 |
-
## Features
|
| 17 |
-
|
| 18 |
-
- **AI-Powered Depth Estimation**: Uses state-of-the-art AI models to analyze video depth
|
| 19 |
-
- **Lightning Fast Processing**: Optimized for speed without compromising quality
|
| 20 |
-
- **100% Private & Secure**: Your videos are processed locally, never uploaded to external servers
|
| 21 |
-
- **Universal VR Compatibility**: Outputs work with all major VR headsets
|
| 22 |
-
- **Multiple Format Support**: Supports MP4, AVI, MOV, MKV, WebM input formats
|
| 23 |
-
- **Real-time Progress**: Live progress tracking during video processing
|
| 24 |
-
|
| 25 |
-
## How It Works
|
| 26 |
-
|
| 27 |
-
1. **Upload**: Select your 2D video file (max 100MB)
|
| 28 |
-
2. **AI Analysis**: Our AI analyzes depth and spatial relationships in your video
|
| 29 |
-
3. **Stereo Generation**: Creates left and right eye views for 3D perception
|
| 30 |
-
4. **VR180 Conversion**: Formats the output for VR 180 viewing
|
| 31 |
-
5. **Download**: Get your immersive VR video ready for any VR headset!
|
| 32 |
-
|
| 33 |
-
## Supported Formats
|
| 34 |
-
|
| 35 |
-
- **Input**: MP4, AVI, MOV, MKV, WebM
|
| 36 |
-
- **Output**: MP4 (VR180 format)
|
| 37 |
-
- **Max Size**: 100MB per video
|
| 38 |
-
|
| 39 |
-
## VR Headset Compatibility
|
| 40 |
-
|
| 41 |
-
- β
Oculus Quest 2/3/Pro
|
| 42 |
-
- β
HTC Vive/Vive Pro
|
| 43 |
-
- β
Valve Index
|
| 44 |
-
- β
Pico 4/4 Enterprise
|
| 45 |
-
- β
Any VR headset supporting VR180 format
|
| 46 |
-
|
| 47 |
-
## Technical Details
|
| 48 |
-
|
| 49 |
-
This application uses:
|
| 50 |
-
- **Depth Estimation**: Intel DPT models for accurate depth mapping
|
| 51 |
-
- **Video Processing**: OpenCV and MoviePy for video manipulation
|
| 52 |
-
- **Stereoscopic Rendering**: Custom algorithms for VR 180 conversion
|
| 53 |
-
- **VR Metadata**: Google's Spatial Media Metadata Injector
|
| 54 |
-
|
| 55 |
-
## License
|
| 56 |
-
|
| 57 |
-
This project is licensed under the MIT License.
|
| 58 |
-
|
| 59 |
-
---
|
| 60 |
-
|
| 61 |
**Made with β€οΈ for the VR community**
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: VR180 Converter
|
| 3 |
+
emoji: π¬
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.0.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# VR180 Converter
|
| 13 |
+
|
| 14 |
+
Transform any 2D video into an immersive VR180 experience using AI-powered depth estimation and stereoscopic rendering.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
|
| 18 |
+
- **AI-Powered Depth Estimation**: Uses state-of-the-art AI models to analyze video depth
|
| 19 |
+
- **Lightning Fast Processing**: Optimized for speed without compromising quality
|
| 20 |
+
- **100% Private & Secure**: Your videos are processed locally, never uploaded to external servers
|
| 21 |
+
- **Universal VR Compatibility**: Outputs work with all major VR headsets
|
| 22 |
+
- **Multiple Format Support**: Supports MP4, AVI, MOV, MKV, WebM input formats
|
| 23 |
+
- **Real-time Progress**: Live progress tracking during video processing
|
| 24 |
+
|
| 25 |
+
## How It Works
|
| 26 |
+
|
| 27 |
+
1. **Upload**: Select your 2D video file (max 100MB)
|
| 28 |
+
2. **AI Analysis**: Our AI analyzes depth and spatial relationships in your video
|
| 29 |
+
3. **Stereo Generation**: Creates left and right eye views for 3D perception
|
| 30 |
+
4. **VR180 Conversion**: Formats the output for VR 180 viewing
|
| 31 |
+
5. **Download**: Get your immersive VR video ready for any VR headset!
|
| 32 |
+
|
| 33 |
+
## Supported Formats
|
| 34 |
+
|
| 35 |
+
- **Input**: MP4, AVI, MOV, MKV, WebM
|
| 36 |
+
- **Output**: MP4 (VR180 format)
|
| 37 |
+
- **Max Size**: 100MB per video
|
| 38 |
+
|
| 39 |
+
## VR Headset Compatibility
|
| 40 |
+
|
| 41 |
+
- β
Oculus Quest 2/3/Pro
|
| 42 |
+
- β
HTC Vive/Vive Pro
|
| 43 |
+
- β
Valve Index
|
| 44 |
+
- β
Pico 4/4 Enterprise
|
| 45 |
+
- β
Any VR headset supporting VR180 format
|
| 46 |
+
|
| 47 |
+
## Technical Details
|
| 48 |
+
|
| 49 |
+
This application uses:
|
| 50 |
+
- **Depth Estimation**: Intel DPT models for accurate depth mapping
|
| 51 |
+
- **Video Processing**: OpenCV and MoviePy for video manipulation
|
| 52 |
+
- **Stereoscopic Rendering**: Custom algorithms for VR 180 conversion
|
| 53 |
+
- **VR Metadata**: Google's Spatial Media Metadata Injector
|
| 54 |
+
|
| 55 |
+
## License
|
| 56 |
+
|
| 57 |
+
This project is licensed under the MIT License.
|
| 58 |
+
|
| 59 |
+
---
|
| 60 |
+
|
| 61 |
**Made with β€οΈ for the VR community**
|