StephanST commited on
Commit
6cbce78
1 Parent(s): c8fa30f

swap out models for test

Browse files
Files changed (2) hide show
  1. 20230613_40k_test_v2.onnx +3 -0
  2. app.py +1 -10
20230613_40k_test_v2.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af220d7ee25a855c87686b74cb0ac4a3661c9604b73dcaeb467bebc6a7a1f560
3
+ size 11185635
app.py CHANGED
@@ -97,16 +97,7 @@ st.write("Bear in mind that this model is **much less refined** than the embedde
97
 
98
  models = {
99
  "Embedded model better trained: DeeplabV3+, MobilenetV2, 416px resolution": "20230608_onnx_416_mbnv2_dl3/end2end.onnx",
100
- "test model 24k: DV3+ MBv2, 416px": "test_24000.onnx",
101
- "test model 48k: DV3+ MBv2, 416px": "test_48000.onnx",
102
- "test model 72k: DV3+ MBv2, 416px": "test_72000.onnx",
103
- "test model 96k: DV3+ MBv2, 416px": "test_96000.onnx",
104
- "test model 120k: DV3+ MBv2, 416px": "test_120000.onnx",
105
- "test model 144k: DV3+ MBv2, 416px": "test_144000.onnx",
106
- "test model 168k: DV3+ MBv2, 416px": "test_168000.onnx",
107
- "test model 192k: DV3+ MBv2, 416px": "test_192000.onnx",
108
- "test model 216k: DV3+ MBv2, 416px": "test_216000.onnx",
109
- "test model 240k: DV3+ MBv2, 416px": "test_240000.onnx"
110
  }
111
 
112
 
 
97
 
98
  models = {
99
  "Embedded model better trained: DeeplabV3+, MobilenetV2, 416px resolution": "20230608_onnx_416_mbnv2_dl3/end2end.onnx",
100
+ "test model training system V2: DV3+, 40k, 416px": "20230613_40k_test_v2.onnx"
 
 
 
 
 
 
 
 
 
101
  }
102
 
103