Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ for steady-state analysis, applying the SST K-omega turbulence model. These simu
consist of 7.2 million mesh points on average, but we use the surface mesh as the input
to training which is roughly around 70k mesh nodes.

To request access to the full dataset, please reach out to the
[NVIDIA PhysicsNeMo team](mailto:physicsnemo-team@nvidia.com).
You can download the full Ahmed body dataset from Huging Face [here](https://huggingface.co/datasets/nvidia/PhysicsNeMo-CFD-Ahmed-Body). You can modify the PhysicsNeMo-Curator script to automate the download : [download_hugging_face_dataset.sh](./download_hugging_face_dataset.sh)
Comment thread
ram-cherukuri marked this conversation as resolved.
Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

logic: The referenced script download_hugging_face_dataset.sh doesn't exist in this directory. Either add the script or remove this reference.

Comment thread
ram-cherukuri marked this conversation as resolved.
Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

style: Split into two sentences for better readability

Suggested change
You can download the full Ahmed body dataset from Huging Face [here](https://huggingface.co/datasets/nvidia/PhysicsNeMo-CFD-Ahmed-Body). You can modify the PhysicsNeMo-Curator script to automate the download : [download_hugging_face_dataset.sh](./download_hugging_face_dataset.sh)
You can download the full Ahmed body dataset from Hugging Face [here](https://huggingface.co/datasets/nvidia/PhysicsNeMo-CFD-Ahmed-Body). You can modify the PhysicsNeMo-Curator script to automate the download: [download_hugging_face_dataset.sh](./download_hugging_face_dataset.sh).

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!


### DrivAerNet

Expand Down
Loading