You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/aistudio/template_pipelines/general_object_detection_pipeline/general_object_detection_module/dataset_checker/coco_dataset_checker.py", line 62, in analyse
return deep_analyse(dataset_dir, self.args.output_dir)
File "/home/aistudio/template_pipelines/general_object_detection_pipeline/general_object_detection_module/dataset_checker/dataset_src/analyse_dataset.py", line 86, in deep_analyse
plt.xticks(
File "/miniconda/envs/myenv/lib/python3.10/site-packages/matplotlib/pyplot.py", line 1816, in xticks
labels = ax.set_xticklabels(labels, **kwargs)
File "/miniconda/envs/myenv/lib/python3.10/site-packages/matplotlib/axes/_base.py", line 75, in wrapper
return get_method(self)(*args, **kwargs)
File "/miniconda/envs/myenv/lib/python3.10/site-packages/matplotlib/axis.py", line 1798, in _set_ticklabels
return self.set_ticklabels(labels, minor=minor, **kwargs)
File "/miniconda/envs/myenv/lib/python3.10/site-packages/matplotlib/axis.py", line 1720, in set_ticklabels
raise ValueError(
ValueError: The number of FixedLocator locations (2), usually from a call to set_ticks, does not match the number of ticklabels (1).
loading annotations into memory...
Done (t=0.00s)
creating index...
index created!
loading annotations into memory...
Done (t=0.00s)
creating index...
index created!
loading annotations into memory...
Done (t=0.00s)
creating index...
index created!
loading annotations into memory...
Done (t=0.00s)
creating index...
index created!
该数据集是我使用tools里的x2coco生成的
The text was updated successfully, but these errors were encountered:
在AI Studio创建模型产线,进行数据集校验时,报错:
该数据集是我使用tools里的x2coco生成的
The text was updated successfully, but these errors were encountered: