We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,
我在尝试跑通您的代码,遇到报错: FileNotFoundError: [Errno 2] No such file or directory: './data/data-split/event/vid_fold_no_1.txt'
FileNotFoundError: [Errno 2] No such file or directory: './data/data-split/event/vid_fold_no_1.txt'
这是因为在run.py的338行有 dataset_train = SVFENDDataset(f'vid_fold_no_{data_fold}.txt')
run.py
dataset_train = SVFENDDataset(f'vid_fold_no_{data_fold}.txt')
然而在./data/data-split/event里面只有 . ├── vid_fold_1.txt ├── vid_fold_2.txt ├── vid_fold_3.txt ├── vid_fold_4.txt └── vid_fold_5.txt
. ├── vid_fold_1.txt ├── vid_fold_2.txt ├── vid_fold_3.txt ├── vid_fold_4.txt └── vid_fold_5.txt
十分感谢您的帮助
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,
我在尝试跑通您的代码,遇到报错:
FileNotFoundError: [Errno 2] No such file or directory: './data/data-split/event/vid_fold_no_1.txt'
这是因为在
run.py
的338行有dataset_train = SVFENDDataset(f'vid_fold_no_{data_fold}.txt')
然而在./data/data-split/event里面只有
. ├── vid_fold_1.txt ├── vid_fold_2.txt ├── vid_fold_3.txt ├── vid_fold_4.txt └── vid_fold_5.txt
十分感谢您的帮助
The text was updated successfully, but these errors were encountered: