Monocular Depth Estimation for indoor environment with MATLAB
이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Monocular-Depth-Estimation
Monocular Depth Estimation for indoor environment with MATLAB
This repository contains the MATLAB project which computes depth map from a single image and transforms into point cloud.
Installation
Download ZIP file and run main script
run('main.mlx');Run training script only for training network
run('train_net.mlx');Dataset not included. Download NYU v2 dataset
Dependencies
MATLAB
- Deep Learning Toolbox
- Computer Vision Toolbox
Simulink
- Robotics System Toolbox
- Automated Driving Toolbox
- PackageGazeboPlugin (from Gazebo Simulation Environment Requirements and Limitations )
Device
- Ubuntu® Ubuntu 20.04.3 LTS (Focal Fossa)
- CMake 3.16.3, Gazebo 11, and the Gazebo plugin
Usage
- Load downloaded dataset and Check
- Design the network using DeepNetworkDesigner
- Train the network using training option in DeepNetwrokDesigner, and then Save the trained network in the directory.
- Load the trained network and test in MATLAB
- Load the network in Simulink and Connect the simulation with Gazebo
인용 양식
Brian Park (2026). MDE (https://github.com/robot-park/Monocular-Depth-Estimation/releases/tag/v1.0.0), GitHub. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0 |
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.

