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

Slow performance #1

Open
amrehab410 opened this issue Mar 21, 2020 · 2 comments
Open

Slow performance #1

amrehab410 opened this issue Mar 21, 2020 · 2 comments
Labels
question Further information is requested

Comments

@amrehab410
Copy link

amrehab410 commented Mar 21, 2020

Hello sir, good job on the implementation but I was wondering..... Is there a faster way to get pointcloud from mono image?? I think the nested loop inside the "create_pointcloud_msg" function is the reason behind the slow performance

@tentone tentone added the question Further information is requested label Mar 22, 2020
@tentone
Copy link
Owner

tentone commented Mar 22, 2020

Hello

Thanks a lot. Unfortunately i don't think that there is a lot of margin for performance improvement.

Running with CUDA the performance can be really good, but running on CPU only it will be slow.

Since we are dealing with image data and neural networks it does required a bit of computational power to run in real time.

@Akuhaa
Copy link

Akuhaa commented Apr 29, 2021

Hi there @tentone, just wanted to ask a follow-up question about the package's performance.
How long does it run approximately? because whenever I run the monodepth package it seems to be stuck after the "Colocations handled automatically by placer."

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

No branches or pull requests

3 participants