Neural network training using stereovision images
6 views (last 30 days)
Show older comments
Vincent Dufour
on 29 Jan 2020
Answered: Srivardhan Gadila
on 13 Feb 2020
Hi guys,
I'm about to train an object detector neural network using Matlab, and I have a specific question concerning my images.
I'll obtain my images from a stereovision camera (ZED from Stereolabs), which will give me 2 sequences of images from both right and left camera.
My question is: is there a way to include this information in the neural network training ?
To be more precise, can I make Matlab to train the neural using both images at the same time, to ensure that the object detected will be the same on both image ?
Thank you in advance
0 Comments
Accepted Answer
Srivardhan Gadila
on 13 Feb 2020
Please refer to the following Multiple-Input Networks and define your architecture in such a way that the network can take images from both left and right camera as inputs.
You can also refer to the following for other possible workarounds : Multiple Input Single Output Segmentation using Deep Learning
0 Comments
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!