Skip to content

Commit 72325a2

Browse files
committed
Readme updated with more intros
1 parent de6c27e commit 72325a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ One more thing to the training of custom dataset training, you can set "use_poin
6060
tensorboard logs are exported under "./runs" directory relative to the run script.
6161

6262
## Evaluation
63+
Change the "checkpoint_path" variable in "eval_egnn_metrics.py" to the real relative directory of your saved model checkpoint,
64+
6365
Put your best trained checkpoint under "./src/checkpoints/" directory,
6466

6567
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

Comments
 (0)