microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.51k stars 4.29k forks source link

RCNN with Resnet in the future? #1171

Open mortengryning opened 7 years ago

mortengryning commented 7 years ago

I have used the Alexnet R-CNN example to train my own neural network. And the results are pretty good. But when reading up on AlexNet vs Resnet, Resnet performs much better. I would like that extra edge.

Are there any plans to combine Resnet with the fast R-CNN example? I think that would be a very valuable contribution to the CNTK project, as it would provide us (the users) with state-of-the-art image recognition out of the box.

Also, compared to Caffe, I really like that images are stored as images in the datasets. This makes it more intuitive to use CNTK compareds to other framework, and the files for training were also a great addition :)

cha-zhang commented 7 years ago

Yes, we have plans for ResNet R-CNN. Currently we are retraining ResNet models to match the Facebook implementation numbers. Once that is done, we will do ResNet R-CNN.

mortengryning commented 7 years ago

Great news :-). I will look forward to the implementation. The Alexnet is already so much better than the "old" methods so I can't wait to test the resnet.

mahilleb-msft commented 7 years ago

@pkranen, @cha-zhang - do you know the state of this?