自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 Faster R-CNN,TensorFlow版本训练过程中出现:keep_inds = np.append(fg_inds, bg_inds) (Pdb)

**Faster R-CNN,TensorFlow版本训练过程中出现:keep_inds = np.append(fg_inds, bg_inds) (Pdb) **> /data/sam.yi/Image_manipulation_detection/lib/layer_utils/proposal_target_layer.py(139)_sample_rois()-> keep_inds = np.append(fg_inds, bg_inds)(Pdb) (Pdb) (Pdb)

2021-11-25 09:32:40 1974

原创 mmdetection安装

mmdetection安装版本:CUDA10.0python 3.7torch1.3.0torchvision0.4.1mmcv-full 1.3.8步骤创建环境:conda create -n open-mmlab python=3.7source activate open-mmlab安装torch和torchvision下载地址:https://download.pytorch.org/whl/cu100/(离线安装-pip install …whl)离线安装

2021-09-14 17:08:44 4942

原创 linux,AugFPN环境配置

AugFPN环境配置CUDA10.0创建环境:conda create -n AugFPN python=3.7激活环境:source activate AugFPN安装pytorch.版本:torch-1.1.0torchvision-0.3.0git clone https://github.com/open-mmlab/mmdetection.git安装mmdet和mmcvcd mmdetectionpip install cythonpip install mmcv-ful

2021-08-23 17:26:13 326

原创 AugFPN:训练出现RuntimeError: Expected object of scalar type Byte but got scalar type Bool for argument

AugFPNRuntimeError: Expected object of scalar type Byte but got scalar type Bool for argument #2 ‘other’ in call to _th_andhttps://github.com/open-mmlab/mmdetection/issues/3587

2021-08-23 14:52:26 691

原创 离线下载pytorch地址

pytorch-downloadhttps://download.pytorch.org/whl/cu100

2021-08-23 10:08:25 404

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除