ispc-lab/PointINet

ModuleNotFoundError: No module named 'kaolin.models'

AmmonZ opened this issue · 1 comments

Traceback (most recent call last):
File "demo.py", line 5, in
from models.models import PointINet
File "/home/PointINet/models/models.py", line 6, in
from .layers import SetConv, FlowEmbedding, SetUpConv, FeaturePropagation, PointsFusion
File "/home/PointINet/models/layers.py", line 9, in
from kaolin.models.PointNet2 import furthest_point_sampling
ModuleNotFoundError: No module named 'kaolin.models'

@AmmonZ Thank you for your interest in our work! If you use the latest kaolin library (v0.9), the API has been significantly changed from the version we used (v0.1). Maybe you can change to the previous version of Kaolin and we will try to remove the dependence on kaolin.