CIHP_PGN icon indicating copy to clipboard operation
CIHP_PGN copied to clipboard

Code repository for Part Grouping Network, ECCV 2018

Results 45 CIHP_PGN issues
Sort by recently updated
recently updated
newest added

Fix the error when run `pip install -r requirement.txt`

I'm trying to use this project with the [MPV Dataset](https://competitions.codalab.org/competitions/23471). What should I change?

@LogWell found a solution how to prepare DATASETS. You can use following files structure: ``` datasets/CIHP/images/0002190.png datasets/CIHP/list/img_list.txt datasets/CIHP/images/tool/logwell_script.m datasets/CIHP/images/edges datasets/CIHP/images/labels ``` where datasets/CIHP/images/0002190.png - it's a source image datasets/CIHP/list/img_list.txt contain...

can i send batch of images as the input for the network for inference .in inference they takes only 3 channel not with batch.

i want to get the python version about the code of inference_tool , Does anyone have one? thanks

hello, I have custom images i already changed name in edges folder, and list folder now I need to generate the label for my custom image, how do i generate...

I downloaded the pretrained checkpoints and stored them inside checkpoints folder. After which I ran the test_pgn.py file and it created an output folder with two subfolders cihp_edge_maps and cihp_parsing_maps....

**Configurations used:** CUDA: 10.0.130 tensorflow: 1.14.0 tensorflow-gpu: 1.14.0 ubuntu 18.04 When I run some sample images on gpu/cuda setup using nvidia docker, it takes twice the time on GPU compared...

Thank you for your perfect work. If I use your method on multi-person video, is there any method to get the tracked ID of each person? Thx

Thank you for this great work! Is it normal that the inference time takes very long time for an image? It takes more than 7minutes of even much more. And...