Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjun492 committed Jan 13, 2021
1 parent 9e069c3 commit 9a8174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Note:
2)In order to evaluate the accuracy of two ensembled models (by concatenating features), you should first concatenate the features of two models by [feat_concat.py](utils/feat_concat.py), and then set 'is_concat' in [test_megaface.sh](test_megaface.sh) to 1.

## More tips
(1) Please make sure that the 'model_loader.load_model()' can load your model successfully. Otherwise you should implement your 'load_model()' method in [model_loader.py](utils/model_loader.py).
* Please make sure that the 'model_loader.load_model()' can load your model successfully. Otherwise you should implement your 'load_model()' method in [model_loader.py](utils/model_loader.py).

0 comments on commit 9a8174a

Please sign in to comment.