问题标签 [turi]

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 回答
220 浏览

python-2.7 - 安装 GraghLab Create 时出现错误

我正在尝试使用 anaconda 4.0.0 和 python 2.7 从 Turi 安装 GraphLab Create,如安装指南中所述https://turi.com/download/install-graphlab-create-command-line.html

但我得到一个编码错误,如图所示。在此处输入图像描述

0 投票
0 回答
73 浏览

python - graphlab 数字未显示在 github 上托管的 jupyter 笔记本中

我有一个同时使用matplotlibgraphlab创建数字的笔记本。我在我的 github 上托管这个笔记本,我想显示我在本地显示的所有数字。matplotlib数字显示,但graphlab数字没有。

笔记本在这里

未显示的示例图的代码:

这段代码在我笔记本的第 2 行和第 3 行。还有其他数字也没有出现。

如何让这些数字像在本地显示一样显示在 github 上?

0 投票
1 回答
138 浏览

python-3.x - 使用 turicreate 进行对象检测

我正在探索 turicreate ObjectDetector API。文档提到它是一个训练有素的模型。我想知道我是否可以使用这个经过训练的模型并检测最初用于训练这个 turi 模型的 1000 个标签。所有示例都提到使用我们的数据集进行训练,我不想训练但想使用可以分类的预训练模型。任何帮助表示赞赏。

0 投票
3 回答
3409 浏览

python - 使用 pip 安装 turicreate 时出错 ...同时为 llvmlite 构建轮子

我正在尝试使用安装 turicreate,pip install turicreate但收到以下错误。我不知道这个错误告诉我该怎么做。

评论中有人问我是否正确安装了 llvm。我该怎么做?

我尝试使用升级 Scipypip install --upgrade scipy但这没有帮助。

0 投票
0 回答
225 浏览

python - 在 Windows 上安装 Turi Create 时出错

我正在使用 Windows 10 并在 Anaconda 上运行 Jupyter Notebook。起初我想在 Anaconda 上安装 Turi Create,但没有成功。然后我开始使用 Ubuntu 通过 WSL 安装 Turi Create。但是在运行命令$pip install turicreate后,我收到以下错误: 错误:llvmlite 构建轮子失败

我的python版本是3.6.9

下面给出了完整的错误回溯

错误:命令出错,退出状态为 1:命令:/home/rishad/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-D6ZY7E/llvmlite/setup.py'"'"'; file ='"'"'/tmp/pip-install-D6ZY7E/llvmlite/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-VYksx0 cwd:

回溯(最后一次调用):文件“/tmp/pip-install-D6ZY7E/llvmlite/ffi/bu​​ild.py”,第 168 行,在 main() 文件“/tmp/pip-install-D6ZY7E/llvmlite/ffi/ build.py”,第 158 行,在 main_posix('linux', '.so') 文件“/tmp/pip-install-D6ZY7E/llvmlite/ffi/bu​​ild.py”,第 120 行,在 main_posix 中引发 RuntimeError(msg ) RuntimeError:构建 llvmlite 需要 LLVM 7.0.x、7.1.x 或 8.0.x,得到 u'6.0.0'。请务必将 LLVM_CONFIG 设置为正确的可执行路径。阅读 http://llvmlite.pydata.org/上的文档以获取有关构建 llvmlite 的更多信息。

错误:命令 '/home/rishad/venv/bin/python' 失败,退出状态为 1 ------------------------------ ---------- 错误:llvmlite 的构建轮失败

然后下一个错误

为 llvmlite 运行 setup.py install ... 错误错误:命令出错,退出状态为 1:命令:/home/rishad/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-D6ZY7E/llvmlite/setup.py'"'"'; file ='"'"'/tmp/pip-install-D6ZY7E/llvmlite/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)( file ) ;code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(代码,文件, '"'"'exec'"'"'))' 安装 --record /tmp/pip-record-Tv5u1Z/install-record.txt --single-version-externally-managed --compile --install-headers /home/rishad/venv/include/site/python2.7/llvmlite cwd: /tmp/pip-install-D6ZY7E/llvmlite/ 完整输出(18 行):运行安装运行构建从文件 /tmp/pip-install 获取版本-D6ZY7E/llvmlite/llvmlite/_version.py {'version': '0.32.0', 'full': '26059d238f4ba23dff74703dd27168591d889edd'} 运行 build_ext /home/rishad/venv/bin/python /tmp/pip-install-D6ZY7E/ llvmlite/ffi/bu​​ild.py LLVM 版本... 6.0.0

sys、setuptools、tokenize;sys.argv[0] = '"'"'/tmp/pip-install-D6ZY7E/llvmlite/setup.py'"'"'; file ='"'"'/tmp/pip-install-D6ZY7E/llvmlite/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)( file ) ;code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(代码,文件,'"'"'exec'"'"'))' 安装 --record /tmp/pip-record-Tv5u1Z/install-record.txt --single-version-externally-managed --compile --安装头文件 /home/rishad/venv/include/site/python2.

0 投票
1 回答
47 浏览

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

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

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

Jupyter 屏幕截图

原始注释

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

0 投票
0 回答
356 浏览

python - 在 Windows 10 上的 Anaconda 上安装 Graphlab create(Python、机器学习)

我在 youtube 上按照本教程安装 graphlab creat,但是当我尝试转到https://turi.com/download/install-graphlab-create-command-line.html并在 graphlab 上创建帐户时,创建并获取完成安装的许可证我得到了这个 github 页面!

怎么了?graphlab create 是否没有使用记录器?安装 graphlab create 需要遵循哪些新步骤?