sujeongkim

Results 2 comments of sujeongkim

Any updates? I am having the same issue with "configs/BigDetection/cbnetv2/htc_cbv2_swin_base_giou_4conv1f_adamw_bigdet.py"

Adding "test" to the "data" dictionary in the config file ([link](https://github.com/amazon-research/bigdetection/blob/c3289adf62e7f82b7fa1523fea4ebdf99c0322ee/configs/BigDetection/cbnetv2/htc_cbv2_swin_base_giou_4conv1f_adamw_bigdet.py#L130)) seems working. Replace lines 130-134 with this: `data = dict( samples_per_gpu=samples_per_gpu, train=dict( pipeline=train_pipeline), test=dict( pipeline=test_pipeline) )`