MPN icon indicating copy to clipboard operation
MPN copied to clipboard

Missing VideoDataLoader import

Open Preyansh17 opened this issue 2 years ago • 1 comments

The script gave an error as the VideoDataLoader was not imported in the file

Preyansh17 avatar Mar 25 '22 06:03 Preyansh17

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

Envelopepiano avatar Apr 20 '24 11:04 Envelopepiano