-
Notifications
You must be signed in to change notification settings - Fork 19
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
DS-Net for object detection #14
Comments
Hi, @NoLookDefense |
Thank you. |
Yes, we currently don't have plans to release the detailed code for object detection. Sorry for any inconvenience. |
Do we need to use the pretrained weight trained from slimmer algorithm if we want to train object detection? |
Hi @twmht We used the dynamic slimmable pretrained weight for our object detection results in the paper. But I expect performing slimmable training on object detection task with a normally pretrained network is also possible. (We are getting good results with the second training approach on action recognition tasks) |
What is your second training approach? Did you mention in the paper? |
By second approach, I mean: first, directly load a normal ImageNet pre-trained model (e.g. pytorch ResNet checkpoint) and then, perform supernet training and gate training on the downstream tasks. I did not mention this in the paper. This is a work we are currently working on. |
did you also use in-place distilling with object detection? Which loss did you use for the classification branch? |
Hello. Thanks for your work. I noticed that you also conducted some experiments in object detection. I wonder whether or when you will release the code
The text was updated successfully, but these errors were encountered: