File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,32 @@ After training, the models can be found under folder ForensicSexEstimation.
111
111
112
112
Operating point/probability threshold selection on validation sets
113
113
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
+ >```
114
122
115
123
116
124
## Testing
117
125
126
+ * Generating test outcomes
127
+
118
128
>```
119
129
>cd ./run
120
130
>python3.9 test.py --mdl_type [model_type] --input_mode [input_mode]
121
131
>```
122
132
133
+ * Calculate testing performance
134
+
135
+ >```
136
+ >python3.9 calculate_test_performance.py --mdl_type [model_type] --input_mode [input_mode]
137
+ >```
138
+
139
+
123
140
The sex estimation results for the testing data can be found under the 'test' folder in the model folders.
124
141
125
142
## Weights
You can’t perform that action at this time.
0 commit comments