<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[ghostype的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/ghostype</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; ghostype]]></copyright><item><title><![CDATA[安装英伟达驱动 560.94、配置 CUDA12.4、安装 Conda 环境及配置 PyTorch2.5.0]]></title><link>https://blog.csdn.net/ghostype/article/details/146234613</link><guid>https://blog.csdn.net/ghostype/article/details/146234613</guid><author>ghostype</author><pubDate>Thu, 13 Mar 2025 16:34:42 +0800</pubDate><description><![CDATA[你应该已经成功安装了 NVIDIA 驱动、配置了 CUDA，创建了 Conda 环境，并安装了 PyTorch 及相关包。]]></description><category></category></item><item><title><![CDATA[[conda]相关命令自查]]></title><link>https://blog.csdn.net/ghostype/article/details/129721383</link><guid>https://blog.csdn.net/ghostype/article/details/129721383</guid><author>ghostype</author><pubDate>Wed, 22 Mar 2023 23:05:58 +0800</pubDate><description><![CDATA[conda命令自用]]></description><category></category></item><item><title><![CDATA[QT在线安装过程中，无法下载存档，解决方法]]></title><link>https://blog.csdn.net/ghostype/article/details/129602346</link><guid>https://blog.csdn.net/ghostype/article/details/129602346</guid><author>ghostype</author><pubDate>Thu, 16 Mar 2023 22:42:15 +0800</pubDate><description><![CDATA[[TOC]QT。]]></description><category></category></item><item><title><![CDATA[MMdetection增加评估指标precision]]></title><link>https://blog.csdn.net/ghostype/article/details/125141764</link><guid>https://blog.csdn.net/ghostype/article/details/125141764</guid><author>ghostype</author><pubDate>Mon, 06 Jun 2022 18:11:47 +0800</pubDate><description><![CDATA[1]]></description><category></category></item><item><title><![CDATA[【YOLOV5】训练自己的数据集，CBAM，CIoU，Soft-nms，网络结构修改]]></title><link>https://blog.csdn.net/ghostype/article/details/121993101</link><guid>https://blog.csdn.net/ghostype/article/details/121993101</guid><author>ghostype</author><pubDate>Thu, 10 Feb 2022 14:23:27 +0800</pubDate><description><![CDATA[1.使用VOC数据集
2.划分训练集，验证集、测试集
3.修改配置
3.1新建 data/yolo.yaml
加入train、test 地址
修改类别数量与名称
3.2修改模型参数
model/yolov5s.yaml	类别、anchor
tips：yolov5会自动计算anchor	box
3.1中地址冒号后面需要加一个空格

.........]]></description><category></category></item><item><title><![CDATA[【YOLOv3】训练自己的数据集]]></title><link>https://blog.csdn.net/ghostype/article/details/122827736</link><guid>https://blog.csdn.net/ghostype/article/details/122827736</guid><author>ghostype</author><pubDate>Tue, 08 Feb 2022 17:20:23 +0800</pubDate><description><![CDATA[参考链接
https://blog.csdn.net/qq_33728095/article/details/116331714
https://github.com/ultralytics/yolov3/tree/archive


创建VOC数据集


Annotations 放置 标注文件 xml, 和 images 为训练图片。


创建make_txt.py文件，放到和data的同级目录下。


