We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5bb46 commit 7b8f3eeCopy full SHA for 7b8f3ee
nerfstudio/utils/eval_utils.py
@@ -105,7 +105,7 @@ def eval_setup(
105
106
# load checkpoints from wherever they were saved
107
# TODO: expose the ability to choose an arbitrary checkpoint
108
- config.load_dir = config.get_checkpoint_dir()
+ config.load_dir = config.load_dir or config.get_checkpoint_dir()
109
110
# setup pipeline (which includes the DataManager)
111
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
0 commit comments