Hi,
I want to adapt the code to a different dataset and I'm wondering what these numbers refer to in the generation of the GT files (dataset_preprocess.py):
f.writelines(f"{v['fileid']} 1 {v['signer']} 0.0 1.79769e+308 {v['label']}\n")
Is it related to this formatting? If so, is the end time fixed/hardcoded because it's not being used?
Thank you for the great work!