Depth Map Batch For Images
Quick Getting Started Guide
As a starting point, here's a quick getting started guide to using Depth Map Batch that covers all the key areas including installation and using key features. Also please make sure to download the model weights files in the downloadable links on this page and put them in a directory where you can re-use later. It's very possible this video is sufficient to get you ready to go.
Download Model Weights Files
If you have any questions on how to use the model weights files here's a brief video covering that.
Depth Anything V2 Small (home page)
https://huggingface.co/depth-anything/Depth-Anything-V2-Small/blob/main/depth_anything_v2_vits.pth
Depth Anything V2 Base (home page)
https://huggingface.co/depth-anything/Depth-Anything-V2-Base/blob/main/depth_anything_v2_vitb.pth
Depth Anything V2 Large (home page)
https://huggingface.co/depth-anything/Depth-Anything-V2-Large/blob/main/depth_anything_v2_vitl.pth
MiDaS 3.1 Large (home page)
https://github.com/isl-org/MiDaS/releases/download/v3_1/dpt_beit_large_512.pt
MiDaS 3.0 Large (home page)
*rename dpt_large-midas-2f21e586.pt to midas_dpt_large.pth
https://github.com/intel-isl/DPT/releases/download/1_0/dpt_large-midas-2f21e586.pt
UPDATES
v2.3.9 (01/30/2025)
v2.3.7 (01/26/2025)
v2.3.6 (01/24/2025)
v2.3.5 (01/08/2025)
v2.3.4 (12/31/2024)
v2.3.3 (12/26/2024)
v2.3.2 (12/24/2024)
v2.3.1 (12/13/2024)
v2.2.1 (12/07/2024)
v2.2.0 (12/06/2024)
v2.1.0 (11/30/2024)
Compatibility with Blender 4.3 (11/23/2024)
v2.0.9_Beta (11/19/2024)
v2.0.8_Beta (11/04/2024)
v2.0.7 (10/31/2024)
v2.0.6 (10/28/2024)
v2.0.5 (10/25/2024)
v2.0.4 (10/20/2024)
v2.0.3 (10/19/2024)
v2.0.2 (10/19/2024)
v2.0.0 (10/16/2024)
v1.0.6 (10/13/2024)
(10/11/2024)
v1.0.5For in-depth tutorials, please take a look at the video links shared below.
Title | Video Link |
---|---|
Quick Getting Started Guide If you're looking for a quick guide to get started this video covers all key areas including installation and using features. Everything is discussed in under 6 minutes. |
|
Playlist of Tutorials Here's where you can go to see all the latest tutorials released about Depth Map Batch. |
All Tutorials (click here) |
Installing the add-on Here's a quick video on how to install Depth Map Batch and a few other important things to keep in mind. |
Installing add-on (click here) |
Installing dependencies This tutorial walks through how to install the Python dependency packages, with both an "Install All" option and individual library installations. |
Installing dependencies (click here) |
Referencing model weights A video on how to reference the model weights file. When I initially created this video there was only one model to choose from, but since then there are now 3 different dept map options including Depth Anything V2, MiDaS 3.1, or MiDaS 3.0. |
How to reference model weights file (click here) |
Depth Map Styles This video talks about the different depth map style options and which ones I use the most. For generating 3d mesh I use the "CLOSE_WHITE" option the most and "16_BIT" is my second option if I run into any banding issues in the mesh with CLOSE_WHITE. |
|
Upgrading to new version of Depth Map Batch Here's how you can upgrade to the newest version of Depth Map Batch. |
Upgrading versions of Depth Map Batch (click here) |
Uninstalling Python packages Instructions on how to uninstall packages with both an "Uninstall All" option and individual uninstall options. |
Uninstalling (click here) |
Dependency Python Packages
You can install all packages in one step using the "Install All Packages" button, and if you ever want to uninstall packages you can uninstall everything using "Uninstall All Packages".
Here's a list of all the Python libraries required to use the tool. Make sure to install everything first, as the add-on won't display in the sidebar without them:
- cffi
- cycler
- python-dateutil
- facenet-pytorch
- joblib
- kiwisolver
- matplotlib
- mpmath
- opencv-python
- packaging
- pillow
- psutil
- pycparser
- pyparsing
- pyyaml
- scipy
- six
- scikit-learn
- sympy
- threadpoolctl
- timm
- torch
- torchvision
- tqdm
- typing_extensions