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
Thanks for sharing the simulator.
I followed your usage tutorial video in order to calibrate the simulator with a different sensor. When I run the generateDataPack.py script giving the as data_path the folder with the images, the GUI opens correctly (I think)
But, when I try to push the button "open" it raises an excpetion in this line of code, giving this output: Caught exception in event handler: AttributeError: module 'nanogui' has no attribute 'directory_dialog.
This method does not exist in nano gui, when I run help(nanogui), this method is not shown.
What can I do to run the calibration?
Thanks
The text was updated successfully, but these errors were encountered:
Hi all,
Thanks for sharing the simulator.
I followed your usage tutorial video in order to calibrate the simulator with a different sensor. When I run the generateDataPack.py script giving the as data_path the folder with the images, the GUI opens correctly (I think)
But, when I try to push the button "open" it raises an excpetion in this line of code, giving this output:
Caught exception in event handler: AttributeError: module 'nanogui' has no attribute 'directory_dialog
.This method does not exist in nano gui, when I run
help(nanogui)
, this method is not shown.What can I do to run the calibration?
Thanks
The text was updated successfully, but these errors were encountered: