上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页
摘要: 参考: https://mmdetection.readthedocs.io/zh-cn/latest/get_started.html 有点坑的是安装 mmcv 时去 https://mmcv.readthedocs.io/en/latest/get_started/installation.ht 阅读全文
posted @ 2024-04-05 21:19 Cold_Chair 阅读(427) 评论(0) 推荐(0)
摘要: 读到了这篇文章: https://zhuanlan.zhihu.com/p/527143823 对显存的占用说的很详细: 只有一种情况需要使用 torch.cuda.empty_cache(),就是当你想要释放缓存以便让其他人也可以一起使用当前显卡,否则不需要调用这个方法。 所以这篇博客就图一乐 比 阅读全文
posted @ 2024-03-23 16:49 Cold_Chair 阅读(117) 评论(0) 推荐(0)
摘要: 不知道为啥用了这么久 conda 了还总是能遇到各种问题,哎。 下载:https://www.anaconda.com/download#downloads conda 因为使用 sh 脚本安装的,所以有没有管理员权限都很好装。 在服务器上安装时,记得把目录改为用户目录 ~/ 然后要将环境变量添加到 阅读全文
posted @ 2024-03-18 22:36 Cold_Chair 阅读(91) 评论(0) 推荐(0)
摘要: 操作系统环境:Linux(X86-64) 特权级:用户态 编程语言:C 参考:https://www.cnblogs.com/whileskies/p/13427861.html 写个递归看看汇编怎么跑的(参数这么多是为了用到栈): void dg(int x, int x2, int x3, in 阅读全文
posted @ 2024-03-17 21:03 Cold_Chair 阅读(50) 评论(0) 推荐(0)
摘要: 过了几天发现 WSL 突然用不了了。 上网搜发现一般就是 DNS 的问题。 首先 sudo vim /etc/resolv.conf 把 nameserver 那一行改成 nameserver 8.8.8.8 然后在本机的命令行中重启一下 WSL wsl --shutdown 阅读全文
posted @ 2024-03-09 16:05 Cold_Chair 阅读(386) 评论(0) 推荐(0)
摘要: 这学期不知道为啥搞出两个课用 matlab 先安装 matlab,我校的在这里下载:https://its.tsinghua.edu.cn/ggrj.jsp?urltype=tree.TreeTempUrl&wbtreeid=1079 下载 ISO,点 setup.exe 要填数字密钥:https: 阅读全文
posted @ 2024-03-09 00:18 Cold_Chair 阅读(192) 评论(0) 推荐(0)
摘要: 先 nvidia-smi 看看使用情况 如: 再 export CUDA_VISIBLE_DEVICES=0,1,2 指定使用的 GPU 阅读全文
posted @ 2024-03-03 20:49 Cold_Chair 阅读(133) 评论(0) 推荐(0)
摘要: 最近跑模型需要下载,发现 python torch 自带的下载慢得跟乌龟一样,只能自己手动下载,这里记录一下。 下载文件: https://download.pytorch.org/models/vit_h_14_swag-80465313.pth 服务器:深研院某服务器 Linux 自带的 wge 阅读全文
posted @ 2024-02-28 22:50 Cold_Chair 阅读(166) 评论(0) 推荐(0)
摘要: 简略记录一下一些基本的 CV 的知识 参考: https://www.bilibili.com/video/BV1q7411T7Y6/ 输出层大小计算公式: \(out_{size} = (in_{size} - F_{size} +2P) / S + 1\) \(in_{size}\) 为输入长度 阅读全文
posted @ 2024-01-24 21:37 Cold_Chair 阅读(152) 评论(0) 推荐(0)
摘要: 先从目标检测的一篇 survey 开始挖: "3D Object Detection from Images for Autonomous Driving: A Survey" 数据集: KITTI 有图像数据和雷达数据,有 3D 目标检测的 benchmark。 可以看看这篇博客对 KITTI 的 阅读全文
posted @ 2024-01-23 21:38 Cold_Chair 阅读(59) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页