Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About loading the data #19

Open
Frankie123421 opened this issue Dec 12, 2021 · 0 comments
Open

About loading the data #19

Frankie123421 opened this issue Dec 12, 2021 · 0 comments

Comments

@Frankie123421
Copy link

Frankie123421 commented Dec 12, 2021

Hello, I have downloaded the data you provided and put it under the "data" folder as "mavd_dataset.tar.gz". However, when running the train.py I encountered an issue, which is detailed as follows. I wonder what the "train.txt" is. Need I uncompress or do anything else?

Traceback (most recent call last):
File "train.py", line 316, in
train_multimodal_detection(config)
File "train.py", line 149, in train_multimodal_detection
mode="train",
File "/home/jcli/MM-DistillNet/src/datasets/MultimodalDetection.py", line 92, in init
super().init(config=config, mode=mode,classes=self.classes)
File "/home/jcli/MM-DistillNet/src/datasets/BaseDataset.py", line 106, in init
self.ids = self.get_id_list()
File "/home/jcli/MM-DistillNet/src/datasets/MultimodalDetection.py", line 111, in get_id_list
self.ids = [id.strip() for id in open(id_list_path)]
FileNotFoundError: [Errno 2] No such file or directory: 'data/train_all.txt'

@Frankie123421 Frankie123421 changed the title About loading 他和 About loading the data Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant