`is_context_dataset` logic makes the assumption that frame filenames DO NOT have any separators like - or _. Given a like `frame_303.png` it will look for context frames like `frame0303.png`, not find them, and assume the dataset is not a context dataset. Workaround is to name files like `frame303.png` instead.
is_context_datasetlogic makes the assumption that frame filenames DO NOT have any separators like - or _.Given a like
frame_303.pngit will look for context frames likeframe0303.png, not find them, and assume the dataset is not a context dataset.Workaround is to name files like
frame303.pnginstead.