Clear Filters
Clear Filters

How to make my own data set of images for rcnn image training process?

2 views (last 30 days)
I'm using image lebelling toolbox for but it saves a gTruth maxtrix as '.mat' file and it can be used for acf training .I want to use those training samples for rcnn training.

Answers (1)

Image Analyst
Image Analyst on 26 Dec 2020
Not sure what you're asking. Do you have images or not? If not, there is no need to do anything. Why train an algorithm (even if you could) if you had no images to process? If you have images, then you have images, and you simply put the training images into a folder for training your network.
  2 Comments
Sujeet Sahoo
Sujeet Sahoo on 28 Dec 2020
i have sample images and i have lebelled objects in it using image lebelling toolbox. As far as i know we can save it in 3 differents ways from image processing toolbox i.e image lebels only, session saves and gTruth only all are saved in '.mat' format.
'https://in.mathworks.com/help/vision/ug/object-detection-using-deep-learning.html'
With refernce to this example i need a file with which have lot more types of data then just gTruth so please help.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!