Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How can i load a images from my computer as training data for Object detection

2 visualizzazioni (ultimi 30 giorni)
I used the object detection using deep learning sample code and I want to change the code of instead getting data from cifar-10 I would like to get images from my local drive. how can I do that?

Risposte (1)

Image Analyst
Image Analyst il 2 Dic 2018
Use imread() or dicomread().
  2 Commenti
Image Analyst
Image Analyst il 2 Dic 2018
Yes.
grayScaleImage = imread('Cameraman.tif');
fileName = 'peppers.png';
rgbImage = imread(fileName);
Make sure you go through the Image Segmentation Tutorial in my File Exchange

Questa domanda è chiusa.

Prodotti


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by