SpaceVision
SpaceVision
Dears, anyone give some simple examples for this tool? I just met this repository and have no idea where to start.
在windows10平台上用vs2017编译TNN项目,采用的64位,其中的TnnConverter没法编译成功,报错如下, ` 1>------ 已启动生成: 项目: TnnConverter, 配置: Release x64 ------ 1> 正在创建库 D:/vsAI/TNN/dev/tools/converter/Release/TnnConverter.lib 和对象 D:/vsAI/TNN/dev/tools/converter/Release/TnnConverter.exp 1>tflite_transpose_conv_converter.obj : error LNK2001: 无法解析的外部符号 "public: __cdecl tnn::RawBuffer::RawBuffer(void)" (??0RawBuffer@tnn@@QEAA@XZ) 1>tflite_utils.obj : error LNK2001: 无法解析的外部符号 "public:...
## Description Compile mxnetv2.0.0.beta0.rc1+ VS2019 + MKL ### Error Message link problem as below, ``` 1> 正在创建库 E:/vMxnet/mxnet200beta0rc1/dev/Debug/mxnet_86.lib 和对象 E:/vMxnet/mxnet200beta0rc1/dev/Debug/mxnet_86.exp 1>np_matrix_rank.cu.obj : error LNK2019: 无法解析的外部符号 "__int64 __cdecl mxnet::op::linalg_gesdd_workspace_query(__int64,__int64,struct mshadow::Tensor const...
Dear, I just need to use libmxnet (windows: libmxnet.dll) with C++, training some simple models with c++ (not python), and I don't want to build from scratch by myself. Please...
In MIPP\tests\src\bitwise_operations\xorb.cpp, I was trying to test this function, ``` template void test_msk_xorb() { constexpr int N = mipp::N(); bool inputs1[N], inputs2[N]; std::mt19937 g; std::uniform_int_distribution dis(0, 1); for (auto t...
Dears, I'm following this tutorial to learn nng, https://nanomsg.org/gettingstarted/nng/index.html the problem is, all the command are under linux, as for example, ``` Execution ./pipeline node0 ipc:///tmp/pipeline.ipc & node0=$! && sleep...
**Describe the bug** As described below, The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (gazebo) No package 'OGRE' found ------------------------------------ **To Reproduce**...
## Bug report **Required Info:** - Operating System: Windows 10 + ROS2 - Installation type: binary #### Steps to reproduce issue use command window "x64 Native Tools Command Prompt for...
### Detailed steps on how to reproduce the bug  ### What is the expected behaviour? It should exit normal, without any error ### Operating systems Windows ### What versions...