简体   繁体   English

在 Windows 10 上使用 AprilTag python 库?

[英]Using AprilTag python library on Windows 10?

I'm in need of a fiducial marker for a rover project as its primary control is image processing for steering down a driveway and when it gets to the end i need it to go to a precise location.我需要一个漫游车项目的基准标记,因为它的主要控制是用于转向车道的图像处理,当它到达终点时,我需要它到 go 到一个精确的位置。

I was going to use ArUco tags but my version of OpenCV for the OpenVino framework doesn't support it.我打算使用 ArUco 标签,但我的 OpenVino 框架版本的 OpenCV 不支持它。 Then i tried to use AprilTags but i couldn't get it to install on my Windows 10 machine and later discovered its not supported on that OS.然后我尝试使用 AprilTags,但我无法将它安装在我的 Windows 10 机器上,后来发现它在该操作系统上不受支持。 While my robot uses RaspPi i absolutely need my desktop environment for development and debugging.虽然我的机器人使用 RaspPi,但我绝对需要我的桌面环境进行开发和调试。

Anyone get AprilTag library compiled for Windows Python 3?有人得到为 Windows Python 3 编译的 AprilTag 库吗? If not does anyone know of an alternate tag library (not ArUco) that is similar?如果没有,是否有人知道类似的替代标签库(不是 ArUco)? I don't need anything fancy here - just something printed on a 4" x 4" (ish) piece of paper that my image processing pipeline can easily pick out of the image and i can then navigate to it.我在这里不需要任何花哨的东西 - 只需打印在 4" x 4" (ish) 纸上的东西,我的图像处理管道可以轻松地从图像中挑选出来,然后我可以导航到它。 I don't even need to encode data on it - just need something unique to lock into.我什至不需要在上面编码数据——只需要一些独特的东西来锁定。

Much appreciated!非常感激!

Intel® Distribution of OpenVINO™ Toolkit can also be installed through PyPI repository instead of installing the binary package that had compiled OpenCV community version.英特尔® Distribution of OpenVINO™ Toolkit 也可以通过 PyPI 存储库安装,而不是安装已编译 OpenCV 社区版本的二进制 package。

  • Runtime package with the Inference Engine inside.运行时 package ,内部带有推理引擎。
  • Developer package that includes the runtime package as a dependency, Model Optimizer, Accuracy Checker and Post-Training Optimization Tool.开发人员 package包括运行时 package 作为依赖项、Model 优化器、准确性检查器和训练后优化工具。

Next, you can get the ArUco library that included in the opencv-contrib-python package which you can install via:接下来,您可以获得包含在 opencv-contrib-python package 中的 ArUco 库,您可以通过以下方式安装:

pip install opencv-contrib-python

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM