logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

onnx安装与使用

官网:https://github.com/onnx/onnxpip install onnx读取.onnx文件:import onnxmodel = onnx.load(r’C:\Users\Win10\Desktop\Pyramids.onnx’ )print(model)

realsense鼠标选择区域保存深度信息到csv文件

realsense鼠标选择区域保存深度信息到csv文件// License: Apache 2.0. See LICENSE file in root directory.// Copyright(c) 2017 Intel Corporation. All Rights Reserved.#include <librealsense2/rs.hpp> // Include RealS

realsense鼠标截取彩色深度图区域保存3D信息至csv

realsense鼠标截取彩色深度图区域保存深度信息至csv// License: Apache 2.0. See LICENSE file in root directory.// Copyright(c) 2017 Intel Corporation. All Rights Reserved.#include <librealsense2/rs.hpp> // Include Re

语音识别pocketsphinx#basic_usage/hello_ps.c

Pocketsphinx API Core IdeasPocketsphinx API is designed to ease the use of speech recognizer functionality in your applicationsIt is much more likely to remain stable both in terms of source

VS2019打开多个realsense

// License: Apache 2.0. See LICENSE file in root directory.// Copyright(c) 2015-2017 Intel Corporation. All Rights Reserved.#include <librealsense2/rs.hpp>// Include RealSense Cross Platform API

realsense鼠标点击彩色深度图获取对应位置3D信息

realsense鼠标点击彩色深度图获取对应位置深度// License: Apache 2.0. See LICENSE file in root directory.// Copyright(c) 2017 Intel Corporation. All Rights Reserved.#include <librealsense2/rs.hpp> // Include RealSe

realsense鼠标点击深度图获取对应位置深度 

realsense鼠标点击深度图获取对应位置深度// License: Apache 2.0. See LICENSE file in root directory.// Copyright(c) 2017 Intel Corporation. All Rights Reserved.#include <librealsense2/rs.hpp> // Include RealSens

关于声音Festival Text-to-Speech声音种类及说话人/sound_play

ROS中PocketSphinx语音识别_安装arbotix simulator仿真环境_turtlebot的仿真语音控制                     这篇博客里有写到实现播放语音,可以有不同的声音可以参考http://www.pirobot.org/blog/0022/hydro中的声音驱动已经装过sudo apt-get install ros-hyd

创建语音库总结

ROS中PocketSphinx语音识别_安装arbotix simulator仿真环境_turtlebot的仿真语音控制                     这个博客也有写到可参考:http://www.pirobot.org/blog/0022/http://blog.csdn.net/zouxy09/article/details/7949126Creatin

ROS中PocketSphinx语音识别_安装arbotix simulator仿真环境_turtlebot的仿真语音控制

1.首先安装 PocketSphinx 语音识别1$ sudo apt-get install gstreamer0.10-pocketsphinx2$ sudo apt-get install ros-indigo-pocketsphinx3$ sudo apt-get insta

暂无文章信息