摘要:
conda create -n open-mmlab python=3.6conda activate open-mmlabconda install pytorch=1.3.1 torchvision=0.4.2 cpuonly -c pytorchpip ... 阅读全文
摘要:
conda create -n open-mmlab python=3.6conda activate open-mmlabconda install pytorch=1.3.1 torchvision=0.4.2 cpuonly -c pytorchpip ... 阅读全文
摘要:
训练自己数据 VOC格式 目录 1、加入类别name定义 2、定义dataset 3、修改config.py 1、加入类别name定义 # mmdetection\mmdet\core\evaluation\class_names.pydef voc_tras... 阅读全文
摘要:
目录 Inter-Region Affinity Distillation for Road Marking Segmentation (2020.04) Learning Lightweight Lane Detection CNNs by Self Att... 阅读全文
摘要:
Inter-Region Affinity Distillation for Road Marking Segmentation (2020.04) Yuenan Hou1, Zheng Ma2, Chunxiao Liu2, Tak-Wai Hui1, an... 阅读全文
摘要:
MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications (2017.04) 1、使用 depthwise conv + pointwise co... 阅读全文
摘要:
Task 对某一类别c1,选择已有标注的样本作为support,待测样本为 query,model 以 support 为参考去分割 query。 C-way K-shot:C为类别数;分割每个 query 使用 K 个 support images Solu... 阅读全文
摘要:
系列 pytorch学习笔记 Optimizer https://pytorch.org/docs/stable/optim.html【PyTorch】优化器 torch.optim.Optimizer 初始化 pytorch学习(8) layer的抽取pyt... 阅读全文
摘要:
Understanding Convolution for Semantic Segmentation 1 Jun 2018 tho... 阅读全文
摘要:
参考: https://blog.csdn.net/chenyj92/article/details/53448161 https:... 阅读全文
摘要:
RefineNet: Multi-Path Refinement Networks for High-Resolution Sema... 阅读全文
|