Image labels in json
    5 views (last 30 days)
  
       Show older comments
    
I have 1000 images and thier labels are present in a json file.
How can I link the labels with the images and train the network
0 Comments
Answers (1)
  yanqi liu
      
 on 25 Nov 2021
        sir,if the json is use to rectangle,may be read the json and use filename to gen table of matlab,such as
data = load('rcnnStopSigns.mat', 'stopSigns');
stopSigns = data.stopSigns
0 Comments
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!
