charlesq34 / pointnet2

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Other
3.17k stars 902 forks source link

Is there a way to apply pointNet++ on Mac? #211

Closed Stanfording closed 3 years ago

Stanfording commented 3 years ago

Using the TensorFlow from Apple https://github.com/apple/tensorflow_macos in Miniforge environment and pointNet++ code from Keras' guide https://keras.io/examples/vision/pointnet/ will result a segmentation fault. I don't know if it is because of the m1 chip, or because of the code. It would be great if pointNet++ works on Mac, which will enhance a greater AI community including Mac users....

monjoybme commented 3 years ago

@Stanfording As long as you've installed all the required packages, there is no issue with Mac.

Stanfording commented 3 years ago

With tensorflow 2.5.0, PointNet++ can now run on m1 chip MacOS