retinaFace PyTorch 版损失函数部分,SSD目标检测 multibox_loss 部分, match() 函数中先验框(anchor,PriorBox)与目标框匹配过程超详细解析 09-30
tensorflow2.2 使用 keras.utils.plot_model 绘制可视化模型时,报错:“AttributeError: 'dict' object has no attribute 'name'” 06-17
海思Hi3516-toolchains安装好了,但是提示bash: /opt/hisi-linux/x86-arm/arm-himix200-linux/bin/arm-himix200-linux-g++: No such file or directory 05-12
Ubuntu安装proxychains,让终端命令使用socks5代理,加速下载资源,解决Could not resolve host错误,找不到'libproxychains.so.3' 库的错误 01-04
Vmware Ubuntu16.04 x64位开启物理串口,并且通信,apt安装minicom失败,自行编译安装,解决error: BC undeclared (first use in this function)错误 12-13
Ubuntu使用pip3命令安装Python包,出现错误:-bash: /usr/local/bin/pip3: /usr/bin/python3: bad interpreter: No such file or directory 12-03
python requests库如何使用代理避免爬虫IP限制,proxy无效的解决方法,解决requests.exceptions.MissingSchema: Proxy URLs must have explicit schemes错误 09-26
python操作数据库MySql,windows和ubuntu下安装MySQLdb库报错:EnvironmentError: mysql_config not found,Python.h: No such file or directory,Microsoft Visual C++ 9.0 is required 09-17
tensorflow学习,python-tensorFlow安装(cpu),解决 name 'N_TOKENS' is not defined 和 cannot import name pywrap_tensorflow错误 06-14