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

Results are different with Python #1

Open
buingocnam87 opened this issue Sep 8, 2016 · 12 comments
Open

Results are different with Python #1

buingocnam87 opened this issue Sep 8, 2016 · 12 comments

Comments

@buingocnam87
Copy link

Hi! Thank you for providing such a good instruction of using faster rcnn with C++. I have successfully compiled the code but the results are really bad. Are there any issues? I used exactly your soft and change the caffe model only.

@Nvpiao
Copy link

Nvpiao commented Nov 25, 2016

I do have the same problem.

@zhanglaplace
Copy link

@buingocnam87 hi,i compiled the project failed.could you show me your experience for me ?

@Nvpiao
Copy link

Nvpiao commented Feb 22, 2017

@zhanglaplace
Here it‘s the blog writtend by author. I prefer u learn the first one,because the dynamic lib version may case much problem.
http://www.cnblogs.com/louyihang-loves-baiyan/p/5485955.html

@zhanglaplace
Copy link

@Lone5267 yes ,i have read the blog.because my operator system is window。
i attemp to use visual studio to read the python caffemodel , i build the caffe with python support
but it still have the error in create python layers.and i want to write a nms functions by myself。

@Nvpiao
Copy link

Nvpiao commented Feb 22, 2017

@zhanglaplace It may a tough project to transplant the code from Linux platform to window platform. I've been looking for solutions, but i have no idea about it. I just find the windows version of fast-rcnn.
I posted it here:
http://m.blog.csdn.net/article/details?id=52618386

may you find the way to solve faster-rcnn and i will fork you :)

@zhanglaplace
Copy link

zhanglaplace commented Feb 22, 2017 via email

@handong1587
Copy link

handong1587 commented Mar 16, 2017

I cannot get any correct detection results using this demo, it seems that it just produced some random bboxes. I was running this demo on Ubuntu 14.04.
Does anyone have a clue how to resolve this?

vis

@zhanglaplace
Copy link

zhanglaplace commented Mar 16, 2017 via email

@handong1587
Copy link

@zhanglaplace Hi, I was running this demo on Ubuntu 14.04.
Actually I once ported py-faster-rcnn to Windows, but got similar results. I am very confused why this happen :-(

@zhanglaplace
Copy link

@handong1587 我没有ubuntu环境,所以不清楚。但是我做了个windows VC++调用matlab模型的。

@handong1587
Copy link

handong1587 commented Mar 16, 2017

@zhanglaplace
After made some modifications, I think I corrected the defects, now it can detect object correctly.
One of the modificaiton I made is the 'class_num' in faster_rcnn.hpp:

const int class_num=21; // for pascal voc caffemodel

vis

@xiaozialei
Copy link

改成两类后C++的结果和demo.py运行的结果不一致,请问有朋友遇到过这个问题吗?

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

No branches or pull requests

5 participants