Skip to content

jdanielhoyos/DepthImageNeuralNetworkMatlab

Repository files navigation

DepthImageNeuralNetworkMatlab

Depth prediction by neural network in Matlab/Simulink using python.

In this repository you'll find the script WebcamNN.m which shows the image of the webcam and the depth predicted by a pretrained neural network. For indoors, use nyu.h5, for outdoors use kitti.h5

To use kitti Comment line 25 and uncomment line 25 on predictmodel.py Comment line 22 and uncomment line 23 on loadModel.py

On the other hand, to run the Simulink model, run first Parameters.m , and then NueralNetworkDisparity.slx This simulation also compares the depth estimation from stereo vision, using the semi global matching method.

https://youtu.be/T0gRhwgD0zo https://youtu.be/xGF0JRVhGzo

Compressed.mp4
NNMute.mp4

Releases

No releases published

Packages

No packages published