vufinder/vggt-1b-depth 🖼️✓🔢📝❓ → ❓
About
Feed-forward neural network that directly infers all key 3D attributes of a scene.
Example Output
Output
Performance Metrics
4.26s
Prediction Time
435.20s
Total Time
All Input Parameters
{
"inputs": [
"https://replicate.delivery/pbxt/OF7NySDTCZeexnSJBQhUapm0Ifi6C5LMMNIcHX9ckd2lEI3V/001.mp4"
],
"to_base64": true,
"return_pcd": true,
"return_depth": true,
"sampling_rate": 24,
"keys_to_exclude": "",
"alpha_blend_onto": "keep"
}
Input Parameters
- inputs (required)
- Input files, accepts JPG, JPEG, PNG, WEBP files for images and MP4, AVI, MOV files for video. The input images and sampled video frames will be padded to a single aspect ratio and resized to a maximum dimension of 518 pixels.
- to_base64
- Whether to return the arrays in JSON files as base64 strings with shape and dtype.
- return_pcd
- Whether to return a point cloud file or not.
- return_depth
- Whether to return depth images or not.
- sampling_rate
- Sampling rate for video input as every n-th frame. Only applies to video inputs. First and last frames of the video will always be included.
- keys_to_exclude
- Comma-separated list of keys to exclude from the output JSON files.
- alpha_blend_onto
- Blend mode for images with alpha channels. The 'mean' mode blends the image onto ImageNet mean RGB values. The 'keep' mode keeps the original pixel values.
Output Schema
Example Execution Logs
2026-01-14 09:58:50 [INFO] predict: Received 1 input files. 2026-01-14 09:58:50 [INFO] predict: Received 0 valid images. 2026-01-14 09:58:50 [INFO] predict: Received 1 valid videos. 2026-01-14 09:58:50 [INFO] utils.load: Extracting frames from video 1 of 1... 2026-01-14 09:58:50 [INFO] utils.load: Extracted 9 frames from video 1 of 1! 2026-01-14 09:58:51 [INFO] predict: Running inference... 2026-01-14 09:58:51 [INFO] predict: Inference done! 2026-01-14 09:58:51 [INFO] predict: Postprocessing the results... 2026-01-14 09:58:51 [INFO] utils.glb: Building GLB scene... 2026-01-14 09:58:51 [INFO] utils.glb: GLB Scene built! 2026-01-14 09:58:52 [INFO] utils.output: Dumping data to 9 JSON files... 2026-01-14 09:58:52 [INFO] utils.output: Dumped 9 JSON files! 2026-01-14 09:58:52 [INFO] utils.output: Dumping depth data into PNG files... 2026-01-14 09:58:52 [INFO] utils.output: Dumped 9 PNG files! 2026-01-14 09:58:52 [INFO] predict: Postprocessed the results!
Version Details
- Version ID
cb9ca7fbf8477f0fdc598bd89a480b0e9fac4a06d7c50494137b1dd8cccd846e- Version Created
- January 14, 2026