Pointcept / PointTransformerV3

[CVPR'24 Oral] Official repository of Point Transformer V3 (PTv3)
MIT License
583 stars 30 forks source link

Feature Pyramid implementation #67

Open aniket-gupta1 opened 1 week ago

aniket-gupta1 commented 1 week ago

Hi, Thank you for your amazing work!

I am trying to get features use PtV3 to generate feature pyramids for a pointcloud. So for example, if I have a network with 3 encoder and 3 decoder layers, I want to do something like this: Screenshot from 2024-06-17 19-30-57

Can you please give some pointers on how can I do that?