fix: new path from dataset zip file

This commit is contained in:
Laurent FAINSIN 2023-04-06 16:19:01 +02:00
parent 0e5a32a871
commit e8446df349

View file

@ -13,7 +13,8 @@ Install Python environment
```bash ```bash
module load conda module load conda
module load artifactory module load artifactory
mamba env create --file env.yml mamba env create --file environment.yml
# mamba env update --file environment.yml
``` ```
Install PyTorchEMD by Install PyTorchEMD by
@ -30,7 +31,7 @@ The code was tested on Unbuntu with Titan RTX.
## Data ## 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). 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. We provide script `convert_cam_params.py` to process the provided data.