eerilygood / eereid

Python module providing tools for training and evaluating re-identification models.
Apache License 2.0
2 stars 0 forks source link

21 default parameters not set #22

Closed fpolachowski closed 1 month ago

fpolachowski commented 1 month ago

added default parameters, added missing import

psorus commented 1 month ago

this is a big no-no in python you should not set more complicated objects as standard objects, because they are not copied by default, and so you have the same object everywhere and that creates super ugly errors