-
Notifications
You must be signed in to change notification settings - Fork 23
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
Comments
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! |
Hello |
@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. |
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:
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 beFalse
for the training dataloader?FGCrossNet_ACMMM2019/main.py
Line 126 in b92a2ae
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!
The text was updated successfully, but these errors were encountered: