You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: