Other Parts Discussed in Thread: AM68, AM68A
Tool/software:
I use AM68 SDK10.0,
Compiling with edgeai-modelmaker sometimes fails with the following error message:
2025/05/16 14:29:04 - mmengine - ERROR - /home/edgeai-tensorlab/edgeai-mmdetection/mmdet/evaluation/metrics/coco_metric.py - compute_metrics - 465 - The testing results of the whole dataset is empty.
My dataset is exported through edgeai-composer and the same dataset is compiled successfully through modelcomposer
Some of my datasets can be compiled and some cannot. Is it related to the resolution and number of images in the datasets? Why does the above error occur?