after trained about 7000 iters.it has error.
Traceback (most recent call last):
File "projects/SparseRCNN/train_net.py", line 141, in
what is wrong?
the first time to evaluate the mode!
'voc_2007_test' is not registered by register_coco_instances. Therefore trying to convert it to COCO format ...
this is the error?
Serializing 4231 elements to byte tensors and concatenating them all ...
[01/15 06:36:03 d2.data.common]: Serialized dataset takes 0.01 MiB
WARNING [01/15 06:36:03 d2.evaluation.coco_evaluation]: COCO Evaluator instantiated using config, this is deprecated behavior. Please pass in explicit arguments instead.
[01/15 06:36:03 d2.evaluation.coco_evaluation]: 'voc_2007_test' is not registered by register_coco_instances. Therefore trying to convert it to COCO format ...
WARNING [01/15 06:36:03 d2.data.datasets.coco]: Using previously cached COCO format annotations at './output/inference/voc_2007_test_coco_format.json'. You need to clear the cache file if your dataset has been modified.
[01/15 06:36:03 d2.evaluation.evaluator]: Start inference on 41 images
[01/15 06:36:03 d2.evaluation.evaluator]: Inference done 11/41. 0.0336 s / img. ETA=0:00:01
[01/15 06:36:04 d2.evaluation.evaluator]: Total inference time: 0:00:01.347139 (0.037421 s / img per device, on 1 devices)
[01/15 06:36:04 d2.evaluation.evaluator]: Total inference pure compute time: 0:00:01 (0.033764 s / img per device, on 1 devices)
[01/15 06:36:04 d2.evaluation.coco_evaluation]: Preparing results for COCO format ...
[01/15 06:36:04 d2.evaluation.coco_evaluation]: Saving results to ./output/inference/coco_instances_results.json
[01/15 06:36:04 d2.evaluation.coco_evaluation]: Evaluating predictions with unofficial COCO API...
Loading and preparing results...
ERROR [01/15 06:36:04 d2.engine.train_loop]: Exception during training:
Hi~ I guess you are not running the experiments on COCO dataset, am I right? Have you fixed this bug?