How do I load a faces1000.mat and nonfaces1000.mat image so I can label the faces from non faces
古いコメントを表示
Im not sure how to load a .mat file of images so I can do face detection using CNN in matlab
回答 (1 件)
Anshika Chaurasia
2021 年 11 月 7 日
Hi,
load('nonfaces1000.mat')
load('faces1000.mat')
カテゴリ
ヘルプ センター および File Exchange で Semantic Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!