-
Notifications
You must be signed in to change notification settings - Fork 37
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
Training & data generation code? #1
Comments
Any news on this? |
Hi! I try to train the network and find that the error from previous segmentation mask will influence the performance. I'm wondering the details for training if you don't mind. |
FYI, I forked this repo and implemented my own training code at https://github.com/xanderchf/RGMP |
Hi, all. Unfortunately, we have no plan to release our training code :( |
Hi! Can you tell me how to use the 'bptt_hsm' function in the train.py file? @xanderchf |
Hi! How do you deal with different length of videos in a mini-batch? In your train.py file, you used batch_size=1 when training, and if I revised it to more than 1, the error about length of video is not same shown up. @xanderchf |
In our implementation, we make sure that each training sample has same temporal length by sampling a fixed number frames from video clips. |
Got it ! Thanks! |
Hi!Thanks for releasing your code! I am wondering why do not you use bptt_hsm in train.py? what is the meaning of ntokens in line 134 of train.py? looking forward your replay!Thank you very much |
Hi! I want to know if you have know how to use the 'bptt_hsm' function in the train.py file? thanks |
Why do the authors always keep their training code under the desk? Maybe it is the key to the implementation of the proposed network, rather than the fancy structure. |
What you said is excellent! |
@Starboy-at-earth @zgf6781882 |
Thank you for your help and contribution to this field. It is expected that one day a paper with complete code can be published, which will bring great help to beginners. |
Thanks for releasing the demo code! I'm wondering if you are planning to release training and the code to generate simulated data?
The text was updated successfully, but these errors were encountered: