question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with kinect2grasp.py

See original GitHub issue

@lianghongzhuo Firstly thank you for your great paper and code! When I tried to run kinect2grasp.py, I noticed that there is no defination of table_top. So I fixed the value of cam_top and used the pointcloud of kinect2 directly to let the procedure continue. However, I encountered an error just in front of the network, which is

Caculated padded input size per channel: (0). Kernel size :(1). Kernel size can't be greater than actual input size

The log showed that several graps were actually sent into the network. May you help me figure out the reason why the error occurred? Thanks in advance.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:24 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
lianghongzhuocommented, Dec 29, 2020

I used voxelization to downsample the points: https://github.com/lianghongzhuo/PointNetGPD/blob/master/dex-net/apps/kinect2grasp.py#L143-L145 n_voxel was set to 500

0reactions
lianghongzhuocommented, Jun 24, 2021

Close this as it is addressed in the new commit, if you have further questions, feel free to open a new issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named main_test (kinect2grasps.py) #4 - GitHub
I tried to run kinect2grasps.py file and can't import main_test. Other modules import correctly, ... prakveer opened this issue on Apr 1, 2019...
Read more >
python/lianghongzhuo/PointNetGPD/dex-net/apps Example
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ” defined in class path resource [.xml]: No matching factory method found ...
Read more >
PointNetGPD 代码复现,环境配置,结果展示 - CSDN博客
其中尤为需要注意python-pcl、vtk、autolab-core包的安装版本,autolab-core ... (GPD) 源码编译问题flyfish 错误1 CMake Error at CMakeLists.txt:11 ...
Read more >
The pointnetgpd from lianghongzhuo - Coder Social Home
cd $PointNetGPD_FOLDER/dex-net/apps python kinect2grasp.py arguments: -h, ... i have a question about the code for Generate dataset problem about python ...
Read more >
PointNetGPD - bytemeta
PointNetGPD repo issues. ... Problem with kinect2grasp.py. Alex-czh. Alex-czh CLOSED · Updated 1 year ago · python3 read_file_sdf.py. Alex-czh.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found