pose-tensorflow icon indicating copy to clipboard operation
pose-tensorflow copied to clipboard

Matlab code: preprocess_single

Open ssram50 opened this issue 8 years ago • 0 comments

Hi The Matlab code for generating the cropped data has this line: It looks that is does not support testing?

How do you generate a dataset for testing evaluation? Thanks

% crop images if (~bTrain) % test assert(false); annolist = func_crop_data_test(annolistSubset, saveDir, refHeight, imgidxs_sub, ... else % train

ssram50 avatar Sep 10 '17 15:09 ssram50