Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change checkpoint_latest to checkpoint_best in inference script
Fixes #78 Change `checkpoint_latest.pth` to `checkpoint_best.pth` in the inference script. * Update line 301 in `totalspineseg/inference.py` to use `checkpoint_best.pth` instead of `checkpoint_latest.pth`. * Update line 552 in `totalspineseg/inference.py` to use `checkpoint_best.pth` instead of `checkpoint_latest.pth`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/neuropoly/totalspineseg/issues/78?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information