PointNet-Keras
PointNet-Keras copied to clipboard
Implementating PointNet with Keras
Hi I'm a newbie. is it possible to use las data with this code?
Nice work! i noticed that in your code, you set "save_weights_only=True" . since you have made a new keras layer ,i.e Matmul, is it still a problem to save the...
Hi @TianzhongSong, When I am loading the pre-trained weights into the model present in model_cls.py, it's showing an error that they have a different number of layers. Can you please...
Could you please help me to create .h5 file for my own dataset?