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

Question of the training details of training my own models #31

Open
timbryant opened this issue Mar 21, 2018 · 0 comments
Open

Question of the training details of training my own models #31

timbryant opened this issue Mar 21, 2018 · 0 comments

Comments

@timbryant
Copy link

Hi,zhengshou
Thank you for your replying.I'm so sorry to trouble you again. I'm very interested in your work. So I have some questiones of how to prepare the training lst of the proposal networks and the details of the training procedures.
I write the code to generate the lst, but I think there maybe some misunderstanding.
Fisrst of all, in my code, for the all videos (trimmed videos and untrimmed videos), I have conduct the sliding windows,and set the label of every segments of the trimmed videos to 1(positive label), and set the instance of the untrimmed videos to 1(positive label),and the background to 0(negative label). Am I right?
If I am right, there are a lot of rows, at least 100k rows in the lst. But as mentioned in your paper, all three stages, the training itrations are 30k. So I think my code to generate the training lst is wrong.
So, my questiones as follows
1 how to use the trimmed videos, do I need to use the sliding windows to the trimmed windows? If not , how to generate the trianing lst of the trimmed videos?
2 For the untrimmed videoes, as the videos are more longer than the trimmed videos, and there will be a lot of segments for each videos, do I need to use them all? here is my lst sample
BaseballPitch/v_BaseballPitch_g25_c07/ 73 1 2
BaseballPitch/v_BaseballPitch_g25_c07/ 81 1 2
BaseballPitch/v_BaseballPitch_g25_c07/ 1 1 4
BaseballPitch/v_BaseballPitch_g25_c07/ 17 1 4
BaseballPitch/v_BaseballPitch_g25_c07/ 33 1 4
BaseballPitch/v_BaseballPitch_g25_c07/ 49 1 4
BaseballPitch/video_validation_0000266/ 1 0 1
BaseballPitch/video_validation_0000266/ 5 0 1
BaseballPitch/video_validation_0000266/ 9 0 1
BaseballPitch/video_validation_0000266/ 13 0 1
BaseballPitch/video_validation_0000266/ 17 0 1
BaseballPitch/video_validation_0000266/ 21 0 1
BaseballPitch/video_validation_0000266/ 25 0 1
BaseballPitch/video_validation_0000266/ 29 0 1
BaseballPitch/video_validation_0000266/ 33 0 1
BaseballPitch/video_validation_0000266/ 37 0 1
please help me to check out is there some mistakes in my lst.
hope your reply,thanks
best wishes
Tim

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

1 participant