dex-net icon indicating copy to clipboard operation
dex-net copied to clipboard

ImportError: cannot import name 'Visualizer' from 'gqcnn'

Open Ultraopxt opened this issue 3 years ago • 1 comments

Hi, Thanks for your great job.

When I try to run tools/generate_gqcnn_dataset.py, got the following error:

Traceback (most recent call last): File "tools/generate_gqcnn_dataset.py", line 59, in from gqcnn import Visualizer as vis2d ImportError: cannot import name 'Visualizer' from 'gqcnn' (/home/adminis/anaconda3/envs/gqcnn/lib/python3.7/site-packages/gqcnn/init.py)

Any help will be appreciate.

Ultraopxt avatar Nov 18 '21 02:11 Ultraopxt

Try out this fix from #50, there are some other things going wrong with this script.

https://github.com/benjertho/dex-net-public/commit/5e67ee089d068c11b400810e4dde19147bcc7e25

kondrauer avatar Nov 18 '21 13:11 kondrauer