Skip to content

Commit eddecc1

Browse files
Merge pull request #493 from yoshitomo-matsubara/dev
Add repo_or_dir
2 parents e0dfedc + 9c44685 commit eddecc1

4 files changed

+4
-0
lines changed

configs/official/coco2017/yoshitomo-matsubara/rrpr2020/ghnd-custom_fasterrcnn_resnet50_fpn_from_fasterrcnn_resnet50_fpn.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ models:
3333
num_classes: 91
3434
src_ckpt:
3535
student_model:
36+
repo_or_dir: 'yoshitomo-matsubara/sc2-benchmark'
3637
key: &student_model_key 'custom_fasterrcnn_resnet_fpn'
3738
_weights: &student_weights !import_get
3839
key: 'torchvision.models.detection.faster_rcnn.FasterRCNN_ResNet50_FPN_Weights'

configs/official/coco2017/yoshitomo-matsubara/rrpr2020/ghnd-custom_maskrcnn_resnet50_fpn_from_maskrcnn_resnet50_fpn.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ models:
3333
num_classes: 91
3434
src_ckpt:
3535
student_model:
36+
repo_or_dir: 'yoshitomo-matsubara/sc2-benchmark'
3637
key: &student_model_key 'custom_maskrcnn_resnet_fpn'
3738
_weights: &student_weights !import_get
3839
key: 'torchvision.models.detection.mask_rcnn.MaskRCNN_ResNet50_FPN_Weights'

configs/sample/coco2017/ghnd/custom_fasterrcnn_resnet50_fpn_from_fasterrcnn_resnet50_fpn.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ models:
3333
num_classes: 91
3434
src_ckpt:
3535
student_model:
36+
repo_or_dir: 'yoshitomo-matsubara/sc2-benchmark'
3637
key: &student_model_key 'custom_fasterrcnn_resnet_fpn'
3738
_weights: &student_weights !import_get
3839
key: 'torchvision.models.detection.faster_rcnn.FasterRCNN_ResNet50_FPN_Weights'

configs/sample/coco2017/ghnd/custom_maskrcnn_resnet50_fpn_from_maskrcnn_resnet50_fpn.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ models:
3333
num_classes: 91
3434
src_ckpt:
3535
student_model:
36+
repo_or_dir: 'yoshitomo-matsubara/sc2-benchmark'
3637
key: &student_model_key 'custom_maskrcnn_resnet_fpn'
3738
_weights: &student_weights !import_get
3839
key: 'torchvision.models.detection.mask_rcnn.MaskRCNN_ResNet50_FPN_Weights'

0 commit comments

Comments
 (0)