What does dataset.loadnext() do?

I see some research code [LUSR/train_lusr.py at main · KarlXing/LUSR · GitHub] calling .loadnext() on their ExpDataset object. What does this do? I can’t seem to find documentation on this function.
(LUSR/train_lusr.py at main · KarlXing/LUSR · GitHub)

1 Like

Looks like it’s just a function they wrote for their custom Dataset class:

Source: utils.py via LUSR/utils.py at main · KarlXing/LUSR · GitHub