PointMetaBase
PointMetaBase copied to clipboard
This is a PyTorch implementation of PointMetaBase proposed by our paper "Meta Architecure for Point Cloud Analysis"
When I follow your Readme and train with S3DIS, this is the error I got, pretty sure the data is already prepared as PointNeXt, do you have ant idea how...
How do I get throughput? Following your script, I tested throughput on a 3090. In my tests, PointMetaBase-XL cannot be 2x faster than PointNeXt-XL, only ~1.5x. Any suggestions?
Pretrained model here is PointMetaBase-XL. Maybe you made a mistake? I hope you can correct it.
I have two question: 1-I ask about how to download the dataset (S3DIS), how to make the preprocessing step ? 2-If i want to test my own collected data, how...
Hello, Thank you for the excellent work!, I ask about how to preprocess and test my own collected data using S3DIS pretrained model. Thank you so much.