ultralytics / hub

Ultralytics HUB tutorials and support
https://hub.ultralytics.com
GNU Affero General Public License v3.0
107 stars 11 forks source link

上传含有中文的数据集有乱码 #640

Open linkuiyuan opened 4 weeks ago

linkuiyuan commented 4 weeks ago

Search before asking

HUB Component

No response

Bug

上传含有中文的数据集有乱码

Environment

No response

Minimal Reproducible Example

微信截图_20240415104059

Additional

No response

yogendrasinghx commented 4 weeks ago

@linkuiyuan Thank you for bringing this to our attention. We're currently investigating the root cause of the issue regarding the garbled characters in datasets containing Chinese text. Our team is actively working on resolving this matter, and we'll update you as soon as we confirm the problem and implement a solution.

We appreciate your patience and understanding.

sergiuwaxmann commented 4 weeks ago

@linkuiyuan Can you share more information with us? Did you format your dataset correctly following our documentation? FYI, you can validate your dataset:

from ultralytics.hub import check_dataset
check_dataset('path/to/coco8.zip')

Maybe you can try re-uploading your dataset?