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

can not generate mixup_dataset #45

Open
Sara666-LI opened this issue May 17, 2022 · 0 comments
Open

can not generate mixup_dataset #45

Sara666-LI opened this issue May 17, 2022 · 0 comments

Comments

@Sara666-LI
Copy link

**** Saving configure file in log/2022-05-17 11:28:29.440447 ****
Traceback (most recent call last):
File "lib/core/trainer.py", line 216, in
cur_trainer = trainer(args)
File "lib/core/trainer.py", line 64, in init
self.dataset = dataset_func('loading', split=args.split, img_list=args.img_list, is_training=self.is_training, workers_num=self.num_workers)
File "/home/sara/3DSSD/lib/dataset/dataloader/kitti_dataloader.py", line 69, in init
self.data_augmentor = DataAugmentor('KITTI', workers_num=self.workers_num)
File "/home/sara/3DSSD/lib/builder/data_augmentor.py", line 38, in init
mixup_sampler = MixupSampler()
File "/home/sara/3DSSD/lib/builder/mixup_sampler.py", line 31, in init
with open(self.sv_npy_cls_trainlist_path[cls], 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/sara/3DSSD/data/KITTI/mixup_database/KITTI/train/Car/train_list.txt'

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