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