Bingjie Liu
Bingjie Liu
I would also like to run this code on the modelnet40 dataset to facilitate applying this model to my own dataset. @hancyran
I encountered the same problem, reference (https://github.com/yanx27/Pointnet_Pointnet2_pytorch/) to the corresponding code to make the following changes, you can solve the problem of this channel. Modify line **16** of the `model/pointconv.py`...
The following method **can solve this problem** correctly (https://github.com/fxia22/kdnet.pytorch/issues/11#issuecomment-647470761). @ty625911724 > Maybe this problem could be solved by changing the KD networks code. The order of c is c[-1],c[-2],..,c[-11], maybe...
The solution can be found in (https://github.com/fxia22/kdnet.pytorch/issues/11#issuecomment-1174564811).