问题标签 [turi-create]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
82 浏览

visualization - turicreate 可视化决策树

在 jupyter noteboopk 中的 turicreate 中执行了此操作:

我不清楚可视化路线是什么。

我使用这个包,它使用其他模块。

但是如果我尝试sklearn,那么看起来整个过程必须在sklearn中,例如。那不是我想要的。寻找一个接受这个输出作为输入的附加组件。但也许那是不可能的。

0 投票
3 回答
891 浏览

python - 无法导入“turicreate”模块

我使用命令安装了“turicreate” pip3 install turicreate,但仍然出现以下错误

错误:

0 投票
0 回答
83 浏览

python-3.x - 无法在 Turicreate 中导出 Core ML 模型

我使用 AWS Sagemaker 和 Jupyter 笔记本来训练我的 Turicreate 模型。它训练成功,但我无法将其导出到 CoreML 模型。它显示以下错误。我在 Jupyter notebook 中尝试了各种内核,结果相同。有关如何解决此错误的任何想法?

turicreate 5.4 GPU:mxnet-cu100

0 投票
0 回答
101 浏览

python - 我正在安装 turicreate 并出现错误

我安装了 ubuntu 并创建了虚拟环境,但是当我写命令 pip install turicreate

出现此错误

$ pip 安装 turicreate

收集 turicreate 使用缓存的 turicreate-6.0.tar.gz (1.9 kB) 为收集的包构建轮子:turicreate 为 turicreate (setup.py) 构建轮子...错误错误:命令出错,退出状态为 1:命令:/home/ himanshu/venv/bin/python -u -c '导入系统,setuptools,tokenize;sys.argv[0] = '"'"'/tmp/pip-install-mzb360ez/turicreate/setup.py'"'"'; file ='"'"'/tmp/pip-install-mzb360ez/turicreate/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)( file ) ;code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(代码,文件, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-2may77ys cwd: /tmp/pip-install-mzb360ez/turicreate/ 完整输出(31 行):运行 bdist_wheel running build安装到 build/bdist.linux-x86_64/wheel 运行安装


错误:为 turicreate 构建轮子失败 为 turicreate 运行 setup.py clean 无法构建 turicreate 安装收集的包:turicreate 为 turicreate 运行 setup.py install ... 错误错误:命令错误退出状态为 1:命令:/home/himanshu /venv/bin/python -u -c '导入系统,设置工具,标记化;sys.argv[0] = '"'"'/tmp/pip-install-mzb360ez/turicreate/setup.py'"'"'; file ='"'"'/tmp/pip-install-mzb360ez/turicreate/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)( file ) ;code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f., '"'"'exec'"'"'))' 安装 --record /tmp/pip-record-5r_3bqgq/install-record.txt --single-version-externally-managed --compile --install-headers /home/himanshu/venv/include/site/python3.8/turicreate cwd: /tmp/pip-install-mzb360ez/turicreate/ 完整输出(28 行):运行安装

错误:命令出错,退出状态为 1:/home/himanshu/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-mzb360ez/turicreate/setup.py'"'"'; file ='"'"'/tmp/pip-install-mzb360ez/turicreate/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)( file ) ;code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(代码,文件,'"'"'exec'"'"'))' 安装 --record /tmp/pip-record-5r_3bqgq/install-record.

0 投票
2 回答
1096 浏览

python-3.8 - 在 pip 上的 ubuntu python 3.8.2 上安装 Turicreate 时出错

这是我输入命令“pip install turicreate”后收到的消息。

我正在使用 ubuntu 20.4 并在我的系统上安装了 python 3.8.2

0 投票
1 回答
70 浏览

turi-create - 将 TuriCreate 图像转换为 OpenCV Mat

有没有办法将使用 image_analysis.load_images() 加载的图像转换为 cv::mat 格式?

我正在使用 OpenCV HOG 检测器,并且卡在了 Turi Images 和 OpenCV 之间的桥梁上。

谢谢!

0 投票
1 回答
68 浏览

tensorflow - 继续训练 CoreML 模型

我试图更好地了解如何在 Turi Create 中创建对象检测模型(用于 CoreML)。我正在尝试创建一个模型来检测我自己设计和打印的自定义图像。为了避免拍摄大量照片,我想我会使用one-shot-object-detectionTuri Create 提供的功能。到目前为止,一切都很好。我为算法提供了两个起始图像,它成功地生成了合成数据集并创建了一个有点可靠的模型。

现在我想知道当我想添加第三个类别时会发生什么。我当然可以添加第三个启动图像并再次运行代码,但这感觉就像 2/3 的工作是多余的......

有没有办法继续训练以前训练的模型,或者组合多个模型,这样我每次添加类别时都不必从头开始重新训练模型?如果没有,还有其他方法可以完成这项工作(例如 TensorFlow)?

0 投票
1 回答
685 浏览

python - 无法在 Jupyter 笔记本中使用 Turi Create

我安装了 Jupyter notebook 和 TuriCreate,然后我在 jupyter notebook 中导入了 Turicreate。之后使用 turicreate 我写道:

(people-example.csv 是我想使用的文件)但它显示了这个错误:

请帮我解决一下这个。谢谢你。

0 投票
1 回答
192 浏览

python - 无法在 Windows 8.1 上的 conda 环境中 pip turicreate

我是 conda 的新手,我正在尝试使用 turicreate 包。
conda 默认不提供 turicreate。我已经经历了一些关于在 conda 中安装软件包的类似问题。发现需要创建环境,然后使用pip install。所以刚刚创建了一个环境“coursera_env”

使用 pip 搜索找到 turicreate

尝试安装 turicreate 时显示以下错误

点子版本

康达版

电脑运行

有没有办法在我的 Windows 8.1 PC 上安装 turicreate?

0 投票
1 回答
47 浏览

object-detection - Turi Create 重新缩放和移动我的对象注释坐标

我创建并合并了一个图像 SFrame 和一个 Annotations SFrame。我已经验证了注释框的坐标与在 Photoshop 中测量的特征的位置相匹配。但是我创建的模型没有功能,所以我探索了合并的数据集

而且我发现所有注释都被挤压在 Turi Create 的左上角,尽管它们实际上像第二张图像一样广泛分布在源图像上。注释列表列显示坐标被正确读取到 TC 中,但被错误地映射到模型视为边界框的位置。

Jupyter 屏幕截图

原始注释

我应该在哪里寻找 Turi Create 中的缩放问题?