JonathonLuiten / TrackEval

HOTA (and other) evaluation metrics for Multi-Object Tracking (MOT).
MIT License
950 stars 232 forks source link

--OUTPUT_FOLDER param input in as List instead of String #115

Open vexagonverp opened 1 year ago

vexagonverp commented 1 year ago

This causes os.path.join(self.output_fol,tracker,self.output_sub_fol) in the function get_output_fol(self,tracker) to throw an error.

vexagonverp commented 1 year ago

116 propose fix !