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

datasets #2

Open
YapingZ opened this issue May 20, 2019 · 8 comments
Open

datasets #2

YapingZ opened this issue May 20, 2019 · 8 comments

Comments

@YapingZ
Copy link

YapingZ commented May 20, 2019

Why the dataset cannot be downloaded?

@SinDongHwan
Copy link

Can't you open dataset?

if you can't open, access here for this model.
this link is same data.

@YapingZ
Copy link
Author

YapingZ commented May 21, 2019

When training the tvsum dataset, the range of index in the data_loader.py file always exceeds the number of datasets, and there is a problem with the code.

@SinDongHwan
Copy link

SinDongHwan commented May 22, 2019

Yes, Maybe you should edit a code in data_loader.py

video=self.data_file['video_'+str(index.item())]
to
video=self.data_file['video_'+str(index)]

beacuse "index" is just variable stored int data-type.

@YapingZ
Copy link
Author

YapingZ commented May 22, 2019

our test code does not get the accuracy rate and the recall rate.

@YapingZ
Copy link
Author

YapingZ commented May 22, 2019

Will you improve the test code? Such as visualization, generating video, and getting accurate f-scores

@SinDongHwan
Copy link

I would be able to do.. Maybe ^^.
I will try to visualize loss and acc graph, generate summarization and calculate f-scores.
But i want you to know, i'm not good at programming skills.
Thank you^^

@YapingZ
Copy link
Author

YapingZ commented May 23, 2019

Do you have WeChat or email? Some questions want to ask you。

@SinDongHwan
Copy link

my email is God.DongHwan@gmail.com

if i know answer for you questions. i can.

if is not, i will answer. but i will try to solve.

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