Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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/aero_graph_net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Output of the model are:

![Comparison between the AeroGraphNet prediction and the
ground truth for surface pressure, wall shear stresses, and the drag coefficient for one
of the samples from the test dataset.](../../../docs/img/ahmed_body_results.png)
of the samples from the test dataset.](../../../../docs/img/ahmed_body_results.png)

The input to the model is in form of a `.vtp` file and is then converted to
bi-directional DGL graphs in the dataloader. The final results are also written in the
Expand Down Expand Up @@ -122,7 +122,7 @@ dataset caching (on by default) to speed up the subsequent data loading and trai

![Comparison between the AeroGraphNet prediction and the
ground truth for surface pressure, wall shear stresses, and absolute error for one
of the samples from the test dataset.](../../../docs/img/drivaernet_results.png)
of the samples from the test dataset.](../../../../docs/img/drivaernet_results.png)

## Model training

Expand Down
4 changes: 2 additions & 2 deletions examples/cfd/external_aerodynamics/xaeronet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To train the XAeroNet-S model, follow these steps:
9. Download the validation results (saved in form of point clouds in `.vtp` format),
and visualize in Paraview.

![XAeroNet-S Validation results for the sample #500.](../../../docs/img/xaeronet_s_results.png)
![XAeroNet-S Validation results for the sample #500.](../../../../docs/img/xaeronet_s_results.png)

## Training the XAeroNet-V model

Expand All @@ -127,7 +127,7 @@ To train the XAeroNet-V model, follow these steps:
8. Download the validation results (saved in form of voxel grids in `.vti` format),
and visualize in Paraview.

![XAeroNet-V Validation results.](../../../docs/img/xaeronet_v_results.png)
![XAeroNet-V Validation results.](../../../../docs/img/xaeronet_v_results.png)

## Logging

Expand Down