-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请教代码意思。 #241
Comments
看这部分代码的含义应该是center向右平移15*s[1],bbox框扩大到1.25倍,从而多获得一些图片上的信息以获得更好的姿态估计结果。这里乘了1.25之后框变大了,大概就是这个原理。 |
deep-high-resolution-net.pytorch/lib/dataset/coco.py Lines 223 to 227 in ba50a82
请问您知道为什么是放大1.25倍吗?以及为什么self.pixel_std固定设置为200。关于1.25和200这两个trick值的设定该如何解释 |
你好,下面是我个人认为的解释: |
deep-high-resolution-net.pytorch/lib/dataset/mpii.py
Line 58 in ba50a82
作者您好,请问下这里避免裁剪到肢体, 是自己自定义轻微调整center 和 scale的值吗? 具体表示的是什么意思呢?
纵坐标和尺度发生变化?
The text was updated successfully, but these errors were encountered: