repo
stringlengths
7
90
file_url
stringlengths
81
315
file_path
stringlengths
4
228
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:38:15
2026-01-05 02:33:18
truncated
bool
2 classes
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/retinanet_r50_400_050x_lr002.py
configs/retinanet_r50_400_050x_lr002.py
# model settings model = dict( type='RetinaNet', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/cascade_rcnn_x101_64x4d_fpn_1x.py
configs/cascade_rcnn_x101_64x4d_fpn_1x.py
# model settings model = dict( type='CascadeRCNN', num_stages=3, pretrained='open-mmlab://resnext101_64x4d', backbone=dict( type='ResNeXt', depth=101, groups=64, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/mask_rcnn_r50_caffe_c4_1x.py
configs/mask_rcnn_r50_caffe_c4_1x.py
# model settings norm_cfg = dict(type='BN', requires_grad=False) model = dict( type='MaskRCNN', # pretrained='open-mmlab://resnet50_caffe', backbone=dict( type='ResNet', depth=50, num_stages=3, strides=(1, 2, 2), dilations=(1, 1, 1), out_indices=(2, ), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/ssd300_coco.py
configs/ssd300_coco.py
# model settings input_size = 300 model = dict( type='SingleStageDetector', pretrained='open-mmlab://vgg16_caffe', backbone=dict( type='SSDVGG', input_size=input_size, depth=16, with_last_pool=False, ceil_mode=True, out_indices=(3, 4), out_feature_indi...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/retinanet_r50_fpn_050x_exp1.py
configs/retinanet_r50_fpn_050x_exp1.py
# model settings model = dict( type='RetinaNet', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/retinanet_r50_400_050x.py
configs/retinanet_r50_400_050x.py
# model settings model = dict( type='RetinaNet', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/retinanet_r50_400_075x_lr002.py
configs/retinanet_r50_400_075x_lr002.py
# model settings model = dict( type='RetinaNet', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/cascade_mask_rcnn_x101_64x4d_fpn_1x.py
configs/cascade_mask_rcnn_x101_64x4d_fpn_1x.py
# model settings model = dict( type='CascadeRCNN', num_stages=3, pretrained='open-mmlab://resnext101_64x4d', backbone=dict( type='ResNeXt', depth=101, groups=64, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/mask_rcnn_r50_fpn_1x.py
configs/mask_rcnn_r50_fpn_1x.py
# model settings model = dict( type='MaskRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256,...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/mask_rcnn_x101_64x4d_fpn_1x.py
configs/mask_rcnn_x101_64x4d_fpn_1x.py
# model settings model = dict( type='MaskRCNN', pretrained='open-mmlab://resnext101_64x4d', backbone=dict( type='ResNeXt', depth=101, groups=64, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=d...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/rpn_r50_fpn_1x.py
configs/rpn_r50_fpn_1x.py
# model settings model = dict( type='RPN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256, 512,...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/empirical_attention/faster_rcnn_r50_fpn_attention_0010_1x.py
configs/empirical_attention/faster_rcnn_r50_fpn_attention_0010_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', gen_attention=dict( spatial_range=-1, n...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/empirical_attention/faster_rcnn_r50_fpn_attention_1111_1x.py
configs/empirical_attention/faster_rcnn_r50_fpn_attention_1111_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', gen_attention=dict( spatial_range=-1, n...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/empirical_attention/faster_rcnn_r50_fpn_attention_1111_dcn_1x.py
configs/empirical_attention/faster_rcnn_r50_fpn_attention_1111_dcn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', gen_attention=dict( spatial_range=-1, n...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/empirical_attention/faster_rcnn_r50_fpn_attention_0010_dcn_1x.py
configs/empirical_attention/faster_rcnn_r50_fpn_attention_0010_dcn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', gen_attention=dict( spatial_range=-1, n...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/wider_face/ssd300_wider_face.py
configs/wider_face/ssd300_wider_face.py
# model settings input_size = 300 model = dict( type='SingleStageDetector', pretrained='open-mmlab://vgg16_caffe', backbone=dict( type='SSDVGG', input_size=input_size, depth=16, with_last_pool=False, ceil_mode=True, out_indices=(3, 4), out_feature_indi...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/ghm/retinanet_ghm_r50_fpn_1x.py
configs/ghm/retinanet_ghm_r50_fpn_1x.py
# model settings model = dict( type='RetinaNet', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gcnet/mask_rcnn_r4_gcb_c3-c5_r50_fpn_1x.py
configs/gcnet/mask_rcnn_r4_gcb_c3-c5_r50_fpn_1x.py
# model settings model = dict( type='MaskRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', gcb=dict(ratio=1. / 4., ), stage_with_gcb=(Fa...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gcnet/mask_rcnn_r50_fpn_sbn_1x.py
configs/gcnet/mask_rcnn_r50_fpn_sbn_1x.py
# model settings norm_cfg = dict(type='SyncBN', requires_grad=True) model = dict( type='MaskRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', n...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gcnet/mask_rcnn_r4_gcb_c3-c5_r50_fpn_syncbn_1x.py
configs/gcnet/mask_rcnn_r4_gcb_c3-c5_r50_fpn_syncbn_1x.py
# model settings norm_cfg = dict(type='SyncBN', requires_grad=True) model = dict( type='MaskRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', g...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gcnet/mask_rcnn_r16_gcb_c3-c5_r50_fpn_1x.py
configs/gcnet/mask_rcnn_r16_gcb_c3-c5_r50_fpn_1x.py
# model settings model = dict( type='MaskRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', gcb=dict(ratio=1. / 16., ), stage_with_gcb=(F...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gcnet/mask_rcnn_r16_gcb_c3-c5_r50_fpn_syncbn_1x.py
configs/gcnet/mask_rcnn_r16_gcb_c3-c5_r50_fpn_syncbn_1x.py
# model settings norm_cfg = dict(type='SyncBN', requires_grad=True) model = dict( type='MaskRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', g...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/pascal_voc/ssd300_voc.py
configs/pascal_voc/ssd300_voc.py
# model settings input_size = 300 model = dict( type='SingleStageDetector', pretrained='open-mmlab://vgg16_caffe', backbone=dict( type='SSDVGG', input_size=input_size, depth=16, with_last_pool=False, ceil_mode=True, out_indices=(3, 4), out_feature_indi...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/pascal_voc/faster_rcnn_r50_fpn_1x_voc0712.py
configs/pascal_voc/faster_rcnn_r50_fpn_1x_voc0712.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[25...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/pascal_voc/ssd512_voc.py
configs/pascal_voc/ssd512_voc.py
# model settings input_size = 512 model = dict( type='SingleStageDetector', pretrained='open-mmlab://vgg16_caffe', backbone=dict( type='SSDVGG', input_size=input_size, depth=16, with_last_pool=False, ceil_mode=True, out_indices=(3, 4), out_feature_indi...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_r50_fpn_1x_exp1.py
configs/htc/htc_r50_fpn_1x_exp1.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='torchvision://resnet50', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_r34_fpn_1x_exp3.py
configs/htc/htc_r34_fpn_1x_exp3.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='torchvision://resnet34', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNet', depth=34, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_r101_fpn_20e.py
configs/htc/htc_r101_fpn_20e.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='torchvision://resnet101', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, st...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_x101_64x4d_fpn_20e_16gpu.py
configs/htc/htc_x101_64x4d_fpn_20e_16gpu.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='open-mmlab://resnext101_64x4d', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNeXt', depth=101, groups=64, base_width=4, num_stages=4, out_indices=(...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_x101_32x4d_fpn_20e_16gpu.py
configs/htc/htc_x101_32x4d_fpn_20e_16gpu.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='open-mmlab://resnext101_32x4d', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNeXt', depth=101, groups=32, base_width=4, num_stages=4, out_indices=(...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_without_semantic_r50_fpn_1x.py
configs/htc/htc_without_semantic_r50_fpn_1x.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='torchvision://resnet50', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_r50_fpn_20e.py
configs/htc/htc_r50_fpn_20e.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='torchvision://resnet50', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_r50_fpn_1x.py
configs/htc/htc_r50_fpn_1x.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='torchvision://resnet50', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e.py
configs/htc/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='open-mmlab://resnext101_64x4d', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNeXt', depth=101, groups=64, base_width=4, num_stages=4, out_indices=(...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/htc/htc_r50_fpn_1x_exp2.py
configs/htc/htc_r50_fpn_1x_exp2.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='torchvision://resnet50', interleaved=True, mask_info_flow=True, backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/fcos/fcos_mstrain_640_800_r101_caffe_fpn_gn_2x_4gpu.py
configs/fcos/fcos_mstrain_640_800_r101_caffe_fpn_gn_2x_4gpu.py
# model settings model = dict( type='FCOS', pretrained='open-mmlab://resnet101_caffe', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=False), style='caffe'), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/fcos/fcos_r50_caffe_fpn_gn_1x_4gpu.py
configs/fcos/fcos_r50_caffe_fpn_gn_1x_4gpu.py
# model settings model = dict( type='FCOS', pretrained='open-mmlab://resnet50_caffe', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=False), style='caffe'), ne...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/fcos/fcos_mstrain_640_800_x101_64x4d_fpn_gn_2x.py
configs/fcos/fcos_mstrain_640_800_x101_64x4d_fpn_gn_2x.py
# model settings model = dict( type='FCOS', pretrained='open-mmlab://resnext101_64x4d', backbone=dict( type='ResNeXt', depth=101, groups=64, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict(...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/double_heads/dh_faster_rcnn_r50_fpn_1x.py
configs/double_heads/dh_faster_rcnn_r50_fpn_1x.py
# model settings model = dict( type='DoubleHeadRCNN', pretrained='modelzoo://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[2...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/ms_rcnn/ms_rcnn_x101_64x4d_fpn_1x.py
configs/ms_rcnn/ms_rcnn_x101_64x4d_fpn_1x.py
# model settings model = dict( type='MaskScoringRCNN', pretrained='open-mmlab://resnext101_64x4d', backbone=dict( type='ResNeXt', depth=101, groups=64, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/ms_rcnn/ms_rcnn_r101_caffe_fpn_1x.py
configs/ms_rcnn/ms_rcnn_r101_caffe_fpn_1x.py
# model settings model = dict( type='MaskScoringRCNN', pretrained='open-mmlab://resnet101_caffe', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=False), style='ca...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/ms_rcnn/ms_rcnn_r50_caffe_fpn_1x.py
configs/ms_rcnn/ms_rcnn_r50_caffe_fpn_1x.py
# model settings model = dict( type='MaskScoringRCNN', pretrained='open-mmlab://resnet50_caffe', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=False), style='caff...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_moment_r101_dcn_fpn_2x_mt.py
configs/reppoints/reppoints_moment_r101_dcn_fpn_2x_mt.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet101', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_moment_r101_dcn_fpn_2x.py
configs/reppoints/reppoints_moment_r101_dcn_fpn_2x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet101', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_moment_r101_fpn_2x.py
configs/reppoints/reppoints_moment_r101_fpn_2x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet101', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_moment_r50_fpn_2x.py
configs/reppoints/reppoints_moment_r50_fpn_2x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_moment_r50_fpn_1x.py
configs/reppoints/reppoints_moment_r50_fpn_1x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_partial_minmax_r50_fpn_1x.py
configs/reppoints/reppoints_partial_minmax_r50_fpn_1x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_minmax_r50_fpn_1x.py
configs/reppoints/reppoints_minmax_r50_fpn_1x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_moment_r101_fpn_2x_mt.py
configs/reppoints/reppoints_moment_r101_fpn_2x_mt.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet101', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, styl...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/bbox_r50_grid_center_fpn_1x.py
configs/reppoints/bbox_r50_grid_center_fpn_1x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_moment_x101_dcn_fpn_2x.py
configs/reppoints/reppoints_moment_x101_dcn_fpn_2x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='open-mmlab://resnext101_32x4d', backbone=dict( type='ResNeXt', depth=101, groups=32, base_width=4, num_stages=4, out_indices=(0,...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/bbox_r50_grid_fpn_1x.py
configs/reppoints/bbox_r50_grid_fpn_1x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_moment_r50_fpn_2x_mt.py
configs/reppoints/reppoints_moment_r50_fpn_2x_mt.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/reppoints/reppoints_moment_x101_dcn_fpn_2x_mt.py
configs/reppoints/reppoints_moment_x101_dcn_fpn_2x_mt.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='RepPointsDetector', pretrained='open-mmlab://resnext101_32x4d', backbone=dict( type='ResNeXt', depth=101, groups=32, base_width=4, num_stages=4, out_indices=(0,...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/hrnet/cascade_mask_rcnn_hrnetv2p_w32_20e.py
configs/hrnet/cascade_mask_rcnn_hrnetv2p_w32_20e.py
# model settings model = dict( type='CascadeRCNN', num_stages=3, pretrained='open-mmlab://msra/hrnetv2_w32', backbone=dict( type='HRNet', extra=dict( stage1=dict( num_modules=1, num_branches=1, block='BOTTLENECK', ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/hrnet/faster_rcnn_hrnetv2p_w18_1x.py
configs/hrnet/faster_rcnn_hrnetv2p_w18_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='open-mmlab://msra/hrnetv2_w18', backbone=dict( type='HRNet', extra=dict( stage1=dict( num_modules=1, num_branches=1, block='BOTTLENECK', num_blocks=(4,), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/hrnet/htc_hrnetv2p_w32_20e.py
configs/hrnet/htc_hrnetv2p_w32_20e.py
# model settings model = dict( type='HybridTaskCascade', num_stages=3, pretrained='open-mmlab://msra/hrnetv2_w32', interleaved=True, mask_info_flow=True, backbone=dict( type='HRNet', extra=dict( stage1=dict( num_modules=1, num_branches=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/hrnet/mask_rcnn_hrnetv2p_w18_1x.py
configs/hrnet/mask_rcnn_hrnetv2p_w18_1x.py
# model settings model = dict( type='MaskRCNN', pretrained='open-mmlab://msra/hrnetv2_w18', backbone=dict( type='HRNet', extra=dict( stage1=dict( num_modules=1, num_branches=1, block='BOTTLENECK', num_blocks=(4, ), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/hrnet/fcos_hrnetv2p_w32_gn_1x_4gpu.py
configs/hrnet/fcos_hrnetv2p_w32_gn_1x_4gpu.py
# model settings model = dict( type='FCOS', pretrained='open-mmlab://msra/hrnetv2_w32', backbone=dict( type='HRNet', extra=dict( stage1=dict( num_modules=1, num_branches=1, block='BOTTLENECK', num_blocks=(4, ), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/hrnet/cascade_rcnn_hrnetv2p_w32_20e.py
configs/hrnet/cascade_rcnn_hrnetv2p_w32_20e.py
# model settings model = dict( type='CascadeRCNN', num_stages=3, pretrained='open-mmlab://msra/hrnetv2_w32', backbone=dict( type='HRNet', extra=dict( stage1=dict( num_modules=1, num_branches=1, block='BOTTLENECK', ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/hrnet/faster_rcnn_hrnetv2p_w32_1x.py
configs/hrnet/faster_rcnn_hrnetv2p_w32_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='open-mmlab://msra/hrnetv2_w32', backbone=dict( type='HRNet', extra=dict( stage1=dict( num_modules=1, num_branches=1, block='BOTTLENECK', num_blocks=(4,), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/hrnet/mask_rcnn_hrnetv2p_w32_1x.py
configs/hrnet/mask_rcnn_hrnetv2p_w32_1x.py
# model settings model = dict( type='MaskRCNN', pretrained='open-mmlab://msra/hrnetv2_w32', backbone=dict( type='HRNet', extra=dict( stage1=dict( num_modules=1, num_branches=1, block='BOTTLENECK', num_blocks=(4, ), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/hrnet/faster_rcnn_hrnetv2p_w40_1x.py
configs/hrnet/faster_rcnn_hrnetv2p_w40_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='open-mmlab://msra/hrnetv2_w40', backbone=dict( type='HRNet', extra=dict( stage1=dict( num_modules=1, num_branches=1, block='BOTTLENECK', num_blocks=(4,), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/libra_rcnn/libra_faster_rcnn_r101_fpn_1x.py
configs/libra_rcnn/libra_faster_rcnn_r101_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet101', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=[ dict( type='FPN', ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/libra_rcnn/libra_faster_rcnn_r50_fpn_1x.py
configs/libra_rcnn/libra_faster_rcnn_r50_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=[ dict( type='FPN', ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/libra_rcnn/libra_retinanet_r50_fpn_1x.py
configs/libra_rcnn/libra_retinanet_r50_fpn_1x.py
# model settings model = dict( type='RetinaNet', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=[ dict( type='FPN', ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/libra_rcnn/libra_fast_rcnn_r50_fpn_1x.py
configs/libra_rcnn/libra_fast_rcnn_r50_fpn_1x.py
# model settings model = dict( type='FastRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=[ dict( type='FPN', ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/libra_rcnn/libra_faster_rcnn_x101_64x4d_fpn_1x.py
configs/libra_rcnn/libra_faster_rcnn_x101_64x4d_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='open-mmlab://resnext101_64x4d', backbone=dict( type='ResNeXt', depth=101, groups=64, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/cityscapes/mask_rcnn_r50_fpn_1x_cityscapes.py
configs/cityscapes/mask_rcnn_r50_fpn_1x_cityscapes.py
# model settings model = dict( type='MaskRCNN', pretrained='modelzoo://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256, 51...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/cityscapes/faster_rcnn_r50_fpn_1x_cityscapes.py
configs/cityscapes/faster_rcnn_r50_fpn_1x_cityscapes.py
# model settings model = dict( type='FasterRCNN', pretrained='modelzoo://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256, ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/dcn/faster_rcnn_dpool_r50_fpn_1x.py
configs/dcn/faster_rcnn_dpool_r50_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[25...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/dcn/faster_rcnn_mdconv_c3-c5_r50_fpn_1x.py
configs/dcn/faster_rcnn_mdconv_c3-c5_r50_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', dcn=dict( modulated=True, deformable_gr...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/dcn/faster_rcnn_mdpool_r50_fpn_1x.py
configs/dcn/faster_rcnn_mdpool_r50_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[25...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/dcn/cascade_rcnn_dconv_c3-c5_r50_fpn_1x.py
configs/dcn/cascade_rcnn_dconv_c3-c5_r50_fpn_1x.py
# model settings model = dict( type='CascadeRCNN', num_stages=3, pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', dcn=dict( modulated=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/dcn/cascade_mask_rcnn_dconv_c3-c5_r50_fpn_1x.py
configs/dcn/cascade_mask_rcnn_dconv_c3-c5_r50_fpn_1x.py
# model settings model = dict( type='CascadeRCNN', num_stages=3, pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', dcn=dict( modulated=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/dcn/faster_rcnn_dconv_c3-c5_r50_fpn_1x.py
configs/dcn/faster_rcnn_dconv_c3-c5_r50_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', dcn=dict( modulated=False, deformable_g...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/dcn/faster_rcnn_dconv_c3-c5_x101_32x4d_fpn_1x.py
configs/dcn/faster_rcnn_dconv_c3-c5_x101_32x4d_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='open-mmlab://resnext101_32x4d', backbone=dict( type='ResNeXt', depth=101, groups=32, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', d...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/dcn/mask_rcnn_dconv_c3-c5_r50_fpn_1x.py
configs/dcn/mask_rcnn_dconv_c3-c5_r50_fpn_1x.py
# model settings model = dict( type='MaskRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', dcn=dict( modulated=False, deformable_gro...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/dcn/faster_rcnn_mdconv_c3-c5_group4_r50_fpn_1x.py
configs/dcn/faster_rcnn_mdconv_c3-c5_group4_r50_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', dcn=dict( modulated=True, deformable_gr...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/guided_anchoring/ga_rpn_x101_32x4d_fpn_1x.py
configs/guided_anchoring/ga_rpn_x101_32x4d_fpn_1x.py
# model settings model = dict( type='RPN', pretrained='open-mmlab://resnext101_32x4d', backbone=dict( type='ResNeXt', depth=101, groups=32, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/guided_anchoring/ga_rpn_r50_caffe_fpn_1x.py
configs/guided_anchoring/ga_rpn_r50_caffe_fpn_1x.py
# model settings model = dict( type='RPN', pretrained='open-mmlab://resnet50_caffe', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=False), norm_eval=True, ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/guided_anchoring/ga_faster_x101_32x4d_fpn_1x.py
configs/guided_anchoring/ga_faster_x101_32x4d_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='open-mmlab://resnext101_32x4d', backbone=dict( type='ResNeXt', depth=101, groups=32, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/guided_anchoring/ga_retinanet_x101_32x4d_fpn_1x.py
configs/guided_anchoring/ga_retinanet_x101_32x4d_fpn_1x.py
# model settings model = dict( type='RetinaNet', pretrained='open-mmlab://resnext101_32x4d', backbone=dict( type='ResNeXt', depth=101, groups=32, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/guided_anchoring/ga_fast_r50_caffe_fpn_1x.py
configs/guided_anchoring/ga_fast_r50_caffe_fpn_1x.py
# model settings model = dict( type='FastRCNN', pretrained='open-mmlab://resnet50_caffe', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=False), norm_eval=True, ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/guided_anchoring/ga_rpn_r101_caffe_rpn_1x.py
configs/guided_anchoring/ga_rpn_r101_caffe_rpn_1x.py
# model settings model = dict( type='RPN', pretrained='open-mmlab://resnet101_caffe', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=False), norm_eval=True, ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/guided_anchoring/ga_retinanet_r50_caffe_fpn_1x.py
configs/guided_anchoring/ga_retinanet_r50_caffe_fpn_1x.py
# model settings model = dict( type='RetinaNet', pretrained='open-mmlab://resnet50_caffe', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=False), norm_eval=True, ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/guided_anchoring/ga_faster_r50_caffe_fpn_1x.py
configs/guided_anchoring/ga_faster_r50_caffe_fpn_1x.py
# model settings model = dict( type='FasterRCNN', pretrained='open-mmlab://resnet50_caffe', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=False), norm_eval=True, ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gn/mask_rcnn_r101_fpn_gn_2x.py
configs/gn/mask_rcnn_r101_fpn_gn_2x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='MaskRCNN', pretrained='open-mmlab://detectron/resnet101_gn', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, s...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gn/mask_rcnn_r50_fpn_gn_contrib_2x.py
configs/gn/mask_rcnn_r50_fpn_gn_contrib_2x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='MaskRCNN', pretrained='open-mmlab://contrib/resnet50_gn', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gn/mask_rcnn_r50_fpn_gn_2x.py
configs/gn/mask_rcnn_r50_fpn_gn_2x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='MaskRCNN', pretrained='open-mmlab://detectron/resnet50_gn', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, sty...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/scratch/scratch_mask_rcnn_r50_fpn_gn_6x.py
configs/scratch/scratch_mask_rcnn_r50_fpn_gn_6x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='MaskRCNN', pretrained=None, backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=-1, style='pytorch', zero_init_...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/scratch/scratch_faster_rcnn_r50_fpn_gn_6x.py
configs/scratch/scratch_faster_rcnn_r50_fpn_gn_6x.py
# model settings norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='FasterRCNN', pretrained=None, backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=-1, style='pytorch', zero_ini...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gn+ws/mask_rcnn_x101_32x4d_fpn_gn_ws_2x.py
configs/gn+ws/mask_rcnn_x101_32x4d_fpn_gn_ws_2x.py
# model settings conv_cfg = dict(type='ConvWS') norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='MaskRCNN', pretrained='open-mmlab://jhu/resnext101_32x4d_gn_ws', backbone=dict( type='ResNeXt', depth=101, groups=32, base_width=4, num_st...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gn+ws/mask_rcnn_r50_fpn_gn_ws_2x.py
configs/gn+ws/mask_rcnn_r50_fpn_gn_ws_2x.py
# model settings conv_cfg = dict(type='ConvWS') norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='MaskRCNN', pretrained='open-mmlab://jhu/resnet50_gn_ws', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), f...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gn+ws/mask_rcnn_r50_fpn_gn_ws_20_23_24e.py
configs/gn+ws/mask_rcnn_r50_fpn_gn_ws_20_23_24e.py
# model settings conv_cfg = dict(type='ConvWS') norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='MaskRCNN', pretrained='open-mmlab://jhu/resnet50_gn_ws', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), f...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/gn+ws/faster_rcnn_r50_fpn_gn_ws_1x.py
configs/gn+ws/faster_rcnn_r50_fpn_gn_ws_1x.py
# model settings conv_cfg = dict(type='ConvWS') norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='FasterRCNN', pretrained='open-mmlab://jhu/resnet50_gn_ws', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), ...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/grid_rcnn/grid_rcnn_gn_head_r50_fpn_2x.py
configs/grid_rcnn/grid_rcnn_gn_head_r50_fpn_2x.py
# model settings model = dict( type='GridRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in_channels=[256,...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/grid_rcnn/grid_rcnn_gn_head_x101_32x4d_fpn_2x.py
configs/grid_rcnn/grid_rcnn_gn_head_x101_32x4d_fpn_2x.py
# model settings model = dict( type='GridRCNN', pretrained='open-mmlab://resnext101_32x4d', backbone=dict( type='ResNeXt', depth=101, groups=32, base_width=4, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=d...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false
hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection
https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection/blob/321a207c499a3f6b260fa2e0644ef90a5d996ddc/configs/fp16/mask_rcnn_r50_fpn_fp16_1x.py
configs/fp16/mask_rcnn_r50_fpn_fp16_1x.py
# fp16 settings fp16 = dict(loss_scale=512.) # model settings model = dict( type='MaskRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch'), neck=dict(...
python
Apache-2.0
321a207c499a3f6b260fa2e0644ef90a5d996ddc
2026-01-05T07:09:22.326240Z
false