hmorimitsu / ptlflow

PyTorch Lightning Optical Flow models, scripts, and pretrained weights.
Apache License 2.0
250 stars 33 forks source link

query related to datasets splits and checkpoints #45

Closed nihalgupta84 closed 1 year ago

nihalgupta84 commented 1 year ago

what's the difference between trainval and val?

how do i get the checkpoints information in more detail if training has been done in mixed datasets?

hmorimitsu commented 1 year ago

Hi,

trainval means train+val splits together.

About the checkpoints, they were converted from the official ones, so you should check the official repositories directly for more information. The sources for each checkpoint are at: https://ptlflow.readthedocs.io/en/latest/models/checkpoint_list.html

Best

nihalgupta84 commented 1 year ago

thanks for the quick reply!