ERROR - The testing results of the whole dataset is empty.

See original GitHub issue

Describe the bug When I run faster_rcnn_r101_fpn_1x_coco, I can get the bbox evaluation, but I run faster_rcnn_hrnetv2p_w40_1x_coco, faster_rcnn_x101_64x4d_fpn_1x_coco I got the error. ERROR - The testing results of the whole dataset is empty. Use tools/test.py to get the same error

Environment

  1. python tools/train.py configs/faster_rcnn/faster_rcnn_r101_fpn_1x_coco.py is OK.
  2. python tools/train.py configs/faster_rcnn/faster_rcnn_x101_64x4d_fpn_1x_coco.py is ERROR.
  3. python tools/train.py configs/hrnet/faster_rcnn_hrnetv2p_w40_1x_coco.py is ERROR. I use Tesla V100-PCIE-32GB, The three models are trained simultaneously!

I need help!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

4reactions
hongrui16commented, Jul 26, 2020

I got the same error, when the epoch is smaller than 4, the evaluation can be implemented. After the epoch increased to 5, the loss wan nan and got error, ERROR - The testing results of the whole dataset is empty, during evaluation.

0reactions
dream-in-nightcommented, Aug 11, 2020

i have meet the same problem, i slove it by create another conda enviroment. the problem come when i use my 1060 gpu, and if i run the same code in colab, the problem disappared .

Read more comments on GitHub >

github_iconTop Results From Across the Web

mmdet - ERROR - The testing results of the whole dataset is ...
I was trying to train a CascadeMaskRCNN Hrnet model on a custom dataset in my local system with COCO style annotations.
Read more >
ERROR:The testing results of the whole dataset is empty
已解决:ERROR:The testing results of the whole dataset is empty.
Read more >
[ 오류 노트 ] mmdetection => The testing results of the whole ...
[ 오류 노트 ] mmdetection => The testing results of the whole dataset is empty. : 네이버 블로그
Read more >
How to test if a DataSet is empty? - Stack Overflow
I'm modifying someone else's code where a query is performed using the following: DataSet ds = new DataSet(); SqlDataAdapter da = new ...
Read more >
mmdetection在自己的数据集上训练检测模型 - 华为云社区
mmdet - ERROR - The testing results of the whole dataset is empty. ... It's because I didn't modify the right number of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found