How to reclassify results?

The AITracker system provides full results of the movement and classification of objects in the image. These results are stored in the format (.pickle) of the appropriate directory for the given configuration ConfigurationX, where X = 0, 1, 2, .... Thanks to this solution, the client can further work with the results by changing configurations and reclassifying all objects (trackers).

The reclassification process itself is time-consuming and may take several minutes (especially for measurements of several dozen objects). One by one, each result .pickle file will be loaded into memory and counted with the current configuration.
Attention! Running the reclassification process automatically saves the entire configuration.