python
文章平均质量分 72
qq_40260565
这个作者很懒,什么都没留下…
展开
-
yolov8 与 label studio实现半自动化标注
yolov8与label studio实现半自动化标注, yolov8安装及模型训练原创 2024-08-22 11:57:33 · 1399 阅读 · 0 评论 -
label studio中 mmdetection示例需要导入的依赖及遇到的问题
label studio 中 mmdetection需要导入的依赖, 遇到的问题以及解决方法原创 2024-08-16 18:03:09 · 404 阅读 · 0 评论 -
YOLOv5运行错误:ImportError: Failed to initialize: Bad git executable.
原因: yolov5运行时, 如果项目中有.git文件夹, 会检测github远程仓库,所以解决方法分为跳过检测 和 不跳过检测。出现这个问题是因为yolov5运行时会进行github 检测, 我们只需要跳过这个检测就可以了, 根据源代码可知,解决方式 – 跳过github检测。解决方式 – 不跳过检测。原创 2024-08-12 17:02:41 · 609 阅读 · 0 评论 -
pip is configured with locations that require TLS/SSL, however the ssl module in Python....
pip install报 TLS/SSL错误的解决办法原创 2024-08-11 16:22:30 · 458 阅读 · 0 评论