日本語

DepthMakerWin Help

DepthMakerWin converts 2D images into real-time 3D stereoscopic views using Depth Anything V2 (ONNX).

Download

    DepthMakerWin Ver0.4 22th Apr. 2026
    Addition of 360 deg. 3D conversion and saving functionality

Quick Start

  1. Click 2D Image… or RGBD Image….
  2. For 2D images, click ▶ 2D to 3D Conversion to run inference.
  3. The result is shown in the 3D viewer on the right.
  4. Adjust the Depth slider to tune the 3D effect.
  5. To save the result, click Save SBS… for a stereo image, or Save RGBD to keep the depth data.

Using High-Precision Models

The application includes the Depth Anything V2 small model by default. To achieve higher quality depth generation, you can download the base or large models (ONNX format) from the following link and select them using the "Browse Model..." button in the app.
Depth-Anything-ONNX Releases
- Base Model: depth_anything_v2_vitb.onnx
- Large Model: depth_anything_v2_vitl.onnx

Note: Please adhere to the following licenses:
- Small model: Apache-2.0 license
- Base/Large/Giant models: CC-BY-NC-4.0 license

Depth Pro Model

You can select the Depth Pro model from the model dropdown. The model file is large (approx. 3.5GB) and will be downloaded automatically upon first use.

The input image size for the AI model is about 500x500 for Depth Anything V2, whereas Depth Pro uses about 1500x1500, resulting in overwhelmingly beautiful depth images. However, the processing time is longer. For example: about 60 seconds with an Intel Core i5-12400, and about 20 seconds using the CUDA version of onnxruntime with an nVidia GTX3060.

Note: Please adhere to the Depth Pro license:
- Depth Pro License

Save Features

Click Save SBS… to save a stereo JPEG (parallel side-by-side) with your current Depth setting. The default filename is _sbs.jpg.

Click Save RGBD to save the image along with the AI-generated depth map. Saved RGBD images can be reloaded later via the RGBD Image… button for instant 3D viewing and depth readjustment without re-running AI inference.

Save 360° 3D… saves a 360-degree 3D image in T/B (Top/Bottom) format from a 2D equirectangular image and its depth map. Unlike standard saving, it uses a special process to ensure the left and right eye images connect seamlessly at the edges.

Exported 360° 3D images can be viewed interactively by dragging and dropping them onto the following site:
3D 360 Viewer

Clipboard Copy

You can copy the current image to the clipboard. Pasting the copied image into applications like "StereoPhoto Maker" allows for more advanced 3D editing.

Stereo Modes

ModeDescription
Side-by-Side (SBS)Side-by-Side
RGBDRGB/Depth SBS
Half SBSHalf-width SBS for 3D TVs
Anaglyph DuboisRed-cyan glasses (Ghost reduction)
Anaglyph ColorColor anaglyph
Anaglyph MonoGrayscale anaglyph

Execution Providers

Select CPU for maximum compatibility. For faster inference, replace *.dll of onnxruntime with the CUDA build from the ONNX Runtime releases page and select the matching provider.

Drag and Drop

You can drag and drop image files onto the sidebar area to load them as 2D images (AI processing) or RGBD images (direct viewing). Once loaded, you can navigate through other images in the same folder using the Next/Prev buttons or the Space/Backspace keys.

Keyboard Shortcuts

KeyAction
SSave SBS Image
XSwap L/R
RReset viewer settings
CToggle sidebar
EnterToggle fullscreen
QQuit
BackspacePrevious image
SpaceNext image

Batch Conversion

Click ⬛ Batch in the sidebar or use File → Batch Conversion. Select an input folder and an output folder. Results are saved to output\RGBD\ and output\SBS\.

Credits and Licenses

DepthMakerWin is built using the following high-quality open-source projects. Please respect their respective licenses.