摘要: https://github.com/open-mmlab/mmdetection3d/blob/v0.17.3/docs/getting_started.md 阅读全文
posted @ 2023-03-22 22:11 鲍曼小学生 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://github.com/microsoft/onnxruntime-extensions/blob/main/tutorials/pytorch_custom_ops_tutorial.ipynb 阅读全文
posted @ 2023-02-24 16:17 鲍曼小学生 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 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 鲍曼小学生 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 问题: 解决: 本地打开shell,重置key 阅读全文
posted @ 2023-01-18 10:16 鲍曼小学生 阅读(20) 评论(0) 推荐(0) 编辑
摘要: nohup ./run >log 2>&1 & 阅读全文
posted @ 2022-11-14 15:47 鲍曼小学生 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/127265014 https://zhuanlan.zhihu.com/p/93438433 阅读全文
posted @ 2022-11-08 15:40 鲍曼小学生 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 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 鲍曼小学生 阅读(321) 评论(1) 推荐(0) 编辑
摘要: 障碍物检测车道分割 1)AdvNet: Multi-Task Fusion of Object Detection and Semantic Segmentation 1.backbone采用Enet,结构如下:实现分割 2.检测分支-类似yolov3的处理方法 3.训练策略 在训练阶段,由于分割任 阅读全文
posted @ 2022-10-10 13:37 鲍曼小学生 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 一、更换PIP源PIP源在国外,速度慢,可以更换为国内源,以下是国内一些常用的PIP源。 豆瓣(douban) http://pypi.douban.com/simple/ (推荐)清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/阿里云 http://mi 阅读全文
posted @ 2022-07-19 10:36 鲍曼小学生 阅读(13082) 评论(0) 推荐(1) 编辑
摘要: 问题记录: windows系统里,cmd可以正常使用conda activate 命令,但是在powershell中,使用conda activate既不报错(说明路径没问题),也没激活conda环境。查询网上方法,基本是在powershell中运行conda init就能解决。但是这在我这无效。 阅读全文
posted @ 2022-07-19 10:33 鲍曼小学生 阅读(1845) 评论(0) 推荐(0) 编辑