jwyang / jwyang/face-alignment
A problem about "img_gray"
Open
- 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.