Spaces:
Runtime error
Runtime error
mingyang91
commited on
IoU evaluator
Browse files- .idea/workspace.xml +11 -4
- requirements.txt +46 -2
.idea/workspace.xml
CHANGED
@@ -6,8 +6,7 @@
|
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="d7806539-b6d6-42e7-bb45-1565f5d54891" name="Changes" comment="IoU evaluator">
|
8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
-
<change beforePath="$PROJECT_DIR$/
|
10 |
-
<change beforePath="$PROJECT_DIR$/yolo_dataset.py" beforeDir="false" afterPath="$PROJECT_DIR$/yolo_dataset.py" afterDir="false" />
|
11 |
</list>
|
12 |
<option name="SHOW_DIALOG" value="false" />
|
13 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -181,7 +180,7 @@
|
|
181 |
<workItem from="1702301554378" duration="4025000" />
|
182 |
<workItem from="1702450051021" duration="10065000" />
|
183 |
<workItem from="1702476484538" duration="9613000" />
|
184 |
-
<workItem from="1705757850315" duration="
|
185 |
</task>
|
186 |
<task id="LOCAL-00001" summary="init commit">
|
187 |
<option name="closed" value="true" />
|
@@ -327,7 +326,15 @@
|
|
327 |
<option name="project" value="LOCAL" />
|
328 |
<updated>1705768358117</updated>
|
329 |
</task>
|
330 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
<servers />
|
332 |
</component>
|
333 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="d7806539-b6d6-42e7-bb45-1565f5d54891" name="Changes" comment="IoU evaluator">
|
8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
+
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
|
|
10 |
</list>
|
11 |
<option name="SHOW_DIALOG" value="false" />
|
12 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
180 |
<workItem from="1702301554378" duration="4025000" />
|
181 |
<workItem from="1702450051021" duration="10065000" />
|
182 |
<workItem from="1702476484538" duration="9613000" />
|
183 |
+
<workItem from="1705757850315" duration="12975000" />
|
184 |
</task>
|
185 |
<task id="LOCAL-00001" summary="init commit">
|
186 |
<option name="closed" value="true" />
|
|
|
326 |
<option name="project" value="LOCAL" />
|
327 |
<updated>1705768358117</updated>
|
328 |
</task>
|
329 |
+
<task id="LOCAL-00019" summary="IoU evaluator">
|
330 |
+
<option name="closed" value="true" />
|
331 |
+
<created>1705770288450</created>
|
332 |
+
<option name="number" value="00019" />
|
333 |
+
<option name="presentableId" value="LOCAL-00019" />
|
334 |
+
<option name="project" value="LOCAL" />
|
335 |
+
<updated>1705770288450</updated>
|
336 |
+
</task>
|
337 |
+
<option name="localTasksCounter" value="20" />
|
338 |
<servers />
|
339 |
</component>
|
340 |
<component name="TypeScriptGeneratedFilesManager">
|
requirements.txt
CHANGED
@@ -1,16 +1,25 @@
|
|
1 |
altair==5.2.0
|
2 |
annotated-types==0.6.0
|
3 |
anyio==3.7.1
|
|
|
|
|
4 |
attrs==23.1.0
|
5 |
blinker==1.7.0
|
|
|
6 |
cachetools==5.3.2
|
7 |
certifi==2023.7.22
|
8 |
chardet==4.0.0
|
9 |
charset-normalizer==3.3.2
|
10 |
click==8.1.7
|
|
|
|
|
|
|
11 |
contourpy==1.2.0
|
12 |
cycler==0.10.0
|
|
|
|
|
13 |
exceptiongroup==1.2.0
|
|
|
14 |
fastapi==0.104.1
|
15 |
filelock==3.13.1
|
16 |
fire==0.5.0
|
@@ -18,54 +27,83 @@ fonttools==4.46.0
|
|
18 |
fsspec==2023.12.1
|
19 |
gitdb==4.0.11
|
20 |
GitPython==3.1.40
|
|
|
21 |
h11==0.14.0
|
22 |
httptools==0.6.1
|
23 |
huggingface-hub==0.19.4
|
24 |
idna==3.6
|
25 |
importlib-metadata==6.11.0
|
26 |
importlib-resources==6.1.1
|
|
|
|
|
|
|
|
|
27 |
Jinja2==3.1.2
|
28 |
jsonschema==4.20.0
|
29 |
jsonschema-specifications==2023.11.2
|
|
|
|
|
|
|
30 |
kiwisolver==1.4.5
|
31 |
markdown-it-py==3.0.0
|
32 |
MarkupSafe==2.1.3
|
33 |
matplotlib==3.8.2
|
|
|
34 |
mdurl==0.1.2
|
35 |
mpmath==1.3.0
|
|
|
|
|
36 |
networkx==3.2.1
|
37 |
numpy==1.26.2
|
38 |
-
opencv-contrib-python-headless==4.8
|
|
|
|
|
39 |
packaging==23.2
|
40 |
pandas==2.1.4
|
|
|
|
|
|
|
|
|
41 |
Pillow==10.1.0
|
|
|
|
|
|
|
|
|
42 |
protobuf==4.25.1
|
43 |
psutil==5.9.6
|
|
|
|
|
44 |
py-cpuinfo==9.0.0
|
45 |
pyarrow==14.0.1
|
46 |
pybboxes==0.1.6
|
|
|
47 |
pydantic==2.5.2
|
48 |
pydantic_core==2.14.5
|
49 |
pydeck==0.8.1b0
|
50 |
Pygments==2.17.2
|
51 |
pyparsing==2.4.7
|
|
|
52 |
python-dateutil==2.8.2
|
53 |
python-dotenv==1.0.0
|
54 |
python-magic==0.4.27
|
55 |
pytz==2023.3.post1
|
56 |
PyYAML==6.0.1
|
|
|
57 |
referencing==0.32.0
|
58 |
requests==2.31.0
|
59 |
requests-toolbelt==1.0.0
|
60 |
rich==13.7.0
|
61 |
rpds-py==0.13.2
|
62 |
-
|
63 |
seaborn==0.13.0
|
|
|
64 |
shapely==2.0.2
|
65 |
six==1.16.0
|
66 |
smmap==5.0.1
|
67 |
sniffio==1.3.0
|
|
|
68 |
starlette==0.27.0
|
|
|
69 |
streamlit==1.29.0
|
70 |
supervision==0.17.1
|
71 |
sympy==1.12
|
@@ -80,13 +118,19 @@ torchaudio==2.1.1
|
|
80 |
torchvision==0.16.1
|
81 |
tornado==6.4
|
82 |
tqdm==4.66.1
|
|
|
83 |
typing_extensions==4.9.0
|
84 |
tzdata==2023.3
|
85 |
tzlocal==5.2
|
86 |
ultralytics==8.0.227
|
|
|
87 |
urllib3==2.1.0
|
88 |
uvicorn==0.24.0.post1
|
89 |
validators==0.22.0
|
|
|
90 |
watchfiles==0.21.0
|
|
|
91 |
websockets==12.0
|
|
|
|
|
92 |
zipp==3.17.0
|
|
|
1 |
altair==5.2.0
|
2 |
annotated-types==0.6.0
|
3 |
anyio==3.7.1
|
4 |
+
appnope==0.1.3
|
5 |
+
asttokens==2.4.1
|
6 |
attrs==23.1.0
|
7 |
blinker==1.7.0
|
8 |
+
Brotli==1.1.0
|
9 |
cachetools==5.3.2
|
10 |
certifi==2023.7.22
|
11 |
chardet==4.0.0
|
12 |
charset-normalizer==3.3.2
|
13 |
click==8.1.7
|
14 |
+
coco_eval==0.0.4
|
15 |
+
colorama==0.4.6
|
16 |
+
comm==0.2.1
|
17 |
contourpy==1.2.0
|
18 |
cycler==0.10.0
|
19 |
+
debugpy==1.8.0
|
20 |
+
decorator==5.1.1
|
21 |
exceptiongroup==1.2.0
|
22 |
+
executing==2.0.1
|
23 |
fastapi==0.104.1
|
24 |
filelock==3.13.1
|
25 |
fire==0.5.0
|
|
|
27 |
fsspec==2023.12.1
|
28 |
gitdb==4.0.11
|
29 |
GitPython==3.1.40
|
30 |
+
gmpy2==2.1.2
|
31 |
h11==0.14.0
|
32 |
httptools==0.6.1
|
33 |
huggingface-hub==0.19.4
|
34 |
idna==3.6
|
35 |
importlib-metadata==6.11.0
|
36 |
importlib-resources==6.1.1
|
37 |
+
ipykernel==6.29.0
|
38 |
+
ipython==8.20.0
|
39 |
+
ipywidgets==8.1.1
|
40 |
+
jedi==0.19.1
|
41 |
Jinja2==3.1.2
|
42 |
jsonschema==4.20.0
|
43 |
jsonschema-specifications==2023.11.2
|
44 |
+
jupyter_client==8.6.0
|
45 |
+
jupyter_core==5.7.1
|
46 |
+
jupyterlab-widgets==3.0.9
|
47 |
kiwisolver==1.4.5
|
48 |
markdown-it-py==3.0.0
|
49 |
MarkupSafe==2.1.3
|
50 |
matplotlib==3.8.2
|
51 |
+
matplotlib-inline==0.1.6
|
52 |
mdurl==0.1.2
|
53 |
mpmath==1.3.0
|
54 |
+
munkres==1.1.4
|
55 |
+
nest_asyncio==1.5.9
|
56 |
networkx==3.2.1
|
57 |
numpy==1.26.2
|
58 |
+
opencv-contrib-python-headless==4.8.1.78
|
59 |
+
opencv-python==4.9.0
|
60 |
+
opencv-python-headless==4.8.1.78
|
61 |
packaging==23.2
|
62 |
pandas==2.1.4
|
63 |
+
parso==0.8.3
|
64 |
+
patsy==0.5.6
|
65 |
+
pexpect==4.8.0
|
66 |
+
pickleshare==0.7.5
|
67 |
Pillow==10.1.0
|
68 |
+
pip==23.3.2
|
69 |
+
pkgutil_resolve_name==1.3.10
|
70 |
+
platformdirs==4.1.0
|
71 |
+
prompt-toolkit==3.0.42
|
72 |
protobuf==4.25.1
|
73 |
psutil==5.9.6
|
74 |
+
ptyprocess==0.7.0
|
75 |
+
pure-eval==0.2.2
|
76 |
py-cpuinfo==9.0.0
|
77 |
pyarrow==14.0.1
|
78 |
pybboxes==0.1.6
|
79 |
+
pycocotools==2.0.7
|
80 |
pydantic==2.5.2
|
81 |
pydantic_core==2.14.5
|
82 |
pydeck==0.8.1b0
|
83 |
Pygments==2.17.2
|
84 |
pyparsing==2.4.7
|
85 |
+
PySocks==1.7.1
|
86 |
python-dateutil==2.8.2
|
87 |
python-dotenv==1.0.0
|
88 |
python-magic==0.4.27
|
89 |
pytz==2023.3.post1
|
90 |
PyYAML==6.0.1
|
91 |
+
pyzmq==25.1.2
|
92 |
referencing==0.32.0
|
93 |
requests==2.31.0
|
94 |
requests-toolbelt==1.0.0
|
95 |
rich==13.7.0
|
96 |
rpds-py==0.13.2
|
97 |
+
SciPy==1.11.4
|
98 |
seaborn==0.13.0
|
99 |
+
setuptools==69.0.3
|
100 |
shapely==2.0.2
|
101 |
six==1.16.0
|
102 |
smmap==5.0.1
|
103 |
sniffio==1.3.0
|
104 |
+
stack-data==0.6.2
|
105 |
starlette==0.27.0
|
106 |
+
statsmodels==0.14.1
|
107 |
streamlit==1.29.0
|
108 |
supervision==0.17.1
|
109 |
sympy==1.12
|
|
|
118 |
torchvision==0.16.1
|
119 |
tornado==6.4
|
120 |
tqdm==4.66.1
|
121 |
+
traitlets==5.14.1
|
122 |
typing_extensions==4.9.0
|
123 |
tzdata==2023.3
|
124 |
tzlocal==5.2
|
125 |
ultralytics==8.0.227
|
126 |
+
unicodedata2==15.1.0
|
127 |
urllib3==2.1.0
|
128 |
uvicorn==0.24.0.post1
|
129 |
validators==0.22.0
|
130 |
+
watchdog==3.0.0
|
131 |
watchfiles==0.21.0
|
132 |
+
wcwidth==0.2.13
|
133 |
websockets==12.0
|
134 |
+
wheel==0.42.0
|
135 |
+
widgetsnbextension==4.0.9
|
136 |
zipp==3.17.0
|