tteepe / GaitGraph

Official repository for "GaitGraph: Graph Convolutional Network for Skeleton-Based Gait Recognition" (ICIP'21)
https://arxiv.org/abs/2101.11228
MIT License
91 stars 27 forks source link

Question of 2D coordinates #21

Closed logic03 closed 2 years ago

logic03 commented 2 years ago

May I ask whether the 2d data of an input picture refers to the coordinates in the original picture (Picture 1) or the coordinates of the Bbox (Picture 2) obtained by target detection from the original picture?


请问输入的一张图片的二维数据,是指原始图片(图片1)中的坐标,还是从原始图片中进行目标检测得到的bbox(图片2)的坐标呢?

tteepe commented 2 years ago

It's absolute coordinates in the picture.