Spaces:
Runtime error
Runtime error
karolmajek
commited on
Commit
·
a1bee39
1
Parent(s):
1a1ee1f
fix pycocotools build error :snake:
Browse files- app.py +0 -1
- requirements.txt +2 -2
app.py
CHANGED
@@ -7,7 +7,6 @@ from utils.general import (non_max_suppression, scale_coords)
|
|
7 |
from utils.plots import plot_one_box
|
8 |
|
9 |
from models.models import *
|
10 |
-
from utils.datasets import *
|
11 |
from utils.general import *
|
12 |
|
13 |
import gradio as gr
|
|
|
7 |
from utils.plots import plot_one_box
|
8 |
|
9 |
from models.models import *
|
|
|
10 |
from utils.general import *
|
11 |
|
12 |
import gradio as gr
|
requirements.txt
CHANGED
@@ -27,7 +27,7 @@ pandas
|
|
27 |
|
28 |
# extras --------------------------------------
|
29 |
thop # FLOPS computation
|
30 |
-
pycocotools==2.0 # COCO mAP
|
31 |
|
32 |
|
33 |
-
gdown
|
|
|
27 |
|
28 |
# extras --------------------------------------
|
29 |
thop # FLOPS computation
|
30 |
+
# pycocotools==2.0 # COCO mAP
|
31 |
|
32 |
|
33 |
+
gdown
|