chenyuntc / dsod.pytorch

Reimplement DSOD: Learning Deeply Supervised Object Detectors from Scratch.
MIT License
70 stars 12 forks source link

Would you mind to give an instruction about how to reproduce your results? #1

Closed D-X-Y closed 6 years ago

D-X-Y commented 6 years ago

Hi, I'm very surprised by your results and interested in your implementation. I notice that you provide the trained models FPNSSD512. Would you mind to give an instruction on how to train FPNSSD512 using your codes?

Thanks very much for your help.

chenyuntc commented 6 years ago

Sorry, you are mislead! The results in readme are SSD from torchcv, I haven't implemented it yet!!! Code could be found in examples/dsod and torchcv/models/dsod. I'll update readme!