sunhan1997/IndusGrasp

sorry,could you explain why GraspNet doesn't work for industrial parts?

Closed this issue · 14 comments

From the images include grasping poses,it seems that some of the grasping poses provided by graspnet are reasonable and feasible.So I didn't understand why GraspNet doesn't work for industrial parts,could you explain that?

谢谢你的回复,不过代码好像跑不通,跑test.py 报错没有utils.kps_heatmap和utils.eval_grasp_util

issue是看不到附件的,那两个需要替换的文件,麻烦你传个百度网盘,发个地址吧。

2024-05-27 09-45-11 的屏幕截图
我得到了很奇怪的结果,抓取关键点(绿色、蓝色)和抓取点(红色)并不在一条直线上,同时代表抓取角度的黄线也没有显示

QQ图片20240531145729不好意思打扰一下,我在运行train文件的时候报错了,在定义的resnet18也没有发现scheduler,请问这是因为什么,能够帮忙解答一下吗

可能torch版本有影响,你把 print("learning_rate: ", model.scheduler.get_last_lr())注释掉试试

谢谢你的回复,不过代码好像跑不通,跑 test.py 报错没有utils.kps_heatmap和utils.eval_grasp_util

image
请问你在运行test的时候有没有遇到这个问题,如果遇到了您是怎么解决的

没有

谢谢你的回复,不过代码好像跑不通,跑 test.py 报错没有utils.kps_heatmap和utils.eval_grasp_util

image 请问你在运行test的时候有没有遇到这个问题,如果遇到了您是怎么解决的

没遇到过。不过,看报错像是没获取到all-score,可能是推理过程中模型没检测出抓姿?

谢谢你的回复,不过代码好像跑不通,跑 test.py 报错没有utils.kps_heatmap和utils.eval_grasp_util

image 请问你在运行test的时候有没有遇到这个问题,如果遇到了您是怎么解决的

这部分应该是物体检测的问题,你先看看fastrcnn这部分检测是否正常