摘要:
开发环境就不应该搞什么镜像,有各种下载速度和版本问题,搞个梯子才是最好的选择 Using the pip config command Editing the pip.conf file directly To change the trusted-host setting, use one of 阅读全文
摘要:
什么是目标检测 有下面几种情形👇🏻 一些应用场景 目标检测存在的挑战 环境影响 密度 物体遮挡 重叠 大小目标 小样本 旋转框 有各种领域,覆盖各行业 传统目标检测算法 候选区域(Proposal Region) also be called as 感兴趣区域(Region of Interes 阅读全文
摘要:
In [37]: import numpy as np import torch from torch.utils import data import torchvision from torchvision import transforms from d2l import torch as d 阅读全文