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
Thanks for you share this excellent reseach! I'm confused some line in 'generate_sst_props.py'
def parse_args(): ... p.add_argument('-ds', '--input-dataset', help='filepath for input dataset.', default='data/feats/example_feats.hdf5', type=str)
where can I get this file "data/feats/example_feats.hdf5". I really hope for your reply sincerely. Best Regards!
The text was updated successfully, but these errors were encountered:
@sophiazy ActivityNet provides a C3D feature dataset which can be used by this SST code. You can download the dataset here: http://activity-net.org/challenges/2016/download.html#proposals
It seems the pretained model provided in this code, however, does not work well with ActivityNet dataset.
Sorry, something went wrong.
No branches or pull requests
Thanks for you share this excellent reseach!
I'm confused some line in 'generate_sst_props.py'
def parse_args():
...
p.add_argument('-ds', '--input-dataset', help='filepath for input dataset.',
default='data/feats/example_feats.hdf5', type=str)
where can I get this file "data/feats/example_feats.hdf5". I really hope for your reply sincerely.
Best Regards!
The text was updated successfully, but these errors were encountered: