- 博客(12)
- 资源 (3)
- 收藏
- 关注
原创 error笔记(已解决)
升级至matplotlib==3.7.0,解决了,不需要改代码。原因: matplotlib 3.4.2 版本低。
2024-04-10 20:02:40 2516 2
原创 cuda 套装 安装笔记
ubuntu 18.04 安装nvidia 驱动cuda与driver版本对应关系[tensorflow]各个tensorflow版本和CUDA版本对应,以及各个GPU版本CUDA和cuDNN对应ubuntu18.04 安装多版本cuda,并随时切换使用用上面的方法安装cudnn后,需要验证是否安装成功。此时如果用,下面的命令没显示任何东西cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2就换这个命令试试cat /usr/
2022-05-27 15:03:46 165
原创 论文翻译Visualizing and UnderstandingConvolutional Networks
1 Introduction自20世纪90年代初LeCun等人引入卷积网络(convnets)以来,卷积网络(convnets)在手写数字分类和人脸检测等任务中表现出了优异的性能。在过去的18个月中,有几篇论文表明,它们还可以在更具挑战性的视觉分类任务中提供出色的性能。Ciresan等人[4]展示了NORB和CIFAR-10数据集的最新性能。最值得注意的是,Krizhevskyet等人[18]在ImageNet 2012分类基准上的表现打破了记录,他们的convnet模型实现了16.4%的错误率,而第二
2021-12-09 17:12:01 1947
原创 Ubuntu 20.04 coco-annotator离线版本安装,制作coco key point 关键点数据集。
装coco-annotator前需要安装Docker 和Docker-compose1.Docker安装参考以下如何在 Ubuntu 20.04 上安装和使用 Docker安装好后输入sudo docker run hello-world报错docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%
2021-05-20 15:40:39 1000 1
原创 YOLOv5接口报错
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.cuda.HalfTensor) should be the same个人分析报错原因是在使用单GPU的时候Yolov5会开启半精度,但是我在数据处理的时候漏掉了这种情况。临时解决方式:由于时间有限,暂时把单GPU开启半精度的功能注释掉了更好的方式:在数据处理阶段增加使用半精度模式时img = img.half()...
2021-05-17 18:02:43 935 2
原创 Ubuntu 20.04 WARNING笔记(长期更新,欢迎交流)
记录使用Ubuntu 20.04过程的报错 以及解决========================================输入 pip list报错WARNING: Keyring is skipped due to an exception: Failed to unlock the collection!解决参考https://stackoverflow.com/questions/60366119/pip-requires-password-after-upgrading-out
2021-05-04 19:12:34 5332 3
原创 yolov5 数据增强文件调用方式
data/hyp.scratch.yaml will be automatically used by python train.py --weights ‘’data/hyp.finetune.yaml will be automatically used by python train.py --weights yolov5s.pthyp.custom.yaml can be force-selected by python train.py --hyp hyp.custom.yaml
2021-04-20 19:01:17 2010
原创 yolov5 常见报错及解决方案
ValueError: zero-size array to reduction operation maximum which has no identity解决方案: label问题,检查一下label生成的对不对OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.解决方案:报错代码里加上import osos.environ["KMP_DUPLICATE_LIB_O
2021-04-11 14:32:49 17165 21
原创 Win10 Anaconda安装pycocotools最简单且快的方法
点击传送配置的时候如果报错error: Unable to find vcvarsall.bat是因为没有安装visual studio c++ 装了就好了
2021-04-11 14:24:43 229
原创 Anaconda 安装后环境变量配置 超详细小白版
Anaconda 安装后环境变量配置第一步第二步 点高级系统设置第三步点击高级里的环境变量第四步双击path后点新建新建内容如下注:根据Anaconda安装的位置修改(E:\Anaconda)部分E:\Anaconda(Python需要)E:\Anaconda\Scripts(conda自带脚本)E:\Anaconda\Library\mingw-w64\bin(使用C with python的时候)E:\Anaconda\Library\usr\binE:\Anaconda\Li
2020-12-15 23:26:56 30057 6
deep-high-resolution-net.pytorch-master.zip
2021-04-28
HigherHRNet-Human-Pose-Estimation-master.zip
2021-04-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人