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

I wanna convert the pgn model to .pb model file ,but I need to know output node names of it , so , how can I get them?

Hello! Can you explain please how to prepare files, which should be located in this directories: **datasets/CIHP/labels** and **datasets/CIHP/edges** I've prepared the image file datasets/CIHP/images/image.jpg, file datasets/CIHP/list/val_id.txt with content: ```...

Which version to choose for Tensorflow and others?

I run the code test_pgn.py ,but I come across this problem TypeError: unsupported operand type(s) for /: 'Dimension' and 'int'

I have 7 pictures that I need to create segmentation for them. I put them in the image folder. but I dont know how to prepare the rest of files...

Why in the examples the edge map donot show any edges ? I am training on my own dataset with edges got by cv2.canny(). My losses are going NAN.

Hi, Thanks for sharing the code. You have given a link related to pascal voc part based dataset. Where as that link is currently not working. How can i retrieve...

Hello there, just wondering what the license is for your trained model. i.e: Am I free to use the trained model for all purposes? Thank you. Thanks!

Hi, I'm looking at both your work and [ATEN](https://github.com/HCPLab-SYSU/ATEN). The conclusions from both your papers are _very_ similar. [Your paper](https://arxiv.org/abs/1808.00157) > In this paper, we presented a novel detection-free Part...