res-loglikelihood-regression icon indicating copy to clipboard operation
res-loglikelihood-regression copied to clipboard

Code for "Human Pose Regression with Residual Log-likelihood Estimation", ICCV 2021 Oral

Results 33 res-loglikelihood-regression issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi author, For the function 'heatmap_to_coord' defined in rlepose/utils/transforms.py: coords[:, :, 0] = (coords[:, :, 0] + 0.5) * hm_width coords[:, :, 1] = (coords[:, :, 1] + 0.5) *...

I visually checked the output results of 3D model and found that the key points of 2D image are quite accurate, but the display effect in 3D is not very...

我用了您提供的与训练模型,在coco val2017上测试模型的性能,但是报出如下错误(python3.6 torch1.8): ![91e518a99013c3e9d2e92b13486c7ca](https://user-images.githubusercontent.com/24295745/149666655-ffb4c196-cdd7-46a9-9a97-6a4ca54f3e5e.png)

The "images" folder actually shouldn't appear. Otherwise, custom_dataset will not able to access data and will raise error like this: > cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) cv2.error: OpenCV(3.4.4) C:\projects\opencv python\opencv\modules\imgproc\src\color.cpp:181: error: (-215:Assertion failed)...

Dear author, I encountered an issue when training on coco keypoints dataset. I just adjusted num_layers from 50 to 18, i.e, res18, and started to train based on coco keypoints...

Hi, i'm interesting in RLE. it is a nice work. i see you use soft_argmax on HRNet, but i didn't see it in this repo. can you introduce the implement...

大佬您好,我是北京理工大学的一名硕士生,对您的工作很感兴趣。但是在学习的过程中发现缺少姿态估计工作应该有的可视化的代码,所以我顺带实现了一下该工作的单人姿态估计可视化的代码,您检查一下看看是否可以接受我的贡献的代码。 主要的修改的地方有: 1. 修改 readme.md 中关于增加的可视化的描述和演示demo的gif (gif文件放在放图片的assets文件夹) 2. 增加 scripts/visualize.py, 读取视频进行单人姿态估计可视化,出于尽量解耦 inference 的代码和训练等其他文件,该文件只import 了 建立模型和读取配置的python文件。 3. 增加运行脚本 scripts/visualize.sh 和 配置文件 configs/256x192_res50_coco_visualize.yaml, 可以自行配置 需要测试的视频文件位置,使用的模型文件,是否使用GPU等参数。 再次给大佬优秀的开源工作点赞!

hi, i am prepare to cite you paper, but i am confuse about the table2 in your paper. there are 2 issue. first, the simple baseline in your paper is...

Hi, I want to train mask rcnn with rle loss! 1. Could you give me some details about the optimizer and learning rate scheduler used in your experiments? I found...