graspnet / anygrasp_sdk

222 stars 22 forks source link

ModuleNotFoundError: No module named 'gsnet' #60

Open airobot1024 opened 1 week ago

airobot1024 commented 1 week ago

Hi, I encounted two issues when I use anyGrasp project. In grasp_detection/demo.py, "from gsnet import AnyGrasp", when I run the code, the terminal outputs the bellow error: ModuleNotFoundError: No module named 'gsnet'

Where is the gsnet module?

In addition, where is the tracker module in grasp_tracking/demo.py?

nilupul-tsukarm commented 1 week ago

@airobot1024 I have same issue here .. did you solved ?

airobot1024 commented 1 week ago

@airobot1024 I have same issue here .. did you solved ?

I haven't addressed this issue.

nilupul-tsukarm commented 1 week ago

@airobot1024 I guess the reason is license registration, after I doing this https://github.com/graspnet/anygrasp_sdk/tree/7a37b4244112f44e291bccedca88814284467ec5/grasp_detection cp gsnet_versions/gsnet.cpython-36m-x86_64-linux-gnu.so gsnet.so cp ../license_registration/lib_cxx_versions/lib_cxx.cpython-36m-x86_64-linux-gnu.so lib_cxx.so ModuleNotFoundError: No module named 'gsnet' problem solved and now encountering

image
airobot1024 commented 1 week ago

@airobot1024 I guess the reason is license registration, after I doing this https://github.com/graspnet/anygrasp_sdk/tree/7a37b4244112f44e291bccedca88814284467ec5/grasp_detection cp gsnet_versions/gsnet.cpython-36m-x86_64-linux-gnu.so gsnet.so cp ../license_registration/lib_cxx_versions/lib_cxx.cpython-36m-x86_64-linux-gnu.so lib_cxx.so ModuleNotFoundError: No module named 'gsnet' problem solved and now encountering image

I think so. Why did your license failed? I haven't received the license after filled the register page yesterday.

nilupul-tsukarm commented 1 week ago

I also did not received license yet. I'm waiting for that.. here I used sample license folder for just test. will see..