日本語

DepthMakerMac Help

DepthMakerMac converts 2D images into real-time 3D stereoscopic views using CoreML-based AI depth estimation models (Depth Anything V2 / Depth Pro).

Download

Download Installer (DepthMakerMac006.dmg 25th Apr. 2026)
Added functionality to convert 2D and 2D 360° videos to 3D and 3D 360° videos
Fixed a bug where colors turned blue when saving in SBS format
Added a 2D-to-3D conversion and saving feature for spherical images; this feature has also been added to batch conversion
Added focus adjustment when saving in SBS or 3D360 formats
Fixed an issue where Depth Pro did not work on M1 and M4 Pro.

System Requirements

Quick Start

  1. Drag & drop an image onto the viewer area, or click 2D Image… or RGBD Image… in the sidebar.
  2. Select a model from the Model section (DepthAnything V2 or Depth Pro).
  3. Click ▶ Generate 3D to run AI depth estimation.
  4. The 3D viewer appears on the right. Adjust the Depth and Focus sliders to tune the effect.
  5. Save with Save SBS… (stereo image) or Save RGBD (depth data preserved).

AI Models

DepthAnything V2 Small (Built-in)

The bundled CoreML model (DepthAnythingV2SmallF16.mlpackage) is compiled on first launch and cached in ~/Library/Application Support/DepthMakerMac/. Subsequent launches use the cached compiled model instantly. License: Apache-2.0.

Depth Pro (Download ~1.9 GB)

Selecting Depth Pro triggers an automatic download from HuggingFace (coreml-projects/DepthPro-coreml) on first use. After downloading, it is compiled and cached. Subsequent uses start immediately. License: Apple Depth Pro License.

Depth Pro uses a 1536×1536 input and produces significantly sharper depth maps than the small V2 model. On Apple Silicon (M-series), inference takes roughly 10–30 seconds thanks to the Neural Engine.

Save Features

Save SBS… (⌘S): Saves a side-by-side stereo JPEG using your current Depth slider value. Default filename: <original>_sbs.jpg.

Save RGBD (⇧⌘S): Saves the RGBD JPEG (left=color, right=depth map). Reload it later with RGBD Image… for instant 3D viewing without re-running AI.

Focus Value: Controls the convergence point (zero parallax) for SBS and Spherical 3D saves. You can adjust it intuitively using the slider in the sidebar or enter a value from 0–255 directly. For precise adjustment, click Pick then click on the depth map to select a value visually. A red cursor will indicate the selected point; click Confirm to set the value. This ensures the selected depth level appears on the screen plane.

Save 360° 3D… (⇧⌘E): 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. The current Depth and Focus settings are applied during generation.

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

Clipboard

Paste into apps like StereoPhoto Maker for advanced 3D editing.

Stereo Modes

ModeDescription
Side-by-Side (SBS)Full-width parallel stereo pair
Half SBSHalf-width SBS for 3D TVs
LR/RLLeft/Right swapped
Anaglyph MonoGrayscale red-cyan glasses
Anaglyph ColorColor red-cyan glasses
Dubois AnaglyphHigh-quality red-cyan (ghost reduction)

File Loading and Navigation

Drag image files onto the viewer area to load them for AI processing.

If multiple images are in the same folder, you can switch between them using the < / > buttons in the sidebar or the keyboard shortcuts (⌘← / ⌘→). This is particularly useful for quickly reviewing a series of RGBD images or continuously converting 2D images to 3D.

Keyboard Shortcuts

KeyAction
⌘OOpen 2D Image
⇧⌘OOpen RGBD Image
⌘SSave SBS Image
⇧⌘SSave RGBD Image
⇧⌘CCopy SBS to Clipboard
⌥⌘CCopy RGBD to Clipboard
XSwap L/R
RReset viewer settings
⌘BToggle sidebar
⌘←Previous Image
⌘→Next Image
Generate 3D
⇧⌘BBatch Conversion
⇧⌘VVideo 3D Conversion

Batch Conversion

Click Batch Conversion in the sidebar (or ⇧⌘B). Select an input folder and output folder, choose the export format (SBS, Spherical 3D, RGBD, SBS + RGBD, or 360 + RGBD), and set the Focus and Depth values to be used for the batch. All supported images will be converted sequentially. System sleep is disabled while processing.

Video 3D Conversion

Click Video 3D Conversion in the sidebar (or ⇧⌘V). Load a 2D video and convert it to 3D (SBS or Spherical 3D) using AI depth estimation. The current Depth and Focus settings are applied to the video. You can choose from MP4 (H.264/H.265) and MOV (HEVC) formats. Audio track copying is supported. The process utilizes hardware encoders and disables system sleep during conversion.

Resolution Limits: Due to hardware encoder specifications, the maximum supported output resolutions are:

If the input video (or the generated SBS/Spherical image) exceeds these limits, it will be automatically resized to the maximum supported dimension while maintaining the aspect ratio.

Credits & Licenses