Open nexuslrf opened 1 year ago
Hi, I saw the encoder has an ash option in https://github.com/ashawkey/torch-ngp/blob/35a8ae54063e794b40a9f0e33df2b823856ffdf6/encoding.py#L71
ash
However, the related implementation of AshEncoder is not available. I wonder whether this Ash encoder is based on this paper ASH: A Modern Framework for Parallel Spatial Hashing in 3D Perception?
AshEncoder
I am interested in making some performance comparisons between original hash encoding and ASH encoding. Do you have any plans to release the AshEncoder?
Hi, I saw the encoder has an
ash
option in https://github.com/ashawkey/torch-ngp/blob/35a8ae54063e794b40a9f0e33df2b823856ffdf6/encoding.py#L71However, the related implementation of
AshEncoder
is not available. I wonder whether this Ash encoder is based on this paper ASH: A Modern Framework for Parallel Spatial Hashing in 3D Perception?I am interested in making some performance comparisons between original hash encoding and ASH encoding. Do you have any plans to release the
AshEncoder
?