Results 11 comments of Fang Zhao

Hi, I notice that uv_masks ([https://github.com/qianlim/POP/tree/main/assets/uv_masks](url)) only have 3 resolutions, how can I get uv_masks with other resolutions, for example, 512? Thanks!

We use one V100 with 32GB GPU memory.

Deep Fashion3D上一个epoch大概70分钟,总共训练60个epoch,大概需要3天时间。

batch_hmr.pkl is an intermediate output. Please make sure to successfully run the command 'python -m HPBTT.demo_market --name ${NAME} --num_train_epoch ${EPOCH} --img_path ${INPUT}' in run_demo_market.sh.

可以使用trimesh把off文件转为obj文件。

[trimesh](https://github.com/mikedh/trimesh)是一个用于处理三维数据的python算法库。你说的转成obj是指转成mesh?我们这里的三维重建是用点云表示的,没有做mesh化,可以参考这个[回答](https://github.com/zhaofang0627/AnchorUDF/issues/14#issuecomment-1085382427)。

Hi, 这是为了做尺度归一化,方便模型学习。

最后在计算测试误差的时候我们对GT做了同样的变换处理,可以参考[这里](https://github.com/zhaofang0627/AnchorUDF/blob/0cbbe3219f218fffca35c4c8ddce161f52e745a2/apps/compute_errors.py#L66)。

The current version dose not support. We will update the code for multi-view reconstruction in the future.