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

Hard to reproduce #2

Open
dinggd opened this issue Nov 5, 2019 · 7 comments
Open

Hard to reproduce #2

dinggd opened this issue Nov 5, 2019 · 7 comments

Comments

@dinggd
Copy link

dinggd commented Nov 5, 2019

1 Request for your exact testing data

Since the testing results with the provided model on our downloaded data is very different from reported as below:

mAP
i2t 0.545611
i2a 0.526377
i2v 0.006164
t2i 0.553736
t2a 0.412829
t2v 0.006148
a2i 0.553225
a2t 0.418043
a2v 0.006096
v2i 0.015678
v2t 0.011916
v2a 0.012020
i2all 0.413965
t2all 0.327447
a2all 0.326022
v2all 0.017840

Could you please kindly provide the exact testing data for a quick test of your model? BaiduDisk, Google Disk or Onedrive at your choice.

PS: I noticed that the resolution of our downloaded is 360P and yours is 720P, however, some of the videos on youtube can not be downloaded anymore since they either private, deleted or lack the resolution of 720P.

2 Dataloader

Should the shuffle option always be False for the training dataloader?

train_loader = DataLoader(dataset=train_set, num_workers=args.workers, batch_size=args.batch_size, shuffle=False)

If so, all the remaining text, audio, and video frames will never be input to the networking for training since the iterations are based on the batch of images.

And also, during the training of ranking loss, how do you guarantee two positive cross-modal pair and two negative samples?

Thanks!

@mumuhe
Copy link
Collaborator

mumuhe commented Nov 11, 2019

esting results with the provided mo

Thanks for your interest to our work.

For the first question, I think the problem maybe the video data. From the results, I see the results related to video are all bad. So I suggest checking the video data.

For the second question, we construct the training list, so we set the shuffle option False.

@dinggd
Copy link
Author

dinggd commented Nov 12, 2019

esting results with the provided mo

Thanks for your interest to our work.

For the first question, I think the problem maybe the video data. From the results, I see the results related to video are all bad. So I suggest checking the video data.

For the second question, we construct the training list, so we set the shuffle option False.

Thanks for the kind reply.

Yes, we have noticed the performance with regard to the video is extremely low and we assumed the problem might be the provided model, which is trained with higher(720P) resolution frames while testing with lower (360P) in our case.

We tried to finetune with video data that we can get but nothing improved much.

Can you please kindly advise how to construct the training list? A sample code is very much appreciated!

Thanks again!

@mumuhe
Copy link
Collaborator

mumuhe commented Nov 17, 2019

esting results with the provided mo

Thanks for your interest to our work.
For the first question, I think the problem maybe the video data. From the results, I see the results related to video are all bad. So I suggest checking the video data.
For the second question, we construct the training list, so we set the shuffle option False.

Thanks for the kind reply.

Yes, we have noticed the performance with regard to the video is extremely low and we assumed the problem might be the provided model, which is trained with higher(720P) resolution frames while testing with lower (360P) in our case.

We tried to finetune with video data that we can get but nothing improved much.

Can you please kindly advise how to construct the training list? A sample code is very much appreciated!

Thanks again!

We restrict that the 4 instances belong to 3 subcategories, which means two of them belong to the same subcategory.

@qingjiusanliangsan
Copy link

esting results with the provided mo

Thanks for your interest to our work.
For the first question, I think the problem maybe the video data. From the results, I see the results related to video are all bad. So I suggest checking the video data.
For the second question, we construct the training list, so we set the shuffle option False.

Thanks for the kind reply.
Yes, we have noticed the performance with regard to the video is extremely low and we assumed the problem might be the provided model, which is trained with higher(720P) resolution frames while testing with lower (360P) in our case.
We tried to finetune with video data that we can get but nothing improved much.
Can you please kindly advise how to construct the training list? A sample code is very much appreciated!
Thanks again!

We restrict that the 4 instances belong to 3 subcategories, which means two of them belong to the same subcategory.

Thanks for your work,I found that there only have the list file of test, could you provide the list file of train and I just need the file of "./list/video/train.txt" ,thanks very much!

@284513016
Copy link

esting results with the provided mo

Thanks for your interest to our work.
For the first question, I think the problem maybe the video data. From the results, I see the results related to video are all bad. So I suggest checking the video data.
For the second question, we construct the training list, so we set the shuffle option False.

Thanks for the kind reply.

Yes, we have noticed the performance with regard to the video is extremely low and we assumed the problem might be the provided model, which is trained with higher(720P) resolution frames while testing with lower (360P) in our case.

We tried to finetune with video data that we can get but nothing improved much.

Can you please kindly advise how to construct the training list? A sample code is very much appreciated!

Thanks again!

Hello
How can I get the complete test and training video file?
I cannot get the complete YouTube-Birds and YouTube-Cars.
Maybe you have a better video file?
Looking forward to your reply
Thank you

@HIT16S
Copy link

HIT16S commented Jun 8, 2021

@gddingcs I have the same problem as you, so have you solved it? How to generate the train list ?

@NateLol
Copy link

NateLol commented Jul 5, 2021

@gddingcs I have the same problem as you, so have you solved it? How to generate the train list ?

No actually, I do not know the solution to this and I have moved on.

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

6 participants