Maskrcnn-benchmark: Raise ValueError: Type mismatch (<type 'str'> vs. <type 'tuple'>) with values (coco_2017_train vs. ('coco_2017_train',)) for config key: DATASETS.TRAIN

Created on 11 Jun 2019  ยท  3Comments  ยท  Source: facebookresearch/maskrcnn-benchmark

โ“ Questions and Help

Most helpful comment

when building the datasets, required type is tuple. So you should use ('coco_2017_train',)

All 3 comments

Besides, have anyone used the dcn layer in this project?

when building the datasets, required type is tuple. So you should use ('coco_2017_train',)

@chang010453 Yeah I solved this problem with your method. THX

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mrteera picture mrteera  ยท  3Comments

auroua picture auroua  ยท  3Comments

BelhalK picture BelhalK  ยท  4Comments

Jinksi picture Jinksi  ยท  3Comments

zimenglan-sysu-512 picture zimenglan-sysu-512  ยท  3Comments