Sven

Results 14 comments of Sven

There is a function to create the PCA model and save it to disk in `src/preprocessing` which is `fit_pca(save_path: str, dataset_path: str, re_id_net)`. You can call that method from the...

Hi, it should work pretty much out of the box by replacing the `net` variable here with your pretrained ReID model. https://github.com/selflein/GraphNN-Multi-Object-Tracking/blob/74bf9698d9ea97ff9b94a7ff554f0f7ad15f27f3/src/data_utils/preprocessing.py#L201-L206 Note that this script uses PCA dimensionality reduction...