Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
·
b56977e
1
Parent(s):
92810b1
v04 update
Browse files
app.py
CHANGED
@@ -5,11 +5,13 @@
|
|
5 |
# project homepage: https://gitee.com/CV_Lab/gradio_yolov5_det
|
6 |
|
7 |
import argparse
|
|
|
8 |
import csv
|
|
|
|
|
9 |
import gc
|
10 |
import json
|
11 |
import os
|
12 |
-
import sys
|
13 |
from collections import Counter
|
14 |
from pathlib import Path
|
15 |
|
|
|
5 |
# project homepage: https://gitee.com/CV_Lab/gradio_yolov5_det
|
6 |
|
7 |
import argparse
|
8 |
+
import sys
|
9 |
import csv
|
10 |
+
csv.field_size_limit(sys.maxsize)
|
11 |
+
|
12 |
import gc
|
13 |
import json
|
14 |
import os
|
|
|
15 |
from collections import Counter
|
16 |
from pathlib import Path
|
17 |
|