Parsing-R-CNN icon indicating copy to clipboard operation
Parsing-R-CNN copied to clipboard

Parsing R-CNN for Instance-Level Human Analysis

Results 25 Parsing-R-CNN issues
Sort by recently updated
recently updated
newest added

``` # make cocoapi cd Parsing-R-CNN/cocoapi/PythonAPI mask cd ../../ ln -s cocoapi/PythonAPI/pycocotools/ ./ ``` Can't find the corresponding directory

I tried to inference the network using Densepose model, and failed on: ``` smplFpath = os.path.join(self.evalDataDir, 'SMPL_subdiv.mat' SMPL_subdiv = loadmat(smplFpath) ``` What's SMPL_subdiv.mat (and SMPL_SUBDIV_TRANSFORM.mat latter) and how could I...

Hi! First of all, thank you for sharing code! Could you, please, say what heatmap size is actually used for densepose task: 64 or 128? I have not found that...

hello , very good work, but i want to know if this work is finished so that we can train or test ? and any guide to run the project,...