- Regardless of source, all event streams start as h5 files
- Convert the h5 file to a csv file
- Split the csv file into groups of an equal number of events
- Convert split csv file into image data for network
- (Optional) Log data for simplifying class construction
See: Event_Funcs Readme for More Info
- The CNN is split into Optical and Event versions. There is also a Unified Event version and a Reduced version for Paper Ablation
- ConvNeXtNet contains Event and Optical versions for both ConvNeXt and AlexNet
- The LSTM is only an Event version
- The SNN only has the Event and Unified Event versions
- The FT Method provides a method to create data tables for the KNN method. Then KNN can be run to evaluate and create confusion matrices
See: Models Readme for More Info
- Move PTH files into this directory
- Update each file with appropriate PTH file
- Run code