You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
yw7
linked a pull request
Nov 15, 2024
that will
close
this issue
Here we have to change
checkpoint_latest
tocheckpoint_best
to match the priority in SCT:totalspineseg/totalspineseg/inference.py
Line 301 in 7d92550
totalspineseg/totalspineseg/inference.py
Line 552 in 7d92550
The text was updated successfully, but these errors were encountered: