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

Memory performance #47

Open
dawnos opened this issue Mar 14, 2017 · 4 comments
Open

Memory performance #47

dawnos opened this issue Mar 14, 2017 · 4 comments

Comments

@dawnos
Copy link

dawnos commented Mar 14, 2017

Hi guys!
I've been using libviso2 for a while. Recently I found that the ROS wrapper is memory consuming. The memory increased continuously when I ran viso2_ros. But to my knowledge, visual odometer should not behave like this. Is it storing something else? Do any body meet this problem?

Problem solved. Do not use opencv3.

@seanbai2008
Copy link

Hi Dawnos,

I'm having exactly same problem. Now I'm using ZED camera to feed video to viso2 and when I run libviso2, my memory keep increasing. I did find that my viso2 was using Opencv3 before and I switched it back to opencv2. however the problem is still there.

@dawnos
Copy link
Author

dawnos commented Apr 14, 2017

Have you recompiled viso2? Which version of opencv2 do you use(by apt-get or compile by yourself)?
As I know, zed SDK requires opencv3. Have you uninstall opencv3 totally?

@seanbai2008
Copy link

seanbai2008 commented Apr 14, 2017 via email

@dawnos
Copy link
Author

dawnos commented Apr 14, 2017

You can use ldd executable to see which version of opencv does your viso2 link to actually. If it uses opencv2, it may be some problem else.

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

2 participants