ashawkey / torch-ngp

A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.
MIT License
2.11k stars 275 forks source link

About ASH encoder #136

Open nexuslrf opened 1 year ago

nexuslrf commented 1 year ago

Hi, I saw the encoder has an ash option in https://github.com/ashawkey/torch-ngp/blob/35a8ae54063e794b40a9f0e33df2b823856ffdf6/encoding.py#L71

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?

I am interested in making some performance comparisons between original hash encoding and ASH encoding. Do you have any plans to release the AshEncoder?