bop_toolkit icon indicating copy to clipboard operation
bop_toolkit copied to clipboard

Fix bug eval bop 24 with multiple results_path

Open MedericFourmy opened this issue 3 months ago • 0 comments

eval_bop24_pose.by can evaluate several results in a row by passing comma separated result_filenames. However, current implementation crashes at the 2nd file because the error_type of the "mssd" error is overwritten to "mssd_mm".

Fix: use tmp variable

MedericFourmy avatar Oct 22 '25 14:10 MedericFourmy