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

dataset #72

Open
zhaozhao678 opened this issue Jun 9, 2023 · 0 comments
Open

dataset #72

zhaozhao678 opened this issue Jun 9, 2023 · 0 comments

Comments

@zhaozhao678
Copy link

Traceback (most recent call last):
File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\train.py", line 202, in
train_model()
File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\train.py", line 97, in train_model
train_dataloader = DataLoader(VideoDataset(dataset=dataset, split='train',clip_len=16), batch_size=20, shuffle=True, num_workers=4)
File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\dataloaders\dataset.py", line 41, in init
self.preprocess()
File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\dataloaders\dataset.py", line 136, in preprocess
os.mkdir(train_dir)
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'C:/MyWorkspace/pycharm_workapce/github/pytorch-video-recognition/datasets/ucf101\train\ApplyEyeMakeup'

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