-
Notifications
You must be signed in to change notification settings - Fork 12
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 code? #1
Comments
The training code is technically available, but just not documented. I will try to write up some documentation in the next week. All of my models were trained on 4x 1080Tis. Because of the stagewise training, the full training process is a bit slow: The objectness model on COCO takes ~2 days, which is the slowest part of training, and I think everything else took ~1 day. Are you looking to re-train this model soon? If you are interested in one particular aspect of training, I will try to write the docs for that first. |
Thanks for your reply. The objectness model is the part I'm most interested in. |
@achalddave What a brilliant work! I'm also very concerned with the training docs! Thanks! |
Re-opening this until I can get the training docs up... Sorry for the delay :( |
Great Work !!! Are you planning to upload the training docs soon? Really looking forward to it specially the motion stream. |
Brilliant work! Looking forward to re-train this model too. Please release training docs at your convenience. |
Hi all, sorry again for the delays here. I've documented the commands for training here. Of course, I'd like to flesh these out to more complete docs including how to set up links to the right datasets, but hopefully this initial bit is helpful to someone: achalddave/segment-any-moving_detectron#1 |
Did you run the joint model successfully? What is the configuration environment you use, including CUDA and python versions. I hope I can get your help. |
The inference phase works for me. But I have never tried their training code. |
Excellent work! Thanks for your contribution! Will the training code be available later? How many computing resources are needed to reproduce your reported results?
The text was updated successfully, but these errors were encountered: