Stephan Sturges commited on
Commit
d3a06f0
1 Parent(s): 1912fb8

adding fully trained ONNX model

Browse files
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 short trained: DeeplabV3+, MobilenetV2, 416px resolution": "end2end.onnx",
100
- "Embedded model better trained: DeeplabV3+, MobilenetV2, 416px resolution": "20230608_onnx_416_mbnv2_dl3/end2end.onnx"
 
101
  }
102
 
103
 
 
97
 
98
  models = {
99
  "Embedded model short trained: DeeplabV3+, MobilenetV2, 416px resolution": "end2end.onnx",
100
+ "Embedded model better trained: DeeplabV3+, MobilenetV2, 416px resolution": "20230608_onnx_416_mbnv2_dl3/end2end.onnx",
101
+ "Embeddeed model complete training cycle: DV3+ MBv2, 416px": "export240k.onnx"
102
  }
103
 
104