02 2021 档案
摘要:https://www.cnblogs.com/zingp/p/11696111.html 阅读目录 1 模型的思想 2 模型的架构 3 Embedding 3.1 Word Embedding 3.2 Positional Embedding 4 Encoder 4.1 Muti-Head-Att
阅读全文
摘要:https://www.youtube.com/watch?v=4imQyECTik0 https://github.com/Chien-Hung/DetVisGUI/tree/mmdetection DetVisGUI UPDATE 2021/01/05 : Support json format
阅读全文
摘要:mmdetection安装过程中依靠https://github.com/open-mmlab/mmdetection/blob/master/docs/get_started.md 然后在安装第三步Install mmcv-full时,发现自己的cuda是10.1的,然后pytorch是1.7.1
阅读全文
摘要:链接:https://pan.baidu.com/s/1E8ixqK5AVfXc98UgQmpqaw 提取码:trnt 解压密码是12345qwert 数据集引用论文Ship detection in SAR images based on an improved Faster R-CNN。 训练集
阅读全文
摘要:https://github.com/zetaodu/voc2coco voc数据的dir样式
阅读全文
摘要:https://zhuanlan.zhihu.com/p/145084667https://github.com/open-mmlab/mmdetection
阅读全文
摘要:cuda对系统有要求,cuda9.2需要ubuntu16 换上阿里云的ubuntu16的源然后apt update# "10-0" 表示安装CUDA10.0版本的 nvcc, 应根据镜像中cuda版本安装 检查系统版本 source /etc/os-release && echo $VERSION_
阅读全文