Skip to content

Commit d53ef10

Browse files
author
Ubuntu
committed
updates in idler exp. config
1 parent 695b51d commit d53ef10

File tree

6 files changed

+6004
-100
lines changed

6 files changed

+6004
-100
lines changed

configs/Base-RetinaNet-VOC.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MODEL:
1313
IOU_LABELS: [0, -1, 1]
1414
NUM_CLASSES: 1
1515
DATASETS:
16-
TRAIN: ("voc_2007_trainval", 'voc_2012_trainval')
16+
TRAIN: ("voc_2007_trainval",)
1717
TEST: ("voc_2007_test",)
1818
SOLVER:
1919
IMS_PER_BATCH: 16

configs/PascalVOC-Detection/retinanet_R_101_FPN_3x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MODEL:
66
SOLVER:
77
STEPS: (660, 890)
88
MAX_ITER: 1000
9-
CHECKPOINT_PERIOD: 200
9+
CHECKPOINT_PERIOD: 250
1010
IMS_PER_BATCH: 2
1111
BASE_LR: 0.001
1212
DATALOADER:

scripts/.ipynb_checkpoints/data_preparation-checkpoint.ipynb

Lines changed: 2654 additions & 42 deletions
Large diffs are not rendered by default.

scripts/.ipynb_checkpoints/detectron_tutorial-checkpoint.ipynb

Lines changed: 347 additions & 7 deletions
Large diffs are not rendered by default.

scripts/data_preparation.ipynb

Lines changed: 2654 additions & 42 deletions
Large diffs are not rendered by default.

scripts/detectron_tutorial.ipynb

Lines changed: 347 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)