forked from Thinklab-SJTU/ThinkMatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update CIE model and model links in doc
- Loading branch information
Showing
7 changed files
with
122 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
MODEL_NAME: vgg16_cie | ||
DATASET_NAME: willow | ||
|
||
DATASET_FULL_NAME: WillowObject | ||
|
||
MODULE: models.CIE.model | ||
|
||
BACKBONE: VGG16_bn | ||
|
||
BATCH_SIZE: 8 | ||
DATALOADER_NUM: 2 | ||
|
||
RANDOM_SEED: 123 | ||
|
||
# available GPU ids | ||
GPUS: | ||
- 0 | ||
#- 1 | ||
|
||
# Problem configuration | ||
PROBLEM: | ||
TYPE: 2GM | ||
RESCALE: # rescaled image size | ||
- 256 | ||
- 256 | ||
|
||
# Graph construction settings | ||
GRAPH: | ||
SRC_GRAPH_CONSTRUCT: tri | ||
TGT_GRAPH_CONSTRUCT: tri | ||
SYM_ADJACENCY: True | ||
|
||
# Willow object class dataset configuration | ||
WillowObject: | ||
TRAIN_NUM: 20 # number of images for training set | ||
SPLIT_OFFSET: 0 # the starting index of training set | ||
|
||
# Training settings | ||
TRAIN: | ||
# start, end epochs | ||
START_EPOCH: 0 | ||
NUM_EPOCHS: 30 | ||
|
||
LOSS_FUNC: hung | ||
|
||
# learning rate | ||
LR: 1.0e-4 | ||
MOMENTUM: 0.9 | ||
LR_DECAY: 0.2 | ||
LR_STEP: # (in epochs) | ||
- 20 | ||
|
||
EPOCH_ITERS: 200 # iterations per epoch | ||
|
||
CLASS: none | ||
|
||
# Evaluation settings | ||
EVAL: | ||
EPOCH: 23 # epoch to be tested | ||
SAMPLES: 1000 # number of tested pairs for each class | ||
|
||
# CIE model parameters | ||
CIE: | ||
FEATURE_CHANNEL: 512 | ||
SK_ITER_NUM: 20 | ||
SK_EPSILON: 1.0e-10 | ||
SK_TAU: .005 | ||
GNN_FEAT: 2048 | ||
GNN_LAYER: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.