上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
摘要: 检查Windows环境变量,要仔细检查,因为系统变量可能有很多: 可以看到 JAVA_HOME 引用的是 11.0.1版本。 此时再次检查Path变量: 再次注意如果变量路径很多请一定仔细检查,保证只有一个jdk-11.0.1\bin 的Java路径。 我一直出现报错的原因就是之前多了一个 C:\P 阅读全文
posted @ 2021-06-20 15:12 略略略—— 阅读(7328) 评论(0) 推荐(0)
摘要: error 1: Unable to open 'raise.c': Unable to read file '/build/glibc-S9d2JN/glibc-2.27/sysdeps/unix/sysv/linux/raise.c' (Error: Unable to resolve non- 阅读全文
posted @ 2021-06-17 16:04 略略略—— 阅读(1127) 评论(0) 推荐(0)
摘要: error as follows: [06/17/2021-11:30:13] [E] [TRT] (Unnamed Layer* 88) [ElementWise]: elementwise inputs must have same dimensions or follow broadcast 阅读全文
posted @ 2021-06-17 11:38 略略略—— 阅读(262) 评论(0) 推荐(0)
摘要: find the location: sudo find / -name "libopencv_core.so.4.5" create and add file "/etc/ld.so.conf.d/opencv.conf" /usr/local/lib sudo ldconfig referenc 阅读全文
posted @ 2021-06-16 16:20 略略略—— 阅读(4805) 评论(0) 推荐(0)
摘要: If the code is migrated from Windows to Linux, please check if you have also included the .cpp file. If you only include the .hpp header file, the com 阅读全文
posted @ 2021-06-16 15:29 略略略—— 阅读(745) 评论(0) 推荐(0)
摘要: In my case, I got two constants with same name "EPS" in 2 files: a.hpp: enum Type { COUNT=1, //!< the maximum number of iterations or elements to comp 阅读全文
posted @ 2021-06-16 15:17 略略略—— 阅读(1675) 评论(0) 推荐(0)
摘要: errors: /home/tonyyan/Documents/main.cpp:108: undefined reference to `cv::VideoCapture::read(cv::_OutputArray const&)' /home/tonyyan/Documents/main.cp 阅读全文
posted @ 2021-06-16 14:26 略略略—— 阅读(5531) 评论(0) 推荐(0)
摘要: errors from terminal: /tmp/ccwCifBp.o: In function `nvinfer1::(anonymous namespace)::createInferRuntime(nvinfer1::ILogger&)': /home/tonyyan/Downloads/ 阅读全文
posted @ 2021-06-16 14:11 略略略—— 阅读(4888) 评论(0) 推荐(0)
摘要: 使用 c_cpp_properties.json 配置包含文件/头文件 如果在 .vscode文件夹中没有 c_cpp_properties.json可以使用Ctrl+Shift+P输入并打开 C/C++: Edit Configurations (UI) 此时出现默认的 c_cpp_propert 阅读全文
posted @ 2021-06-15 13:56 略略略—— 阅读(8352) 评论(0) 推荐(0)
摘要: 一段时间不碰又忘记了,必须写下博客以记之。。 简单来说,none的作用是增加一个维度(和 np.newaxis 等价),... 三个点的意思是省略所有冒号,即代表原来的所有数据。 比如原来的数组维度是 3, 224 ,224, 使用 data [None, ... ] 或者 data [None, 阅读全文
posted @ 2021-06-10 16:48 略略略—— 阅读(1636) 评论(0) 推荐(1)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页