MPN
MPN copied to clipboard
Missing VideoDataLoader import
The script gave an error as the VideoDataLoader was not imported in the file
I think you need to put "from model.utils import VideoDataLoader import " into the train.py file, the author seems to have leaked that he wrote VideoDataLoader inside model.utils.py