paperdoll
paperdoll copied to clipboard
Paper doll parser implementation from ICCV 2013
Results
12
paperdoll issues
Sort by
recently updated
recently updated
newest added
I need some help for running paperdoll (pre-trained parser for a new image). When I run: load data/paperdoll_pipeline.mat config; input_image = imread('./my_image.jpg'); input_sample = struct('image', imencode(input_image, 'jpg')); result = feature_calculator.apply(config,...
Hi, It seems that the boundary mask features are the same for all the images after the image normalization. Then, what about the main function of this boundary mask feature...