Skip to content

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

Answered by breznak
waowu asked this question in Q&A
Discussion options

You must be logged in to vote

hi, I think I encountered the problem, one of these solved it:

  • my annotations were with is_crowd: 1, but COCO ignores those, set is_crowded: 0
  • my (demo model & dummy dataset) training was so bad, that val_accuracy was 0 (model was not able to detect anything in the val set) thus the training failed to converge and the model immediately overfitted. I solved that by giving a few labels from train_set into the val_set, it helped the initial scores to make sense, so the model could train successfully.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@precondition
Comment options

Answer selected by ZwwWayne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #8907 on November 08, 2022 08:15.