You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
I have the train.csv file but,[11/10 11:33:02][INFO] kinetics.py: 75: Constructing Kinetics train...
Traceback (most recent call last):
File "tools/run_net.py", line 44, in
main()
File "tools/run_net.py", line 29, in main
launch_job(cfg=cfg, init_method=args.init_method, func=train)
File "/root/TimeSformer/timesformer/utils/misc.py", line 300, in launch_job
func(cfg=cfg)
File "/root/TimeSformer/tools/train_net.py", line 425, in train
train_loader = loader.construct_loader(cfg, "train")
File "/root/TimeSformer/timesformer/datasets/loader.py", line 82, in construct_loader
dataset = build_dataset(dataset_name, cfg, split)
File "/root/TimeSformer/timesformer/datasets/build.py", line 30, in build_dataset
return DATASET_REGISTRY.get(name)(cfg, split)
File "/root/TimeSformer/timesformer/datasets/kinetics.py", line 76, in init
self._construct_loader()
File "/root/TimeSformer/timesformer/datasets/kinetics.py", line 87, in _construct_loader
path_to_file
AssertionError: path_to_your_dataset/train.csv dir not found
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
DATA:
PATH_TO_DATA_DIR: /root/TimeSformer/data/csv/
I have the train.csv file but,[11/10 11:33:02][INFO] kinetics.py: 75: Constructing Kinetics train...
Traceback (most recent call last):
File "tools/run_net.py", line 44, in
main()
File "tools/run_net.py", line 29, in main
launch_job(cfg=cfg, init_method=args.init_method, func=train)
File "/root/TimeSformer/timesformer/utils/misc.py", line 300, in launch_job
func(cfg=cfg)
File "/root/TimeSformer/tools/train_net.py", line 425, in train
train_loader = loader.construct_loader(cfg, "train")
File "/root/TimeSformer/timesformer/datasets/loader.py", line 82, in construct_loader
dataset = build_dataset(dataset_name, cfg, split)
File "/root/TimeSformer/timesformer/datasets/build.py", line 30, in build_dataset
return DATASET_REGISTRY.get(name)(cfg, split)
File "/root/TimeSformer/timesformer/datasets/kinetics.py", line 76, in init
self._construct_loader()
File "/root/TimeSformer/timesformer/datasets/kinetics.py", line 87, in _construct_loader
path_to_file
AssertionError: path_to_your_dataset/train.csv dir not found
The text was updated successfully, but these errors were encountered: