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
I want to know the learning settings of TransT-Got.
And I want to know if I can use the 'sampler for training' code like this.
dataset_train = sampler.TransTSampler([got10k_train], None, samples_per_epoch=1000*settings.batch_size, max_gap=100, processing=data_processing_train)
The text was updated successfully, but these errors were encountered:
samples per epoch等于多少。。理论上来说应该是GOT10K-train的9335个视频序列吧
Sorry, something went wrong.
No branches or pull requests
I want to know the learning settings of TransT-Got.
And I want to know if I can use the 'sampler for training' code like this.
The sampler for training
dataset_train = sampler.TransTSampler([got10k_train], None,
samples_per_epoch=1000*settings.batch_size, max_gap=100, processing=data_processing_train)
The text was updated successfully, but these errors were encountered: