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
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ One more thing to the training of custom dataset training, you can set "use_poin
60
60
tensorboard logs are exported under "./runs" directory relative to the run script.
61
61
62
62
## Evaluation
63
+
Change the "checkpoint_path" variable in "eval_egnn_metrics.py" to the real relative directory of your saved model checkpoint,
64
+
63
65
Put your best trained checkpoint under "./src/checkpoints/" directory,
64
66
65
67
For online test mode, In same "src folder" in "eval_egnn_metrics.py", set the "mode" variable in the main function to "test" mode (default is "test"), then run it to load the test split data for evaluation.
0 commit comments