robot-learning-freiburg / MM-DistillNet

PyTorch code for training MM-DistillNet for multimodal knowledge distillation. http://rl.uni-freiburg.de/research/multimodal-distill
GNU General Public License v3.0
59 stars 14 forks source link

About loading the data #19

Open Frankie123421 opened 2 years ago

Frankie123421 commented 2 years ago

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'