質問編集履歴
3
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -67,17 +67,19 @@
|
|
67
67
|
labels, shapes, self.segments = zip(*cache.values())
|
68
68
|
ValueError: not enough values to unpack (expected 3, got 0)
|
69
69
|
```
|
70
|
-

|
71
|
-
|
72
|
-
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
|
73
|
-
|
74
|
-

|
75
|
-
|
71
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
72
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
76
|
-

|
77
|
-
|
74
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
75
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
76
|
+

|
77
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
78
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
78
|
-

|
79
|
-
|
80
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
81
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
80
|
-

|
81
83
|
|
82
84
|
|
83
85
|
環境:Windows、Anaconda
|
2
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -67,5 +67,17 @@
|
|
67
67
|
labels, shapes, self.segments = zip(*cache.values())
|
68
68
|
ValueError: not enough values to unpack (expected 3, got 0)
|
69
69
|
```
|
70
|
+

|
71
|
+
|
72
|
+
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
|
73
|
+
|
74
|
+

|
75
|
+
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
|
76
|
+

|
77
|
+
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
|
78
|
+

|
79
|
+
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
|
80
|
+

|
81
|
+
|
70
82
|
|
71
83
|
環境:Windows、Anaconda
|
1
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -49,7 +49,9 @@
|
|
49
49
|
|
50
50
|
AMP: checks passed
|
51
51
|
optimizer: SGD(lr=0.01) with parameter groups 79 weight(decay=0.0), 82 weight(decay=0.0005), 82 bias
|
52
|
-
|
52
|
+
train: WARNING C:\Users\isl\Desktop\yolov5\data\Train\images\vegetable(162).JPG: ignoring corrupt image/label: could not convert string to float: '<annotation>'
|
53
|
+
train: WARNING C:\Users\isl\Desktop\yolov5\data\Train\images\vegetable(163).JPG: ignoring corrupt image/label: could not convert string to float: '<annotation>'
|
54
|
+
train: WARNING C:\Users\isl\Desktop\yolov5\data\Train\images\vegetable(164).JPG: ignoring corrupt image/label: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (62,) + inhomogeneous part.
|
53
55
|
train: WARNING C:\Users\isl\Desktop\yolov5\data\Train\images\vegetable(98).JPG: ignoring corrupt image/label: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (26,) + inhomogeneous part.
|
54
56
|
train: WARNING C:\Users\isl\Desktop\yolov5\data\Train\images\vegetable(99).JPG: ignoring corrupt image/label: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (50,) + inhomogeneous part.
|
55
57
|
Traceback (most recent call last):
|