-
Notifications
You must be signed in to change notification settings - Fork 132
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
AttributeError: 'NoneType' object has no attribute 'convert_from_pinhole_camera_parameters' #64
Comments
I have the same problem and I don't know how to solve it |
I have the same problem too! |
Did you solve it ?! |
@farhadi76m did you solve it ? :D |
Try open3d==0.16.0 |
没有用 |
Anyone solved it? |
please help
Traceback (most recent call last):
File "test.py", line 138, in
main(args)
File "test.py", line 87, in main
vis_pc(pc, bboxes=lidar_bboxes, labels=labels)
File "/mnt/PointPillars/utils/vis_o3d.py", line 97, in vis_pc
vis_core(vis_objs)
File "/mnt/PointPillars/utils/vis_o3d.py", line 59, in vis_core
ctr.convert_from_pinhole_camera_parameters(param)
AttributeError: 'NoneType' object has no attribute 'convert_from_pinhole_camera_parameters'
The text was updated successfully, but these errors were encountered: