for e in range(total_epoch):
for it in range(np.round(60/(T/fs)).astype('int')): # TODO: 60 means the video length of each video is 60s. If each video's length in your dataset is other value (e.g, 30s), you should use that value.
for this line in train.py for contrast-phys+ what have you used instead of 60 for the MR-NIRP Indoor dataset as that has videos of varying lengths
for e in range(total_epoch):
for it in range(np.round(60/(T/fs)).astype('int')): # TODO: 60 means the video length of each video is 60s. If each video's length in your dataset is other value (e.g, 30s), you should use that value.
for this line in train.py for contrast-phys+ what have you used instead of 60 for the MR-NIRP Indoor dataset as that has videos of varying lengths