Hi I am getting an error on running the training script using the command provided in the README.md
python src/infra/launch.py hydra.run.dir=. +experiment_name=exp01 +dataset.name=kinetics
as below:
"self._image_fnames = sorted(fname for fname in self._all_fnames if self._file_ext(fname) in PIL.Image.EXTENSION)
TypeError: _file_ext() missing 1 required positional argument: 'fname'"
I have the data for kinetics processed according to the steps in prepare_data folder.
Hi I am getting an error on running the training script using the command provided in the README.md
as below:
"self._image_fnames = sorted(fname for fname in self._all_fnames if self._file_ext(fname) in PIL.Image.EXTENSION)
TypeError: _file_ext() missing 1 required positional argument: 'fname'"
I have the data for kinetics processed according to the steps in prepare_data folder.