Arapat
Arapat
可以尝试一下使用别的方法安装pytorch3d
可以把octopus文件中,286行的by_name改成False试一试,
@taozhiyuai 你解决那个问题了吗?我也遇到了, 没有找到任何解决措施
this is the original depth img from blenderproc this is the clipped and inverted depth img from blenderproc by `epth_mm = (depth * 1000.0).astype(np.uint16) depth_mm = np.clip(depth_mm, 0, 65535) depth_mm...
have you solved this problem?