Thank you the nice library!
I am trying to figure out the advantages of WarpConvNet's PTV3 implementation w.r.t the default PTV3 implementation.
- Is there any benchmarking (memory & time) script for PTV3 or any of its components?
- when is
wp.init() used? For example, in test_attention.py it is used whereas in point_transformerv3.py it is not.