Skip to content

[py][fix] Improved the speed of the db generation.

Yannick DAYER requested to merge fix-efficiency into master

The problem was the search of the annotations in the eyes dataframe. Made it faster by using the filename as index and creating series instead of dataframes for each row.

Merge request reports