UniPose icon indicating copy to clipboard operation
UniPose copied to clipboard

We propose UniPose, a unified framework for human pose estimation, based on our “Waterfall” Atrous Spatial Pooling architecture, that achieves state-of-art-results on several pose estimat...

Results 18 UniPose issues
Sort by recently updated
recently updated
newest added

谁有这个项目的mpii_annotation.json,从官网下载后转换为.json文件和项目中使用的好像不一样,我不会转换,求! who has the file named mpii_annotation.json, I can't transform the file.

Hi, thank you for doing this great work. I clone the project and trained on the MPII dataset and obtained the following results: ![image](https://user-images.githubusercontent.com/30456235/121122242-aae66a00-c853-11eb-8aa4-907ecbc342e4.png) It did not reach the level...

Hello, I'm looking forward to the open source code of BAPose. Will it be uploaded in near future? Thank you very much.

thanks for your work, I download the pretrained Penn Action model but can't uncompress it successfully. It says that the file is broken. Would you uploading a new one or...

Traceback (most recent call last): File "unipose.py", line 270, in trainer = Trainer(args) File "unipose.py", line 64, in __init__ self.val_dir, self.sigma, self.stride, self.workers, self.batch_size) ValueError: too many values to unpack...

Thanks for your work Btw I tried to used pretrained weight file (MPII version) and it failed. It seems for me that the reason is : weight file has 16...

**Have loaded the pre-trained weights and made some predictions with the unipose modeland the predictions looks off** ``` criterion = torch.nn.MSELoss() optimizer = torch.optim.Adam(model.parameters(), lr=1e-3) model = unipose(dataset="MPII",backbone='resnet', output_stride=16) ```...

Hi, thanks for the great work you are doing. im looking forward to open source code about OmniPose~

Thank you so much for sharing your great work. When I tested this network to coco dataset with your coco pretrained model, The dimension issue happens. "size mismatch for decoder.last_conv.8.bias:...

lots of bugs, missing file, is the way i using wrong?