Spaces:
Runtime error
Runtime error
Commit ·
8d27dcd
1
Parent(s): 9172690
Upload 2 files
Browse files- app.py +1 -1
- model_final.pth +3 -0
app.py
CHANGED
|
@@ -26,7 +26,7 @@ from detectron2.data import MetadataCatalog
|
|
| 26 |
models = [
|
| 27 |
{
|
| 28 |
"name": "Version 1 (2-class)",
|
| 29 |
-
"model_path": "
|
| 30 |
"classes": ["footer"],
|
| 31 |
"cfg": None,
|
| 32 |
"metadata": None,
|
|
|
|
| 26 |
models = [
|
| 27 |
{
|
| 28 |
"name": "Version 1 (2-class)",
|
| 29 |
+
"model_path": "./model_final.pth",
|
| 30 |
"classes": ["footer"],
|
| 31 |
"cfg": None,
|
| 32 |
"metadata": None,
|
model_final.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fc97339b4b017e9d75696f40ce4655a79086471e0dc71c3d805a5f6c030d30c
|
| 3 |
+
size 330024867
|