mega.pytorch icon indicating copy to clipboard operation
mega.pytorch copied to clipboard

How to train with ONLY VID?

Open youzi260 opened this issue 2 years ago • 0 comments

Hello, I want to train the network only with VID instead of DET. When I changed DATASETS_TRAIN in base_rcnn_1gpu. yaml and vid_R_101_C4_mega_1x. yaml , the following error occurred. How to solve it?

ValueError: Type mismatch (<class 'tuple'> vs. <class 'str'>) with values (() vs. VID_train_15frames) for config key: DATASETS.TRAIN

youzi260 avatar Mar 22 '22 03:03 youzi260