摘要: 将域代码切换为源码形式,复制后再切换回显示状态。然后将第一个域改为“插入段落编号”,第二个留空。 阅读全文
posted @ 2021-03-27 17:09 aimhabo 阅读(2328) 评论(0) 推荐(0) 编辑
摘要: 目前环境: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 阅读(2401) 评论(0) 推荐(0) 编辑
摘要: 图例(随便找的一张图,训练效果比较糟糕): 用例: /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 阅读(5295) 评论(11) 推荐(2) 编辑
摘要: # 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 阅读(878) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(2409) 评论(0) 推荐(0) 编辑
摘要: No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 如果nvidia-smi也没东西的话就是显卡驱动掉了,重装显驱 阅读全文
posted @ 2020-05-21 11:38 aimhabo 阅读(10585) 评论(0) 推荐(0) 编辑
摘要: IndexError: list index out of range 阅读全文
posted @ 2020-05-09 15:19 aimhabo 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(404) 评论(1) 推荐(1) 编辑
摘要: 安装参考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 阅读(1173) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/rabbull/p/11154997.html 阅读全文
posted @ 2019-07-20 14:55 aimhabo 阅读(316) 评论(0) 推荐(0) 编辑