创建voc_label.py
文件首先解析xml文件，并且设置类别标签（注意修改自己的类别名称）。每一]]></description><category></category></item><item><title><![CDATA[【CSDN】插入图片如何调整]]></title><link>https://blog.csdn.net/ghostype/article/details/122114326</link><guid>https://blog.csdn.net/ghostype/article/details/122114326</guid><author>ghostype</author><pubDate>Thu, 23 Dec 2021 19:09:57 +0800</pubDate><description><![CDATA[直接拉入一个图片后
图片后会有一段文字， 在最后，括号的里面 加入 [空格]=30x30 ，就可以调整图片的大小，x为英文状态下 艾克斯
![在这里插入图片描述](https://img-blog.csdnimg.cn/85bfe33eb749458fb2ab9c2a4818b85a.png?x-oss-process=image/watermark,type_d3F5LXplbmhlaQ,shadow_50,text_Q1NETiBAZ2hvc3R5cGU=,size_99,color_FFFFFF,t_]]></description><category></category></item><item><title><![CDATA[【YOLOV5】修改box粗细和label字体]]></title><link>https://blog.csdn.net/ghostype/article/details/122113895</link><guid>https://blog.csdn.net/ghostype/article/details/122113895</guid><author>ghostype</author><pubDate>Thu, 23 Dec 2021 18:42:36 +0800</pubDate><description><![CDATA[U版YOLOv5
使用YOLOV5检测发现label字体太大，遮挡了小缺陷
1.detect.py
def run( ,line_thickness=3) 粗细，但是会有限制，有一个最小值，在utils/plots.py
第75行
 self.font = check_font(font='Arial.Unicode.ttf' if is_chinese(example) else font,size=font_size or max(round(sum(self.im.size) / 2 * 0.035)]]></description><category></category></item><item><title><![CDATA[【MMDetection】训练自己的数据集]]></title><link>https://blog.csdn.net/ghostype/article/details/121967228</link><guid>https://blog.csdn.net/ghostype/article/details/121967228</guid><author>ghostype</author><pubDate>Thu, 16 Dec 2021 13:39:02 +0800</pubDate><description><![CDATA[MMDETECTION 使用步骤


建立voc数据集


下载预训练权重
建立mmdetection/checkpoints目录，下载对应的预训练权重,
权重文件连接
（1）configs对应网络里的README.md		进入后可以通过cfg文件验证对应的weight
（2）https://mmdetection.readthedocs.io/zh_CN/v2.19.0/model_zoo.html#id2


修改配置文件
mmdet/core/evalution/class_names.py     ]]></description><category></category></item><item><title><![CDATA[linux conda python命令总结（长期）]]></title><link>https://blog.csdn.net/ghostype/article/details/121909531</link><guid>https://blog.csdn.net/ghostype/article/details/121909531</guid><author>ghostype</author><pubDate>Mon, 13 Dec 2021 17:03:07 +0800</pubDate><description><![CDATA[目录
Linux ubuntu 命令总结	1
Python命令总结	2
安装虚拟机	3
Anaconda	3
程序中遇到的问题	4
Linux ubuntu 命令总结
打开命令窗口：采用快捷键“Ctrl”+“Alt”+“T”
输入 （top） 任务管理器查看
输入（nvidia-smi）查看显卡
输入（watch -n1 nvidia-smi)		每一秒查看显卡变化
Sudo nvidia-smi -pl 150 		控制显卡功率为150
Nvidia --version #查看cuda版本
1.unbun]]></description><category></category></item><item><title><![CDATA[【深度学习环境】conda快速下载torch,cuda,cudnn,mmcv]]></title><link>https://blog.csdn.net/ghostype/article/details/121034948</link><guid>https://blog.csdn.net/ghostype/article/details/121034948</guid><author>ghostype</author><pubDate>Fri, 19 Nov 2021 14:59:17 +0800</pubDate><description><![CDATA[快速下载torch
pip install torch==1.8.1 torchvision -i http://mirrors.aliyun.com/pypi/simple/  --trusted-host mirrors.aliyun.com

]]></description><category></category></item><item><title><![CDATA[Launching unittests with arguments python -m unittest]]></title><link>https://blog.csdn.net/ghostype/article/details/121422109</link><guid>https://blog.csdn.net/ghostype/article/details/121422109</guid><author>ghostype</author><pubDate>Fri, 19 Nov 2021 14:42:35 +0800</pubDate><description><![CDATA[代码中含有test关键字，或者test为前缀开头也是有问题的,检测到test，pycharm会自动进入单元测试 def test(): correct = 0 total = 0
def test1():
    correct = 0
    total = 0

以上两个都是有问题的
解决办法：：：：：：：：：
可以
def super_test1():
    correct = 0
    total = 0

参考大佬：
https://blog.csdn.net/weixin_44024993/]]></description><category></category></item><item><title><![CDATA[神经网络思想]]></title><link>https://blog.csdn.net/ghostype/article/details/120786046</link><guid>https://blog.csdn.net/ghostype/article/details/120786046</guid><author>ghostype</author><pubDate>Fri, 15 Oct 2021 17:10:58 +0800</pubDate><description><![CDATA[神经网络思想
神经元知识
1神经元形成网络
2对于其他神经元传递的信号，它们总和不超过固定阈值，就不会作出反应
3超过固定阈值，神经元做出反应（称为点火），向另外神经元传递信号
4多个神经元传递信号的权重不同
5.神经元输出信号可以用0 和 1 表示
传递信息结构
神经元信号通过树突传到胞体，细胞体把其他的输入信号合并加工，再通过其他树突前端突触传递给其他神经元
权重
神经元如何去合并加工？
对于一个信号，包含视觉神经和听觉神经信息，大脑通过改变权重处理，即
w1x1+ w2x2…    x为输入信号，w为]]></description><category></category></item></channel></rss>