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.