QiAnBozZ
Results
2
issues of
QiAnBozZ
在之前一个版本的数据集代码中多数数据集有: kp3ds -= root_trans[:,None] 就是所有的3d的坐标标签都是减去根节点之后的坐标。 这样处理的话,模型预测的坐标是否就不是世界坐标系下的坐标了,而是以根节点(左、右臀中点)为零点的坐标? 最新版本的数据集是不是因为这个原因,把root_trans也传入了模型?
When i test GLAMR on a single-person video with dynamic camera by running this command: `python global_recon/run_demo.py --cfg glamr_static \ --video_path assets/static/basketball.mp4 \ --out_dir out/glamr_static/basketball \ --save_video` i found an...