BerkeleyAutomation / gqcnn

Python module for GQ-CNN training and deployment with ROS integration.
https://berkeleyautomation.github.io/gqcnn
Other
306 stars 149 forks source link

Issue: examples/polcy.py ImportError: cannot import name BinaryImage #129

Closed zucheng10 closed 2 years ago

zucheng10 commented 2 years ago

System information

Describe the result you are trying to replicate i follow (https://berkeleyautomation.github.io/gqcnn/index.html). install gqcnn. image

zucheng10 commented 2 years ago

i know how to fix it : if " from perception import " error, then change it to " from autolab_core import " . there are 7 files have this error, fix it one by one.