jwyang / jwyang/face-alignment

A problem about "img_gray"

Open
#4 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
MATLAB
Stars
321
Forks
190
PR merge metrics
No merged PRs in 30d

Description

if size(img_region, 3) == 1
Data{i}.img_gray = img_region;
else
Data{i}.img_gray = rgb2gray(img_region);
end
problem:You store all the sample data, the data is too large,which will cause be out of memory?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.