StarostinV commited on
Commit
735cab6
·
verified ·
1 Parent(s): a8cff7c

Publish config.json from learning_curve_100pct_20260305_121700_best.ckpt

Browse files
Files changed (1) hide show
  1. config.json +33 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_checkpoint": "learning_curve_100pct_20260305_121700_best.ckpt",
3
+ "files": {
4
+ "fp32": "model_fp32.onnx",
5
+ "fp16": "model_fp16.onnx"
6
+ },
7
+ "in_channels": 6,
8
+ "out_channels": 1,
9
+ "resolution": [
10
+ 512,
11
+ 512
12
+ ],
13
+ "n_angles": 6,
14
+ "rotation_axis": "x",
15
+ "light_source": [
16
+ 0.2,
17
+ 0.2,
18
+ 1.0
19
+ ],
20
+ "colormap": "viridis",
21
+ "additional_face_features": [
22
+ "max_angles"
23
+ ],
24
+ "norm": "minmax",
25
+ "thresholds": [
26
+ 0.5,
27
+ 0.8
28
+ ],
29
+ "gamma": 0.95,
30
+ "opset": 17,
31
+ "encoder_name": "efficientnet-b5",
32
+ "model_type": "unetplusplus"
33
+ }