--- title: DepthCrafter app_file: app.py sdk: gradio sdk_version: 6.0.2 --- ## ___***DepthCrafter: Generating Consistent Long Depth Sequences for Open-world Videos***___
![Version](https://img.shields.io/badge/version-1.0.1-blue)         _**[Wenbo Hu1* †](https://wbhu.github.io), [Xiangjun Gao2*](https://scholar.google.com/citations?user=qgdesEcAAAAJ&hl=en), [Xiaoyu Li1* †](https://xiaoyu258.github.io), [Sijie Zhao1](https://scholar.google.com/citations?user=tZ3dS3MAAAAJ&hl=en), [Xiaodong Cun1](https://vinthony.github.io/academic),
[Yong Zhang1](https://yzhang2016.github.io), [Long Quan2](https://home.cse.ust.hk/~quan), [Ying Shan3, 1](https://scholar.google.com/citations?user=4oXBp9UAAAAJ&hl=en)**_

1Tencent AI Lab 2The Hong Kong University of Science and Technology 3ARC Lab, Tencent PCG CVPR 2025๏ผŒ **Highlight**
## ๐Ÿ”† Notice **DepthCrafter is still under active development!** We recommend that everyone use English to communicate on issues, as this helps developers from around the world discuss, share experiences, and answer questions together. For business licensing and other related inquiries, don't hesitate to contact `wbhu@tencent.com`. ## ๐Ÿ”† Introduction ๐Ÿค— If you find DepthCrafter useful, **please help โญ this repo**, which is important to Open-Source projects. Thanks! ๐Ÿ”ฅ DepthCrafter can generate temporally consistent long-depth sequences with fine-grained details for open-world videos, without requiring additional information such as camera poses or optical flow. - `[25-12-01]` Refactored the codebase for better usability and extensibility. - `[25-04-05]` ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Its upgraded work, [GeometryCrafter](https://github.com/TencentARC/GeometryCrafter), is released now, for **video to point cloud**! - `[25-04-05]` ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ DepthCrafter is selected as **Highlight** in CVPRโ€˜25. - `[24-12-10]` ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ EXR output format is supported now, with --save_exr option. - `[24-11-26]` ๐Ÿš€๐Ÿš€๐Ÿš€ DepthCrafter v1.0.1 is released now, with improved quality and speed - `[24-10-19]` ๐Ÿค—๐Ÿค—๐Ÿค— DepthCrafter now has been integrated into [ComfyUI](https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes)! - `[24-10-08]` ๐Ÿค—๐Ÿค—๐Ÿค— DepthCrafter now has been integrated into [Nuke](https://github.com/Theo-SAMINADIN-td/NukeDepthCrafter), have a try! - `[24-09-28]` Add full dataset inference and evaluation scripts for better comparison use. :-) - `[24-09-25]` ๐Ÿค—๐Ÿค—๐Ÿค— Add huggingface online demo [DepthCrafter](https://huggingface.co/spaces/tencent/DepthCrafter). - `[24-09-19]` Add scripts for preparing benchmark datasets. - `[24-09-18]` Add point cloud sequence visualization. - `[24-09-14]` ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ **DepthCrafter** is released now, have fun! ## ๐Ÿ“ฆ Release Notes - **DepthCrafter v1.0.1**: - Quality and speed improvement
Method ms/frame↓ @1024×576 Sintel (~50 frames) Scannet (90 frames) KITTI (110 frames) Bonn (110 frames)
AbsRel↓ δ₁ ↑ AbsRel↓ δ₁ ↑ AbsRel↓ δ₁ ↑ AbsRel↓ δ₁ ↑
Marigold 1070.29 0.532 0.515 0.166 0.769 0.149 0.796 0.091 0.931
Depth-Anything-V2 180.46 0.367 0.554 0.135 0.822 0.140 0.804 0.106 0.921
DepthCrafter previous 1913.92 0.292 0.697 0.125 0.848 0.110 0.881 0.075 0.971
DepthCrafter v1.0.1 465.84 0.270 0.697 0.123 0.856 0.104 0.896 0.071 0.972
## ๐ŸŽฅ Visualization We provide demos of unprojected point cloud sequences, with reference RGB and estimated depth videos. For more details, please refer to our [project page](https://depthcrafter.github.io). https://github.com/user-attachments/assets/62141cc8-04d0-458f-9558-fe50bc04cc21 ## ๐Ÿš€ Quick Start ### ๐Ÿค– Gradio Demo - Online demo: [DepthCrafter](https://huggingface.co/spaces/tencent/DepthCrafter) - Local demo: ```bash gradio app.py ``` ### ๐ŸŒŸ Community Support - [NukeDepthCrafter](https://github.com/Theo-SAMINADIN-td/NukeDepthCrafter): a plugin allows you to generate temporally consistent Depth sequences inside Nuke, which is widely used in the VFX industry. - [ComfyUI-Nodes](https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes): creating consistent depth maps for your videos using DepthCrafter in ComfyUI. ### ๐Ÿ› ๏ธ Installation 1. Clone this repo: ```bash git clone https://github.com/Tencent/DepthCrafter.git ``` 2. Install dependencies: ```bash cd DepthCrafter uv venv source .venv/bin/activate uv sync uv pip list ``` ### ๐Ÿค— Model Zoo [DepthCrafter](https://huggingface.co/tencent/DepthCrafter) is available in the Hugging Face Model Hub. ### ๐Ÿƒโ€โ™‚๏ธ Inference #### 1. High-resolution inference, requires a GPU with ~26GB memory for 1024x576 resolution: - ~2.1 fps on A100, recommended for high-quality results: ```bash python run.py --video-path examples/example_01.mp4 ``` #### 2. Low-resolution inference requires a GPU with ~9GB memory for 512x256 resolution: - ~8.6 fps on A100: ```bash python run.py --video-path examples/example_01.mp4 --max-res 512 ``` ## ๐Ÿš€ Dataset Evaluation Please check the `benchmark` folder. - To create the dataset we use in the paper, you need to run `dataset_extract/dataset_extract_${dataset_name}.py`. - Then you will get the `csv` files that save the relative root of extracted RGB video and depth npz files. We also provide these csv files. - Inference for all datasets scripts: ```bash bash benchmark/infer/infer.sh ``` (Remember to replace the `input_rgb_root` and `saved_root` with your path.) - Evaluation for all datasets scripts: ```bash bash benchmark/eval/eval.sh ``` (Remember to replace the `pred_disp_root` and `gt_disp_root` with your wpath.) #### ## ๐Ÿค๐Ÿป Contributing - Welcome to open issues and pull requests. - Welcome to optimize the inference speed and memory usage, e.g., through model quantization, distillation, or other acceleration techniques. ### Contributors ## ๐Ÿงช Testing We provide comprehensive unit tests to ensure code quality and reliability. ### Running Tests 1. **Run all tests**: ```bash pytest unit_tests/ ``` 2. **Run tests with verbose output**: ```bash pytest unit_tests/ -v ``` 3. **Run specific test file**: ```bash pytest unit_tests/test_depth_crafter_ppl.py ``` ### Test Structure - `unit_tests/test_depth_crafter_ppl.py`: Tests for the main depth estimation pipeline - `unit_tests/test_inference.py`: Tests for the inference interface - `unit_tests/test_utils.py`: Tests for utility functions - `unit_tests/test_unet.py`: Tests for the UNet model ### Requirements - GPU with CUDA support is required for `test_pipeline_gpu_integration` - Tests use small tensor sizes to minimize memory usage - All heavy computations are mocked for fast execution ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=Tencent/DepthCrafter&type=Date)](https://star-history.com/#Tencent/DepthCrafter&Date) ## ๐Ÿ“œ Citation If you find this work helpful, please consider citing: ```BibTeXw @inproceedings{hu2025-DepthCrafter, author = {Hu, Wenbo and Gao, Xiangjun and Li, Xiaoyu and Zhao, Sijie and Cun, Xiaodong and Zhang, Yong and Quan, Long and Shan, Ying}, title = {DepthCrafter: Generating Consistent Long Depth Sequences for Open-world Videos}, booktitle = {CVPR}, year = {2025} } ```