How do i import my own data set for image to vector cnn regression?

4 views (last 30 days)
I have 1000 images in jpg format and a 1000*3 csv file. I want to do a cnn regression on my data set but couldn't figure out how to load my dataset? Please help

Answers (1)

yanqi liu
yanqi liu on 17 Jan 2022
yes,sir,may be use regressionLayer as net output Layer,and reshape data to 4-D XTrain、1-D YTrain to train net
if possible,may be upload your file to make some debug
  4 Comments

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!