yanghgai
yanghgai
训练集中包含了一些负样本(没有检测目标)的图像, 为了训练时加入这些图像,我设置了 filter_empty_gt=False,如下: ` train=dict( type=dataset_type, ann_file=data_root + '/annotations/LumptrainCOCOmmdet.json', img_prefix=data_root+'/train', classes=classes, filter_empty_gt=False, pipeline=train_pipeline),` 训练了几步后,报了以下错误: `Consider using one of the following signatures instead: nonzero(*, bool as_tuple) (Triggered internally at /opt/conda/conda-bld/pytorch_1595629427478/work/torch/csrc/utils/python_arg_parser.cpp:766.) &...
Hi, The error occurred when i convert swin-transformer based mmdetection to trt `INFO:mmdet2trt:Converting model Warning: Encountered known unsupported method torch.Tensor.__matmul__ Segmentation fault (core dumped) `