You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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.
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!
The text was updated successfully, but these errors were encountered: