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

Can you make your code work with Python 3? #36

Open
sarimmehdi opened this issue Apr 3, 2020 · 2 comments
Open

Can you make your code work with Python 3? #36

sarimmehdi opened this issue Apr 3, 2020 · 2 comments

Comments

@sarimmehdi
Copy link

Hi. To run your code and get the proper depth map we have to switch to Python 2 otherwise the depth map is completely incorrect. Can you make this compatible with Python 3? Thanks!

@jarvis-huang
Copy link

The official PSMNet was already ported to Python 3. So you should be able to compute disparity map already. What pseudo-lidar does is simply converting the disparity into depth map generate_lidar.py. I believe this code should already work in Python 2 or maybe with minimal modification. After all, it has very few lines of code.

@Cli98
Copy link

Cli98 commented Dec 1, 2020

The official PSMNet was already ported to Python 3. So you should be able to compute disparity map already. What pseudo-lidar does is simply converting the disparity into depth map generate_lidar.py. I believe this code should already work in Python 2 or maybe with minimal modification. After all, it has very few lines of code.

@jarvis-huang
This is wrong sir. The code in this repo only support python2. They do update their code base but not reflected here.

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

3 participants