Skip to content
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

To support variance types of mode, such as rcnn & faster rcnn, serval layers need to be added #43

Closed
cocodark opened this issue Sep 27, 2017 · 9 comments

Comments

@cocodark
Copy link
Contributor

No description provided.

@BUG1989
Copy link

BUG1989 commented Sep 27, 2017

I think this project needs to support the SSD model,
Please reference to OpenCV 3.3.0 DNN model.

@liminglu
Copy link

I want to know how to resolve it and When?
Thanks!

@cocodark
Copy link
Contributor Author

To support faster rcnn model, several layers need to add, such as SmoothL1LossLayer、RoiPoolingLayer, as for caffe2mdl, customization for faster rcnn is needed too.

@cocodark
Copy link
Contributor Author

cocodark commented Sep 28, 2017

To solve the issuse #49, a customied ReshapeLayer need to be added.

@cocodark cocodark changed the title To support RCNN & Faster RCNN To support variance types of mode, such as rcnn & faster rcnn, serval layers need to be added Sep 28, 2017
@cocodark
Copy link
Contributor Author

cocodark commented Sep 28, 2017

To support ResNet, eltwiseLayer need to be customised. #47

@wangshankun
Copy link

看了下src,还需要实现rpn和roi pooling才能支持faster rcnn
roi pooling用caffe有直接改用它的forward就好,rpn没有C版本的,
之前实现了一个C版本rpn demo,并且稍微修改点算法,放回framework中比原版本性能要好些,
https://github.com/wangshankun/rcnn-optimize/tree/master/rpn_proposal

@cocodark
Copy link
Contributor Author

@wangshankun ,thank you for sharing your excellent optimization work on rpn layer, we will read your code carefully! If you want to be one of our contributors, please send PR to us.

@wangshankun
Copy link

@cocodark 对此项目很感兴趣,但是我这边不具备ios、android开发和测试环境,虽然也是在嵌入式设开发,但是对android这套不熟悉,所有没办法高效的切入此项目;因此我才申请提出在Ubuntu下开发和demo的功能扩展: issues 54
#54

@cocodark cocodark mentioned this issue Sep 29, 2017
4 tasks
@allonli allonli added this to the 1.1 milestone Sep 29, 2017
@liminglu
Copy link

@cocodark How are you getting along with v1.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants