Skip to content
jdanielhoyos edited this page Oct 24, 2022 · 1 revision

Welcome to the DepthImageNeuralNetworkMatlab wiki!

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

Clone this wiki locally