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

How to train the model for 14 classes? Background Hair Upclothes Left-shoe Right-shoe Noise Pants Left_leg Right_leg Left_arm Face Right_arm

OP_REQUIRES failed at random_op.cc:77 : Resource exhausted: OOM when allocating

Can anyone tell me what does pascal_seg_colormap.mat in instance_tool mean? And How do i run bfs.m and search.m

I've got pretty good segmentation results, but I want to distinguish different persons, i.e. , generating person ids. I've tried many mask rcnn based models, however the results are not...

I'm not quite sure what label these colors represent. So where can I get a description of this from? ``` label_colours = [(0,0,0) , (128,0,0), (255,0,0), (0,85,0), (170,0,51), (255,85,0), (0,0,85),...

Does PGN supports tensorflow2.x?Thank for your reply!

hey, while i was running test_pgn.py on the sample images provided. i sometimes get warnings like cannot allocate memory but it runs slowly. can I change anything like batch size...

Hi,I know about you load the pre-trained model of pascal-VOC in your thesis.But you just provide the 'CHIP_PGN' model .Could you provide a tensorflow version of Pascal's pre-training model? I...

The pre-trained model works for smaller images(300,200) but when training with (1080,1080) images gives the error: OP_REQUIRES failed at concat_op.cc:153 : Resource exhausted: OOM when allocating tensor with shape[2,2560,169,169] and...

I found that the running time was a little bit long. The image I used was 1080, 1080. Is there any way to accelerate it?THank you