bit-bots / YOEO

YouOnlyEncodeOnce - A CNN for Embedded Object Detection and Semantic Segmentation

Repository from Github https://github.combit-bots/YOEORepository from Github https://github.combit-bots/YOEO

Testing with -v is broken

Flova opened this issue · comments


Traceback (most recent call last):
  File "/srv/ssd_nvm/17vahl/.cache/pypoetry/virtualenvs/yoeo-7znp7RaF-py3.10/bin/yoeo-test", line 6, in <module>
    sys.exit(run())
  File "/homes/17vahl/YOEO/yoeo/test.py", line 280, in run
    evaluate_model_file(
  File "/homes/17vahl/YOEO/yoeo/test.py", line 58, in evaluate_model_file              metrics_output, seg_class_ious, secondary_metric = _evaluate(
  File "/homes/17vahl/YOEO/yoeo/test.py", line 221, in _evaluate
    print_eval_stats(yolo_metrics_output, seg_class_ious, secondary_metric, class_config, verbose)                                                                      File "/homes/17vahl/YOEO/yoeo/test.py", line 83, in print_eval_stats
    class_names = class_config.get_squeezed_det_class_names()                      AttributeError: 'ClassConfig' object has no attribute 'get_squeezed_det_class_names'. Did you mean: 'get_grouped_det_class_names'?