Added
* More integration tests (though for some reason, there are discrepancies with official results at times) ([12](https://github.com/tadejsv/EvalDeT/pull/12))
* Filtering method for tracks (`filter_by_class`, `filter_by_conf`) ([12](https://github.com/tadejsv/EvalDeT/pull/12))
* General method for reading CSV file (`from_csv`), reading MOT gt files (`from_mot_gt`) ([12](https://github.com/tadejsv/EvalDeT/pull/12))
Changed
* Version large files for integration tests with `git-lfs` ([12](https://github.com/tadejsv/EvalDeT/pull/12))
* All `Track` class methods for reading CSV files become just a wrapper around `from_csv` ([12](https://github.com/tadejsv/EvalDeT/pull/12))