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
In the config.yaml file, your model seems like are trained on 256x256 image size. But the resolution in paper is 1280x720.
Can you provided the config.yaml which is used to train the best model on GROPRO dataset?
Is the image augmentations provided in the config.yaml file the best practice?
""" size: &SIZE 256 crop: random preload: &PRELOAD false preload_size: &PRELOAD_SIZE 0 bounds: [0, .9] scope: geometric corrupt: &CORRUPT - name: cutout prob: 0.5 num_holes: 3 max_h_size: 25 max_w_size: 25 - name: jpeg quality_lower: 70 quality_upper: 90 - name: motion_blur - name: median_blur - name: gamma - name: rgb_shift - name: hsv_shift - name: sharpen """
The text was updated successfully, but these errors were encountered:
Did you solve this problem?
Sorry, something went wrong.
No branches or pull requests
In the config.yaml file, your model seems like are trained on 256x256 image size.
But the resolution in paper is 1280x720.
Can you provided the config.yaml which is used to train the best model on GROPRO dataset?
Another question is about the image augmentations
Is the image augmentations provided in the config.yaml file the best practice?
"""
size: &SIZE 256
crop: random
preload: &PRELOAD false
preload_size: &PRELOAD_SIZE 0
bounds: [0, .9]
scope: geometric
corrupt: &CORRUPT
- name: cutout
prob: 0.5
num_holes: 3
max_h_size: 25
max_w_size: 25
- name: jpeg
quality_lower: 70
quality_upper: 90
- name: motion_blur
- name: median_blur
- name: gamma
- name: rgb_shift
- name: hsv_shift
- name: sharpen
"""
The text was updated successfully, but these errors were encountered: