Spaces:
Runtime error
Runtime error
ni
Browse files
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 |
-
"
|
|
|
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 |
|