Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/cfd/external_aerodynamics/domino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ Please refer to
with `PhysicsNeMo-Curator`.

Download the DrivAer ML dataset using the
[provided instructions in PhysicsNeMo-Curator](https://github.com/NVIDIA/physicsnemo-curator/blob/main/examples/external_aerodynamics/domino/README.md#download-drivaerml-dataset).
[provided instructions in PhysicsNeMo-Curator](https://github.com/NVIDIA/physicsnemo-curator/tree/main/examples/external_aerodynamics#download-drivaerml-dataset).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Check examples/cfd/external_aerodynamics/transolver/README.md:40-41 - has similar broken links with old /domino/ path that need fixing

The first step for running the DoMINO pipeline requires processing the raw data
(vtp, vtu and stl) into either Zarr or NumPy format for training.
Each of the raw simulations files are downloaded in `vtp`, `vtu` and `stl` formats.
For instructions on running data processing to produce a DoMINO training ready dataset,
please refer to
[How-to Curate data for DoMINO Model](https://github.com/NVIDIA/physicsnemo-curator/blob/main/examples/external_aerodynamics/domino/README.md).
[How-to Curate data for DoMINO Model](https://github.com/NVIDIA/physicsnemo-curator/tree/main/examples/external_aerodynamics).

Caching is implemented in
[`CachedDoMINODataset`](https://github.com/NVIDIA/physicsnemo/blob/main/physicsnemo/datapipes/cae/domino_datapipe.py#L1250).
Expand Down