Spaces:
Runtime error
Runtime error
napatswift
commited on
Commit
·
f774bb9
1
Parent(s):
a1b1f7e
Update app and weights
Browse files- main.py +0 -2
- model/table-det/model.pth +2 -2
main.py
CHANGED
@@ -88,8 +88,6 @@ def predict(image_input):
|
|
88 |
mask_images = result.pred_instances.masks.cpu().numpy()
|
89 |
scores = result.pred_instances.scores.cpu().numpy()
|
90 |
|
91 |
-
print(result)
|
92 |
-
|
93 |
bbox_list = []
|
94 |
|
95 |
# Filter out the masks with a score less than 0.5.
|
|
|
88 |
mask_images = result.pred_instances.masks.cpu().numpy()
|
89 |
scores = result.pred_instances.scores.cpu().numpy()
|
90 |
|
|
|
|
|
91 |
bbox_list = []
|
92 |
|
93 |
# Filter out the masks with a score less than 0.5.
|
model/table-det/model.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b7b83ed9cb684490569ace380f9df596f324e9ff43f847a91b010a86d220c94
|
3 |
+
size 351412361
|