diff --git a/models/vista3d/docs/README.md b/models/vista3d/docs/README.md index baddb073..18a5971c 100644 --- a/models/vista3d/docs/README.md +++ b/models/vista3d/docs/README.md @@ -116,7 +116,7 @@ The default configs for both variables are derived from the `label_mappings` con "val_label_set": "$[0] + list(x[0] for x in @label_mappings#default)" ``` -Note: Please ensure the input data header is correct. The output file will use the same header as the input data, but if the input data is missing header information, MONAI will automatically provide some default values for missing values (e.g. `np.eye(4)` will be used if affine information is absent). This may cause a visualization misalignment depending on the visualization tool. +Note: Please ensure the input data header is correct. The output file will use the same header as the input data, but if the input data is missing header information, MONAI will automatically provide some default values for missing values (e.g. `np.eye(4)` will be used if affine information is absent). This may cause a visualization misalignment depending on the visualization tool. ### Commands