ubc-vision / nf-soft-mining

(CVPR 2024) Accelerating Neural Field Training via Soft Mining
https://ubc-vision.github.io/nf-soft-mining/
Apache License 2.0
35 stars 1 forks source link

I cannot the implementation of "sampling type:lmc" #4

Closed zwxdxcm closed 1 month ago

zwxdxcm commented 1 month ago

Thanks for your contribution. I want to see how LMC implement in this repo. But I can only find that sampling type = 'uniform' or 'lindisp' ('sampling' function in estimators/prop_net.py) And I cannot find "lmc" globally in this codebase. So How can I find the implementation? Thanks!

zwxdxcm commented 1 month ago

different sampling meanings. lmc.py is in datasets folder.

shakibakh commented 3 weeks ago

@zwxdxcm As you mentioned, the implementation is in lmc.py.