StephanST commited on
Commit
b2ae2ba
1 Parent(s): 6cbce78
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -97,7 +97,8 @@ 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 training system V2: DV3+, 40k, 416px": "20230613_40k_test_v2.onnx"
 
101
  }
102
 
103
 
 
97
 
98
  models = {
99
  "Embedded model better trained: DeeplabV3+, MobilenetV2, 416px resolution": "20230608_onnx_416_mbnv2_dl3/end2end.onnx",
100
+ "Strange model with overfitting" : "test_240000.onnx",
101
+ "test model training system V2: DV3+, 40k, 416px": "20230613_40k_test_v2.onnx"
102
  }
103
 
104