应该不是文件命名方式的问题吧以下是我无法上传的压缩包中的一个文件命名形式:
<annotation>
<folder/>
<filename>0c568786cc09e0a1_output_jpg.rf.619d55b0e1587556e89a159ebcb2d64a.jpg</filename>
<path>0c568786cc09e0a1_output_jpg.rf.619d55b0e1587556e89a159ebcb2d64a.jpg</path>
<source>
<database>roboflow.com</database>
</source>
<size>
<width>640</width>
<height>480</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>downstair</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<occluded>0</occluded>
<bndbox>
<xmin>30</xmin>
<xmax>534</xmax>
<ymin>324</ymin>
<ymax>473</ymax>
</bndbox>
</object>
<metadata> </metadata>
</annotation>
以下是我成功上传的文件命名形式:
<annotation>
<folder/>
<filename>image1_jpeg_jpg.rf.656893cd87177d08a95621dd56729680.jpg</filename>
<path>image1_jpeg_jpg.rf.656893cd87177d08a95621dd56729680.jpg</path>
<source>
<database>roboflow.com</database>
</source>
<size>
<width>416</width>
<height>416</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>Puddle</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<occluded>0</occluded>
<bndbox>
<xmin>22</xmin>
<xmax>280</xmax>
<ymin>92</ymin>
<ymax>290</ymax>
</bndbox>
</object>
<metadata> </metadata>
</annotation>
都是roboflow上直接下载下来的数据集,不知道是什么情况