
AI数据管理
KeepLearningBigData
Apache CarbonDarta PMC;
Apache Spark、Alluxio、KubeRay、SparkBWA等项目的contributor
展开
-
修改git下面 .gitignore之后没有生效的解决办法
修改git下面 .gitignore之后没有生效的解决办法有时候发现通过vi .gitignore修改 .gitignore之后并没有生效,想排除的文件通过git status也查看不到,这个时候有可能是没有清空缓存。解决办法:清空本地的git缓存:git rm -r --cache . 重新查看git status就可以看到修改,然后继续add和commit即可...原创 2021-07-08 09:54:18 · 470 阅读 · 0 评论 -
How to release python whl to pypi
Edit setup.pu setup.cfg version id# Copyright 2018 Deep Learning Service of Huawei Cloud. All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# You may原创 2021-06-30 14:54:58 · 320 阅读 · 0 评论 -
使用人脸关键点检测(68点)模型进行标注
1.环境Macgit2.下载dlib原创 2021-06-04 23:55:20 · 4623 阅读 · 2 评论 -
CVAT任务和项目无法创建(系统错误)的解决办法
[Mon May 24 09:33:33.202214 2021] [wsgi:error] [pid 222:tid 140058422798080] [remote 172.28.0.6:35744] ERROR:django.request:Internal Server Error: /api/v1/tasks[Mon May 24 09:33:33.202223 2021] [wsgi:error] [pid 222:tid 140058422798080] [remote 17...原创 2021-05-30 20:59:25 · 2081 阅读 · 1 评论 -
原创 使用docker 安装CVAT并使用
CVAT参考:【1】https://github.com/openvinotoolkit/cvat/blob/develop/site/content/en/docs/for-users/installation.md【2】【3】原创 2021-05-30 20:51:36 · 4166 阅读 · 2 评论 -
使用docker 安装label me并使用
环境:Mac OS准备工作:Docker安装, git1 下载项目代码git clone https://github.com/CSAILVision/LabelMeAnnotationTool.git历史记录:localhost:git xubo$ git clone https://github.com/CSAILVision/LabelMeAnnotationTool.gitCloning into 'LabelMeAnnotationTool'...remote: Enumerati原创 2021-05-17 15:31:38 · 1039 阅读 · 0 评论 -
基于Docker下载文本标注工具(doccano) 并安装使用
基于Docker下载文本标注工具(doccano) 并安装使用。环境:Mac OS准备工作:Docker安装1.拉取镜像doccano:运行命令sudo docker pull chakkiworks/doccano2.启动镜像运行命令sudo docker run -d --rm --name doccano \ -e "ADMIN_USERNAME=admin" \ -e "ADMIN_EMAIL=admin@example.com" \ -e "ADMIN_PASSWOR原创 2021-05-14 10:19:35 · 2139 阅读 · 0 评论