Skip to content

Commit ae01f91

Browse files
Min, Hollie (H&B, Herston)Min, Hollie (H&B, Herston)
Min, Hollie (H&B, Herston)
authored and
Min, Hollie (H&B, Herston)
committed
update full pipeline
1 parent d0f1d21 commit ae01f91

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,32 @@ After training, the models can be found under folder ForensicSexEstimation.
111111
112112
Operating point/probability threshold selection on validation sets
113113
114+
## Evaluate
115+
116+
After training completed and before testing, the probability thresholds need to be determinded on the validation set.
117+
118+
>```
119+
>cd ./run
120+
>python3.9 evaluate.py --mdl_type [model_type] --input_mode [input_mode]
121+
>```
114122
115123
116124
## Testing
117125
126+
* Generating test outcomes
127+
118128
>```
119129
>cd ./run
120130
>python3.9 test.py --mdl_type [model_type] --input_mode [input_mode]
121131
>```
122132
133+
* Calculate testing performance
134+
135+
>```
136+
>python3.9 calculate_test_performance.py --mdl_type [model_type] --input_mode [input_mode]
137+
>```
138+
139+
123140
The sex estimation results for the testing data can be found under the 'test' folder in the model folders.
124141
125142
## Weights

0 commit comments

Comments
 (0)