Likun Cai

Results 3 comments of Likun Cai

> 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) )`...

> Hello, the config for Cascade R-CNN is missing. I tried to use the one from [Detectron2](https://github.com/facebookresearch/detectron2/blob/main/configs/Misc/cascade_mask_rcnn_R_50_FPN_3x.yaml) without the mask head but got the following error > > ``` >...

> 请问BigDetection标注中的segmentation能使用吗?想使用BigDetection训练实例分割模型 非常抱歉,回复的比较晚了!目前BigDetection还不支持segmentation,我们只处理了bounding box标注信息,segmentation 会考虑在之后的版本处理并加进去~