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

precomputed dataset #24

Closed
GeondoPark opened this issue Dec 2, 2019 · 1 comment
Closed

precomputed dataset #24

GeondoPark opened this issue Dec 2, 2019 · 1 comment

Comments

@GeondoPark
Copy link

Hi, First of all, it is very helpful and grateful to open your code.
I have a question about your precomputed dataset.

For training, vse model, for coco dataset, code use some data augmentation methods.

t_list = [transforms.RandomResizedCrop(opt.crop_size),
transforms.RandomHorizontalFlip()]

Did you consider the data augmentation while making a precomputed dataset?

Thank you

@fartashf
Copy link
Owner

fartashf commented Dec 2, 2019

Please refer to Table 2 in the paper for the effect of random cropping (RC) compared to precomputed features (1C). Details on different data augmentation are discussed in section 3.
https://arxiv.org/pdf/1707.05612.pdf

@fartashf fartashf closed this as completed Dec 2, 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