A Python script that splits a large CSV file into smaller txt files for every 5 ms window.
A Python script that contains the object of cluster informations and a method to find close slices of a cluster.
A Python script that contains a cuts function to select the close slices of a cluster.
A Python script that contains the class for slice informations. The class contains the function to center-crop and resize the slice.
A Python script that contains the code to initialize a class which contains the information of a single 5 ms event file. It allows you to select a cluster/slice by its ID.
A Python script that contains the function to produce the dataset for training by reading a single 5 ms event file. It saves every cluster with {num_slices} close slices in a single npz file.
A Python script that contains the multi-threaded code to generate the dataset for training by running the function in utils/myDataLoader.py over all the 5 ms event files.
A Python script that contains the code to train the model.