- 博客(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
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人