Spaces:
Runtime error
Runtime error
mingyang91
commited on
IoU evaluator
Browse files- .idea/workspace.xml +10 -3
- requirements.txt +0 -2
.idea/workspace.xml
CHANGED
@@ -5,7 +5,6 @@
|
|
5 |
</component>
|
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" />
|
@@ -180,7 +179,7 @@
|
|
180 |
<workItem from="1702301554378" duration="4025000" />
|
181 |
<workItem from="1702450051021" duration="10065000" />
|
182 |
<workItem from="1702476484538" duration="9613000" />
|
183 |
-
<workItem from="1705757850315" duration="
|
184 |
</task>
|
185 |
<task id="LOCAL-00001" summary="init commit">
|
186 |
<option name="closed" value="true" />
|
@@ -334,7 +333,15 @@
|
|
334 |
<option name="project" value="LOCAL" />
|
335 |
<updated>1705770288450</updated>
|
336 |
</task>
|
337 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
338 |
<servers />
|
339 |
</component>
|
340 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="d7806539-b6d6-42e7-bb45-1565f5d54891" name="Changes" comment="IoU evaluator">
|
|
|
8 |
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
9 |
</list>
|
10 |
<option name="SHOW_DIALOG" value="false" />
|
|
|
179 |
<workItem from="1702301554378" duration="4025000" />
|
180 |
<workItem from="1702450051021" duration="10065000" />
|
181 |
<workItem from="1702476484538" duration="9613000" />
|
182 |
+
<workItem from="1705757850315" duration="13100000" />
|
183 |
</task>
|
184 |
<task id="LOCAL-00001" summary="init commit">
|
185 |
<option name="closed" value="true" />
|
|
|
333 |
<option name="project" value="LOCAL" />
|
334 |
<updated>1705770288450</updated>
|
335 |
</task>
|
336 |
+
<task id="LOCAL-00020" summary="IoU evaluator">
|
337 |
+
<option name="closed" value="true" />
|
338 |
+
<created>1705770842866</created>
|
339 |
+
<option name="number" value="00020" />
|
340 |
+
<option name="presentableId" value="LOCAL-00020" />
|
341 |
+
<option name="project" value="LOCAL" />
|
342 |
+
<updated>1705770842866</updated>
|
343 |
+
</task>
|
344 |
+
<option name="localTasksCounter" value="21" />
|
345 |
<servers />
|
346 |
</component>
|
347 |
<component name="TypeScriptGeneratedFilesManager">
|
requirements.txt
CHANGED
@@ -56,8 +56,6 @@ 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
|
|
|
56 |
networkx==3.2.1
|
57 |
numpy==1.26.2
|
58 |
opencv-contrib-python-headless==4.8.1.78
|
|
|
|
|
59 |
packaging==23.2
|
60 |
pandas==2.1.4
|
61 |
parso==0.8.3
|