Pushkal Katara
Pushkal Katara
Facing the issue ``` RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same ``` due to https://github.com/NVIDIAGameWorks/kaolin/issues/249
DGCNN PointCloud Classification now working - https://github.com/pushkalkatara/kaolin/blob/dgcnn-seg/examples/Classification/DGCNN_PointCloud_Classification.ipynb
As a sub-issue for Part/Semantic segmentation examples, dataset required - ShapeNetCore PartSeg labels, S3DIS (Semantic Segmmentation). https://github.com/NVIDIAGameWorks/kaolin/issues/246
The build is failing at weird error - ```bash /opt/conda/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] -- 831 | #warning "Using deprecated...
Hi @krrish94 , @Caenorst This transform is a preprocessing function for semantic segmentation in DGCNN pipeline. Please review the PR.
Thanks for pointing out @Caenorst Now the build is passing :D
Hi @Caenorst Thanks for the detailed review. I have made some changes in the recent commit and added questions as well. please review once again. Thanks.
The preprocessing function is ``` (pc + xyz1) * xyz2 ``` The mulitplication operation on pointcloud can be performed through https://github.com/NVIDIAGameWorks/kaolin/blob/c3ec5484c326e83d6e1a9fdfd170b4c67343c68b/kaolin/transforms/transforms.py#L201 but the addition operation is missing. Adding translate as...
Hi @newbazz, I would like to work on the issue, Can you please elaborate. I did find the file https://github.com/coala/coala/blob/master/coalib/testing/LocalBearTestHelper.py
@newbazz I did type Hello World on the gitter channel, but didn't receive community invite.