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

Missing CNN_features_KoNViD-1k/1_resnet-50_res5c.npy #5

Closed
B0rschti opened this issue Oct 23, 2019 · 1 comment
Closed

Missing CNN_features_KoNViD-1k/1_resnet-50_res5c.npy #5

B0rschti opened this issue Oct 23, 2019 · 1 comment

Comments

@B0rschti
Copy link

B0rschti commented Oct 23, 2019

By running the command:

  1. CUDA_VISIBLE_DEVICES=0 python VSFA.py --database=KoNViD-1k --exp_id=0

A error is thrown that the file or directory "CNN_features_KoNViD-1k/1_resnet-50_res5c.npy" is missing (FileNotFoundError)

Can you please add this file or provide a link to download it.
Thanks in advance.

Here the terminal log
$ CUDA_VISIBLE_DEVICES=0 python VSFA.py --database=KoNViD-1k --exp_id=0 EXP ID: 0 KoNViD-1k VSFA Traceback (most recent call last): File "VSFA.py", line 161, in <module> train_dataset = VQADataset(features_dir, train_index, max_len, scale=scale) File "VSFA.py", line 30, in __init__ features = np.load(features_dir + str(index[i]) + '_resnet-50_res5c.npy') File "/<SOME_PATH>/numpy/lib/npyio.py", line 428, in load fid = open(os_fspath(file), "rb") FileNotFoundError: [Errno 2] No such file or directory: 'CNN_features_KoNViD-1k/1_resnet-50_res5c.npy'

@lidq92
Copy link
Owner

lidq92 commented Oct 23, 2019

Thanks for your attention.

To make it more clear, I have updated the Readme.md file. Please read the Readme.md file.

It is supposed that you have the video datasets. And to conduct the intra-dataset experiments, you should first run the feature extraction command, and then run the quality prediction command.

@lidq92 lidq92 closed this as completed Oct 23, 2019
@lidq92 lidq92 reopened this Oct 23, 2019
@lidq92 lidq92 closed this as completed Nov 4, 2019
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

2 participants