会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aimhabo
博客园
园子
首页
新随笔
联系
管理
订阅
2021年3月27日
word中页眉设置章节序号+章节名称
摘要: 将域代码切换为源码形式,复制后再切换回显示状态。然后将第一个域改为“插入段落编号”,第二个留空。
阅读全文
posted @ 2021-03-27 17:09 aimhabo
阅读(2565)
评论(0)
推荐(0)
2020年12月11日
win10中安装mmcv和mmdetection的问题
摘要: 目前环境:vs2019preview-2.0(14.28.29617+python3 32位 64位),cuda10.2,torch1.6.0,torchvision0.7.0,mmcv-1.1.5,mmdetection-2.7.0 新版本里编译安装在我的电脑上不可行,以下跳过,直接看第0. 步
阅读全文
posted @ 2020-12-11 11:23 aimhabo
阅读(2546)
评论(0)
推荐(0)
2020年10月5日
基于mmdetection的热力图可视化绘制
摘要: 图例(随便找的一张图,训练效果比较糟糕): 用例: /home/aimhabo/anaconda3/envs/mmlab/bin/python ./tools/visualization.py 0000308_04401_d_0000327.jpg ./featuremaps/ retina_res
阅读全文
posted @ 2020-10-05 16:58 aimhabo
阅读(6899)
评论(12)
推荐(2)
2020年9月24日
WIDER Face 转为 COCO 格式标签
摘要: # coding=utf-8 import os import cv2 import sys import json import numpy as np import shutil dataset = { "info": { "description": "WIDER face in COCO f
阅读全文
posted @ 2020-09-24 11:21 aimhabo
阅读(950)
评论(0)
推荐(0)
2020年8月25日
latex转word
摘要: 1、TeXstudio中输出为pdf,用word打开另存为A.docx 2、使用(https://pandoc.org/) ,命令行:pandoc -s .\XXX.tex -o .\B.docx 3、将B中完美转化的公式、变量替换进A中看不顺眼的地方,或者将A中的图片(组)和表格插入或替换进B。
阅读全文
posted @ 2020-08-25 00:30 aimhabo
阅读(3113)
评论(0)
推荐(0)
2020年5月21日
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda'
摘要: No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 如果nvidia-smi也没东西的话就是显卡驱动掉了,重装显驱
阅读全文
posted @ 2020-05-21 11:38 aimhabo
阅读(11149)
评论(0)
推荐(0)
2020年5月9日
COCO数据集使用super categories时出现IndexError: list index out of range
摘要: IndexError: list index out of range
阅读全文
posted @ 2020-05-09 15:19 aimhabo
阅读(1543)
评论(0)
推荐(0)
2020年3月27日
VS Code 中 torch has no xxx member
摘要: File -> Preference -> Settings 搜索 python.linting.pylintPath pylint改为 Win: XXX/Anaconda3/pkgs/pylint-X.X.X-pyXX_0/Scripts/pylint Linux: XXX/Anaconda3/p
阅读全文
posted @ 2020-03-27 22:22 aimhabo
阅读(413)
评论(1)
推荐(1)
2019年9月6日
Anaconda中安装Cascade RCNN(Detectron)的若干问题
摘要: 安装参考https://github.com/zhaoweicai/Detectron-Cascade-RCNN/blob/master/INSTALL.md 1、对于在 python detectron/tests/test_spatial_narrow_as_op.py 时出现 Assertio
阅读全文
posted @ 2019-09-06 10:15 aimhabo
阅读(1238)
评论(0)
推荐(0)
2019年7月20日
fatal error: nvcuvid.h: No such file
摘要: https://www.cnblogs.com/rabbull/p/11154997.html
阅读全文
posted @ 2019-07-20 14:55 aimhabo
阅读(332)
评论(0)
推荐(0)
下一页
公告