Skip to content

Commit 64110f2

Browse files
authored
Update train.py
1 parent 44835ce commit 64110f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/occluded_reid/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# cfgs
1515
parser = argparse.ArgumentParser()
16-
parser.add_argument('--config_file', type=str, default='./configs/base_config.yaml', help='')
16+
parser.add_argument('--config_file', type=str, default='./configs/config_occludedreid_resnet50.yaml', help='')
1717
args = parser.parse_args()
1818

1919
# load configs from yaml file

0 commit comments

Comments
 (0)