会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zukang
博客园
首页
新随笔
联系
管理
订阅
2023年3月22日
mmdetection安装
摘要: https://github.com/open-mmlab/mmdetection3d/blob/v0.17.3/docs/getting_started.md
阅读全文
posted @ 2023-03-22 22:11 鲍曼小学生
阅读(20)
评论(0)
推荐(0)
2023年2月24日
pytorch的inverse算子转onnx失败
摘要: https://github.com/microsoft/onnxruntime-extensions/blob/main/tutorials/pytorch_custom_ops_tutorial.ipynb
阅读全文
posted @ 2023-02-24 16:17 鲍曼小学生
阅读(158)
评论(0)
推荐(0)
2023年2月21日
mmdetection3d安装
摘要: conda create -n openmmlab python=3.7 -y conda activate openmmlab pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://
阅读全文
posted @ 2023-02-21 15:08 鲍曼小学生
阅读(200)
评论(0)
推荐(0)
2023年1月18日
REMOTE HOST IDENTIFICATION HAS CHANGED!服务器重置后远程连接不上
摘要: 问题: 解决: 本地打开shell,重置key
阅读全文
posted @ 2023-01-18 10:16 鲍曼小学生
阅读(22)
评论(0)
推荐(0)
2022年11月14日
nohup到指定路径
摘要: nohup ./run >log 2>&1 &
阅读全文
posted @ 2022-11-14 15:47 鲍曼小学生
阅读(127)
评论(0)
推荐(0)
2022年11月8日
远程连接linux桌面
摘要: https://zhuanlan.zhihu.com/p/127265014 https://zhuanlan.zhihu.com/p/93438433
阅读全文
posted @ 2022-11-08 15:40 鲍曼小学生
阅读(19)
评论(0)
推荐(0)
2022年10月11日
将pb模型参数提取转成torch模型
摘要: 1 import tensorflow as tf 2 import onnx 3 import onnxsim 4 import numpy as np 5 import torch 6 from model.facedetector_model import mobilenetv2_yolov3
阅读全文
posted @ 2022-10-11 10:06 鲍曼小学生
阅读(418)
评论(1)
推荐(0)
2022年10月10日
障碍物检测车道分割
摘要: 障碍物检测车道分割 1)AdvNet: Multi-Task Fusion of Object Detection and Semantic Segmentation 1.backbone采用Enet,结构如下:实现分割 2.检测分支-类似yolov3的处理方法 3.训练策略 在训练阶段,由于分割任
阅读全文
posted @ 2022-10-10 13:37 鲍曼小学生
阅读(240)
评论(0)
推荐(0)
2022年7月19日
pip安装清华源
摘要: 一、更换PIP源PIP源在国外,速度慢,可以更换为国内源,以下是国内一些常用的PIP源。 豆瓣(douban) http://pypi.douban.com/simple/ (推荐)清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/阿里云 http://mi
阅读全文
posted @ 2022-07-19 10:36 鲍曼小学生
阅读(13427)
评论(0)
推荐(1)
解决vscode中,powershell中conda activate无效--更改vscode默认的shell为anaconda shell
摘要: 问题记录: windows系统里,cmd可以正常使用conda activate 命令,但是在powershell中,使用conda activate既不报错(说明路径没问题),也没激活conda环境。查询网上方法,基本是在powershell中运行conda init就能解决。但是这在我这无效。
阅读全文
posted @ 2022-07-19 10:33 鲍曼小学生
阅读(2322)
评论(0)
推荐(0)
下一页
公告