wangyuxin87 / ContourNet

A PyTorch implementation of "ContourNet: Taking a Further Step toward Accurate Arbitrary-shaped Scene Text Detection" (CVPR2020)
Other
227 stars 46 forks source link

测试出现问题 #20

Open Windskuy opened 3 years ago

Windskuy commented 3 years ago

您好,我在测试时,数据处理完以后,出现了以下问题,也没有报错 Evaluating cf threshold 0.65 ... num_dt, num_det: 0 0 recall: 0 precision: 0 hmean: 0 tiouRecall: 0 tiouPrecision: 0 tiouHmean: 0 指标都是0,想请教一下是哪里出现了问题?感谢回答

StudentChen commented 3 years ago

hi,when I test the ic15 dataset, it appeared:RuntimeError:cuda runtime error(30) unknown error at /opt/conda/conda-bld pytorch_1549628766161/work/aten/src/THC/THCGeneral.cpp:51,Could you please tell me what the problem is ? Is the environment not set right??Or The problem Is cuda ?Thank you for your answer.