pdoublerainbow
pdoublerainbow
Hi, thanks for your job. When I read the code, I find possible problem here, This is the tensorflow version: tf.tensordot(errors_sorted, tf.stop_gradient(grad), 1, name="loss_class_{}".format(c)) This is ht pytorch version: loss...
Hi, author. I have a question about the code in keypoint position adjustment part. The code is here https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation/blob/master/lib/core/group.py#L195, the question is that why the position value need to add...
bda does not alter the input image or the ground truth depth; it only transforms the box ground truth in bev space. Therefore, it is sufficient to apply the transformation...
Hi, I have a question about a parameter set in https://github.com/xiaolonw/TimeCycle/blob/master/models/videos/model_simple.py#L82 ,why set the offset_factor to 227/210.