How do I load a faces1000.mat and nonfaces1000.mat image so I can label the faces from non faces
Show older comments
Im not sure how to load a .mat file of images so I can do face detection using CNN in matlab
Answers (1)
Anshika Chaurasia
on 7 Nov 2021
Hi,
load('nonfaces1000.mat')
load('faces1000.mat')
Categories
Find more on Object Detection 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!