Upload a Quest Project to Generate a 3D Scene

Upload a zip file containing your OpenQuestCapture (OQC) project data.

 ScanName.zip
    ├── hmd_poses.csv
    ├── left_controller_poses.csv
    ├── right_controller_poses.csv
    │
    ├── left_camera_raw/
    │   ├── <unixtimeMs>.yuv
    │   └── ...
    ├── right_camera_raw/
    │   ├── <unixtimeMs>.yuv
    │   └── ...
    │
    ├── left_camera_image_format.json
    ├── right_camera_image_format.json
    ├── left_camera_characteristics.json
    ├── right_camera_characteristics.json
    │
    ├── left_depth/
    │   ├── <unixtimeMs>.raw
    │   └── ...
    ├── right_depth/
    │   ├── <unixtimeMs>.raw
    │   └── ...
    │
    ├── left_depth_descriptors.csv
    └── right_depth_descriptors.csv

CORRECT STRUCTURE
Files directly in Zip (Flat Structure)
ScanName.zip
├── hmd_poses.csv
├── left_camera_raw/
└── ...
INCORRECT STRUCTURE
Files inside a folder
ScanName.zip
└── ScanName/  <-- AVOID THIS FOLDER
    ├── hmd_poses.csv
    └── ...

Max file size: 3GB

Note: Scenes uploaded without logging in will be publicly accessible using a direct link.
Login to keep track of all of your scenes, create private scenes, and receive email notifications when processing is complete.

We'd love to showcase your scene as an inspiring example for other users! By checking this box, you're giving us permission to feature the scene on our examples page if selected.

Controls the maximum number of points in your 3D scene. Higher values create more detailed scenes (with diminishing returns) but require more processing time. (500,000 gaussians or less is recommended for standalone Quest 3 rendering)

Min: 100,000 Max: 1,200,000

Controls how long the training process runs. More steps generally improve quality (with diminishing returns) but increase processing time.

Min: 5,000 Max: 30,000

Queue priority: Default

Estimated processing time: 1.5 to 3 hours