https://github.com/NVlabs/cBottle/blob/main/src/cbottle/datasets/merged_dataset.py does not handle the case when times are non-contiguous. When time_length > 1 this can cause the sequence of frames to jump over missing periods.
https://github.com/NVlabs/cBottle/blob/main/src/cbottle/datasets/merged_dataset.py does not handle the case when times are non-contiguous. When time_length > 1 this can cause the sequence of frames to jump over missing periods.