Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

What can I do if I can't find the train.csv file? #130

Open
xqc-qc opened this issue Nov 10, 2023 · 0 comments
Open

What can I do if I can't find the train.csv file? #130

xqc-qc opened this issue Nov 10, 2023 · 0 comments

Comments

@xqc-qc
Copy link

xqc-qc commented Nov 10, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant