Skip to content

Commit

Permalink
FIX spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Nov 30, 2023
1 parent 889a104 commit 9e03210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In this case, the intermediate files will be stored in the working directory and
- `01cleaned.ply` for the cleaned head model, and
- `02aligned.stl` for the aligned head model

To manually refine the alignement, `02aligned.stl` can be loaded in blender with the desired headcase model (stored under the `stls` directory of this repository).
To manually refine the alignment, `02aligned.stl` can be loaded in blender with the desired headcase model (stored under the `stls` directory of this repository).
Finally, the headcase can be generated with

```bash
Expand Down
2 changes: 1 addition & 1 deletion autocase3d/fmin_autograd.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _compute_log_det_cholesky(matrix_chol, covariance_type, n_features):


def _load_gmm_model():
"""Load GMM model by loading the parameters and instatiating a GMM object."""
"""Load GMM model by loading the parameters and instantiating a GMM object."""
here = os.path.dirname(os.path.abspath(__file__))
model_file = os.path.join(here, "gmm_params.npz")
params = np.load(model_file)
Expand Down
2 changes: 1 addition & 1 deletion docs/glab_headcase_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Once you have a good scan, send the file to an email you can access.
1. Create an [Ultimaker account](https://ultimaker.com/software/ultimaker-cura) and ask a senior lab member to add you to the Gallant Lab group.
2. Download the [Ultimaker Cura software](https://ultimaker.com/software/ultimaker-cura) and sign in to your account.
3. Upload both the front and back headcase stl files. Rotate and set the front to x=70mm. Set the back to x=-70mm. The two should be touching.
4. In the `PREPARE` page, select the correct filament type and set the folloing print settings:
4. In the `PREPARE` page, select the correct filament type and set the following print settings:
- Profiles
- Default = 0.2
- Visual = 0.15
Expand Down

0 comments on commit 9e03210

Please sign in to comment.