-
Notifications
You must be signed in to change notification settings - Fork 119
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
gopro dataset #70
Comments
Try downloading from https://www.kaggle.com/datasets/darthvader4067/gopro |
May I ask if it is necessary to modify the image size in the dataset? The image size of the dataset I downloaded is 1280 * 720, which is a multiple of 256 * 256 and does not meet the requirements |
What requirement? |
Due to the failure of the dataset link provided on GitHub to redirect, we downloaded an 8GB dataset from the GoPro official website. When training, prompt "File"/home/shaohua/200g/code/UFormer/train/../model. py ", line 969, in forwardx = x.view(B, H, W, C)Runtime Error: Shape '[4, 991, 991, 32]' is invalid for input of size 125829120 '. I think this may be due to differences in dataset size |
You can find the DB in here also: I'm running this code on that DB without any code modifications regarding the dataset. |
When downloading the dataset, it cannot be extracted as it is a damaged archive.
I have tested this on 2 devices across 3 networks and 2 operating systems.
The text was updated successfully, but these errors were encountered: