报错解决
William.csj
华中科技大学在读博士生。
研究方向:多目标跟踪,多模态感知。
硕博经历:获得国家奖学金等多项奖学金,以第一作者发表两篇人工智能国际顶级会议CCF A类论文(CVPR、AAAI),以非第一作者发表的论文(ICCV、ICLR)。
本科经历:获得国家奖学金等十余项奖学金,参加数学竞赛、数学建模竞赛、ROBOCON机器人比赛、互联网+、挑战杯等,曾获数学竞赛全国一、二等奖、数学建模竞赛多次国家(际)一、二等奖、ROBOCON机器人两次全国二等奖(队长)、互联网+全国铜奖(省最佳创意奖)等十余项国家级奖项,曾在深圳科创学院-智能驾驶中心担任视觉感知算法实习生。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
浏览器——优快云网站的页面就是打不开,显示无法访问的解决办法
网络和共享中心 --> 访问类型 --> 属性 --> internet协议版本4(TCP/IPv4)--> 双击或者选中点击属性 --> 把自动获得DNS的首选改成 `114.114.114.114` 即可。原创 2025-11-03 23:59:57 · 243 阅读 · 0 评论 -
VSCode——python选择解释器消失的解决办法
VSCode——python选择解释器消失的解决办法原创 2025-07-25 17:26:01 · 1144 阅读 · 0 评论 -
Linux报错解决——导入了gcc版本,但是还是显示原来的gcc版本的解决办法
Linux报错解决——导入了gcc版本,但是还是显示原来的gcc版本的解决办法原创 2025-06-29 22:07:00 · 653 阅读 · 0 评论 -
服务器——报错解决:移动文件时,bash: /usr/bin/mv: Argument list too long
需要移动的文件数量太多。原创 2025-03-20 12:47:00 · 1005 阅读 · 0 评论 -
OpenCV——报错解决:error while loading shared libraries: libopencv_core.so.3.4: cannot open shared object
error while loading shared libraries: libopencv_core.so.3.4: cannot open shared object file: No such file or directory转载 2025-02-23 22:11:16 · 336 阅读 · 0 评论 -
Linux——tar解压文件夹时,报错:gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not r
tar -xvf XXX.tar原创 2025-01-18 12:14:10 · 1961 阅读 · 0 评论 -
报错解决——不能建立到远程计算机的连接。你可能需要更改此链接的网络设置。
报错解决——不能建立到远程计算机的连接。你可能需要更改此链接的网络设置。转载 2025-01-16 21:28:36 · 676 阅读 · 0 评论 -
Vscode——SSH连接不上的一种解决办法
Vscode——SSH连接不上的一种解决办法原创 2025-01-15 12:00:39 · 1115 阅读 · 0 评论 -
Latex——报错解决:绘制表格出现竖线下移的问题
Latex——报错解决:绘制表格出现竖线下移的问题原创 2025-01-11 10:28:30 · 494 阅读 · 0 评论 -
报错解决——ModuleNotFoundError: No module named ‘mpi4py‘
conda install mpi4py原创 2025-01-10 21:59:01 · 859 阅读 · 1 评论 -
报错解决——relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol stderr@@GLIBC_2.17‘ which may bind extern
/usr/bin/ld: ../tracker/detector/rknn_model_zoo_2.3.0/3rdparty/libsndfile/Linux/aarch64/libsndfile.a(libsndfile_la-sndfile.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol stderr@@GLIBC_2.17' which may bind externally can not be used when making a原创 2025-01-04 22:13:46 · 1417 阅读 · 0 评论 -
报错解决——collect2: error: ld returned 1 exit status,make: *** [Makefile:4222: VideoProc] Error 1
opencv未安装原创 2025-01-03 16:04:42 · 612 阅读 · 0 评论 -
报错解决——linux系统下,-1: error: Unknown module(s) in QT: multimedia multimediawidgets
sudo apt-get install qtmultimedia5-dev原创 2025-01-03 14:49:47 · 579 阅读 · 0 评论 -
Adb——报错解决:包含中文的文件夹下载不下来
采用linux服务器作为接受,linux服务器连接进入板子,然后重新下载。原创 2024-12-25 15:26:47 · 383 阅读 · 0 评论 -
ROS——报错解决:RLException: ERROR: unable to contact ROS master at [http://192.168.0.20:11311]
RLException: ERROR: unable to contact ROS master at [http://192.168.0.20:11311] the traceback for the exception was witten to the log file原创 2024-12-18 21:26:04 · 705 阅读 · 0 评论 -
报错解决——编译报错:CMake Error: The current CMakeCache.txt directory XXX CMakeCache.txt is different than th
CMake Error: The current CMakeCache.txt directory XXX CMakeCache.txt is different than the directory原创 2024-12-17 15:55:12 · 1123 阅读 · 0 评论 -
报错解决——/usr/lib/aarch64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
LIBS += /usr/lib/aarch64-linux-gnu/libdl.so.2原创 2024-12-05 09:24:30 · 922 阅读 · 0 评论 -
报错解决——OSError://lib/../../../../libcublas.so.11: undefined symbol: version libcublasLt.so.11
torch版本和cuda版本不匹配原创 2024-10-22 15:50:23 · 433 阅读 · 0 评论 -
Github——报错解决:git push -u origin master时,fatal: Authentication failed for https://github.com/X/Y.git/
fatal: Authentication failed for 'https://github.com/XXX/YYY.git/'原创 2024-09-26 18:16:20 · 927 阅读 · 0 评论 -
报错解决——error: ‘AT_CHECK’ was not declared in this scope解决方法
保持高于1.5版本的pytorch,将 `AT_CHECK` 全部替换成 `TORCH_CHECK` 。原创 2024-09-26 02:04:36 · 539 阅读 · 0 评论 -
报错解决——numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, go
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject原创 2024-09-26 02:01:22 · 1714 阅读 · 0 评论 -
C/C++——报错解决:multiple definition of DetectClassNameEnumLen‘; mainwindow.o:(.data+0x0): first defined
DetectClassNameEnumLen 定义所在的文件,被多个地方调用。导致多次定义。原创 2024-09-09 11:08:18 · 402 阅读 · 0 评论 -
报错解决——Mac安装双系统出现“windows支持软件未能存储到所选驱动器”解决办法
使用小于4GB的镜像文件原创 2024-08-14 16:07:33 · 905 阅读 · 0 评论 -
报错解决——苹果电脑mac装windows10,总是提示“启动转换”安装失败:拷贝Windows安装文件时出错
报错原因:所安装的镜像文件大于4GB。原创 2024-08-14 15:11:17 · 8006 阅读 · 0 评论 -
报错解决——此主机支持 Intel VT-x,但 Intel VT-x 处于禁用状态(适合各种型号电脑)
报错解决——此主机支持 Intel VT-x,但 Intel VT-x 处于禁用状态(适合各种型号电脑)转载 2024-07-31 11:41:03 · 220 阅读 · 0 评论 -
报错解决——C++编译时 aarch64-linux-gnu-g++:error: .o: No such file or directory make:***[Makefile:3516::Vide
aarch64-linux-gnu-g++:error: .o: No such file or directorymake:***[Makefile:3516:VideoProcl Error 1原创 2024-07-25 22:16:41 · 1013 阅读 · 2 评论 -
Anaconda——报错解决:CondaHTTPError: HTTP 000 CONNECTION FAILED for url
Anaconda——报错解决:CondaHTTPError: HTTP 000 CONNECTION FAILED for url转载 2024-07-24 15:40:57 · 122 阅读 · 0 评论 -
报错解决——使用 pandas 出现 No module named ‘openpyxl‘ 报错的解决办法
pip install openpyxl原创 2024-06-19 09:16:04 · 632 阅读 · 0 评论 -
Python——open() 函数写入.txt文件时,报错:No such file or directory
.txt 文件名字过长,导致报错原创 2024-05-20 19:04:35 · 369 阅读 · 0 评论 -
报错解决——TypeError: only size-1 arrays can be converted to Python scalars
数据输入维度对不上转载 2024-05-19 16:17:07 · 173 阅读 · 0 评论 -
报错解决—— element 0 of tensors does not require grad and does not have a grad_fn
backward()的变量的requires_grad是False,会导致不会计算梯度,从而报错。原创 2024-05-18 22:25:04 · 462 阅读 · 0 评论 -
报错解决——- Can‘t parse ‘org‘. Sequence item with index 1 has a wrong type
你的输入是小数,函数要求输入是整数。原创 2024-05-18 22:22:06 · 469 阅读 · 0 评论 -
报错解决——[ WARN:0@0.004] global loadsave.cpp:248 findDecoder imread_(‘XX‘): can‘t open/read file: check
使用debug模式运行该程序原创 2024-04-24 18:16:41 · 1248 阅读 · 0 评论 -
报错解决——多batchsize时,RuntimeError: each element in list of batch should be of equal size
报错解决——多batchsize时,RuntimeError: each element in list of batch should be of equal size原创 2024-04-16 18:35:34 · 1212 阅读 · 0 评论 -
报错解决——raise URLError(‘unknown url type: %s‘ % type)
file_name 中路径分隔符存在错误原创 2024-04-14 11:46:10 · 930 阅读 · 0 评论 -
报错解决——TypeError: Caught TypeError in replica 0 on device 0.
推理的时候,改成单卡推理。原创 2024-04-08 19:26:29 · 714 阅读 · 0 评论 -
报错解决——ModuleNotFoundError: No module named ‘torch.ao‘
from torch.quantization import DeQuantStub, QuantStub原创 2024-04-08 19:07:48 · 678 阅读 · 0 评论 -
报错解决——RuntimeError: mat1 dim 1 must match mat2 dim 0
矩阵mat1 的第二维度要与mat2的第一维度不匹配。转载 2024-04-05 10:26:13 · 563 阅读 · 0 评论 -
报错解决——Can‘t call numpy() on Tensor that requires grad. Use tensor.detach().numpy() instead.
报错解决——Can‘t call numpy() on Tensor that requires grad. Use tensor.detach().numpy() instead.转载 2024-04-04 16:35:28 · 491 阅读 · 0 评论 -
报错解决——Python中安装matlab.engine出现UserWarning: The version specified (‘Rxxxx‘) is an invalid version...
pip uninstall setuptoolspip install setuptools==58.0转载 2024-03-05 17:09:36 · 309 阅读 · 0 评论
分享