From e8446df349d8c4ffbfa41eea89ea99649ef6a2e2 Mon Sep 17 00:00:00 2001 From: Laurent FAINSIN Date: Thu, 6 Apr 2023 16:19:01 +0200 Subject: [PATCH] fix: new path from dataset zip file --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a906fd2..6162d01 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Install Python environment ```bash module load conda module load artifactory -mamba env create --file env.yml +mamba env create --file environment.yml +# mamba env update --file environment.yml ``` Install PyTorchEMD by @@ -30,7 +31,7 @@ The code was tested on Unbuntu with Titan RTX. ## Data -For generation, we use ShapeNet point cloud, which can be downloaded [here](https://github.com/stevenygd/PointFlow). Or at `/data/users/lfainsin/PVD/ShapeNetCore.v2.PC15k.zip`. +For generation, we use ShapeNet point cloud, which can be downloaded [here](https://github.com/stevenygd/PointFlow). Or at `/data/users/lfainsin/ShapeNetCore.v2.PC15k.zip`. For completion, we use ShapeNet rendering provided by [GenRe](https://github.com/xiumingzhang/GenRe-ShapeHD). We provide script `convert_cam_params.py` to process the provided data.