/DepthImageNeuralNetworkMatlab

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

Primary LanguagePython

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/2ymbGlH4G1g https://youtu.be/u83mqxUuCLQ

Compressed.mp4
NNMute.mp4