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:
- Created 3 years ago
- Comments:24 (11 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 500Close this as it is addressed in the new commit, if you have further questions, feel free to open a new issues.