Skip to content

Commit

Permalink
Update data_preparation.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
fleurs03 authored Dec 21, 2024
1 parent e249a25 commit cd0b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data_preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Only the `everyday` subset is necessary.
In the orginal benchmark code of Breaking Bad dataset, it needs sample point cloud from mesh in each batch which is time-consuming. We pre-processing the mesh data and generate its point cloud data and its attribute.
```
cd puzzlefusion-plusplus/
python generate_pc_data +data.save_pc_data_path=data/pc_data/everyday/
python generate_pc_data.py +data.save_pc_data_path=data/pc_data/everyday/
```
We also provide the pre-processed data in [here](https://drive.google.com/file/d/1nCG18WEDuy2LoYt2pyt6UUgAZrsp4xWf/view?usp=drive_link).

Expand Down

0 comments on commit cd0b77b

Please sign in to comment.