Skip to content

Commit

Permalink
update full pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Min, Hollie (H&B, Herston) authored and Min, Hollie (H&B, Herston) committed Aug 30, 2024
1 parent d0f1d21 commit ae01f91
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,32 @@ After training, the models can be found under folder ForensicSexEstimation.
Operating point/probability threshold selection on validation sets
## Evaluate
After training completed and before testing, the probability thresholds need to be determinded on the validation set.
>```
>cd ./run
>python3.9 evaluate.py --mdl_type [model_type] --input_mode [input_mode]
>```
## Testing
* Generating test outcomes
>```
>cd ./run
>python3.9 test.py --mdl_type [model_type] --input_mode [input_mode]
>```
* Calculate testing performance
>```
>python3.9 calculate_test_performance.py --mdl_type [model_type] --input_mode [input_mode]
>```
The sex estimation results for the testing data can be found under the 'test' folder in the model folders.
## Weights
Expand Down

0 comments on commit ae01f91

Please sign in to comment.