vinits5/learning3d

Is this library functional?

Closed this issue · 3 comments

ysig commented

I am trying to use your library in a project, but I constantly get problems?
Is it functional?
Also you don't have github versions or releases so I can't pick an older functional part of it.

ysig commented
/usr/local/lib/python3.6/dist-packages/sklearn/utils/deprecation.py:144: FutureWarning: The sklearn.neighbors.kde module is  deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.neighbors. Anything that cannot be imported from sklearn.neighbors is now part of the private API.
  warnings.warn(message, FutureWarning)
Error raised in pointnet2 module in utils!
Either don't use pointnet2_utils or retry it's setup.
  File "/content/drive/MyDrive/learning3d/models/deepgmr.py", line 130
    self.backbone = feature_model if is not None else PointNet(use_rri=use_rri, nearest_neighbors=nearest_neighbors)
                                      ^
SyntaxError: invalid syntax
ysig commented

What I run is just:

from learning3d.models import Classifier, PointNet
from learning3d.losses import ClassificationLoss
from learning3d.data_utils import UserData

Hello @ysig,
Really sorry for the delay in response. That typo is resolved. "is" should not be there. I have pushed the latest code.
I will soon create pip library versions of this repo for a smooth transition.
Thanks.