{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/instant-neural-graphics-primitives-with-a","title":"Instant Neural Graphics Primitives with a Multiresolution Hash Encoding","arxiv_id":"2201.05989","date":"2022-01-16","proceeding":null,"authors":["Thomas Müller","Alex Evans","Christoph Schied","Alexander Keller"],"abstract":"Neural graphics primitives, parameterized by fully connected neural networks, can be costly to train and evaluate. We reduce this cost with a versatile new input encoding that permits the use of a smaller network without sacrificing quality, thus significantly reducing the number of floating point and memory access operations: a small neural network is augmented by a multiresolution hash table of trainable feature vectors whose values are optimized through stochastic gradient descent. The multiresolution structure allows the network to disambiguate hash collisions, making for a simple architecture that is trivial to parallelize on modern GPUs. We leverage this parallelism by implementing the whole system using fully-fused CUDA kernels with a focus on minimizing wasted bandwidth and compute operations. We achieve a combined speedup of several orders of magnitude, enabling training of high-quality neural graphics primitives in a matter of seconds, and rendering in tens of milliseconds at a resolution of ${1920\\!\\times\\!1080}$.","url_abs":"https://arxiv.org/abs/2201.05989v2","url_pdf":"https://arxiv.org/pdf/2201.05989v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/nvlabs/instant-ngp","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"NOASSERTION"}},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/nvlabs/tiny-cuda-nn","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/bycloudai/instant-ngp-windows","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"NOASSERTION"}},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/Jittor/JNeRF","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/JonathonLuiten/instant-nerf-pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/Linyou/taichi-ngp-renderer","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/MaximeVandegar/Papers-in-100-Lines-of-Code/tree/main/Instant_Neural_Graphics_Primitives_with_a_Multiresolution_Hash_Encoding","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/ashawkey/torch-ngp","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/blurgyy/jaxngp","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"jax","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/cheind/pure-torch-ngp","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/kair-bair/nerfacc","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/kwea123/ngp_pl","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/nerfstudio-project/nerfstudio","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"jax","reach":null},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/nvidiagameworks/kaolin-wisp","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"NOASSERTION"}},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/salykovaa/instant-DexNerf","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"NOASSERTION"}},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/sjb3d/descent/tree/main/examples/image_fit","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"instant-neural-graphics-primitives-with-a","repo_url":"https://github.com/yashbhalgat/HashNeRF-pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"3d-reconstruction","task_name":"3D Reconstruction"},{"task_slug":"3d-shape-reconstruction","task_name":"3D Shape Reconstruction"},{"task_slug":"neural-radiance-caching","task_name":"Neural Radiance Caching"},{"task_slug":"neural-rendering","task_name":"Neural Rendering"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"}],"methods":[{"method_slug":"absolute-position-encodings","method_name":"Absolute Position Encodings"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"exponential-decay","method_name":"Exponential Decay"},{"method_slug":"feedforward-network","method_name":"Feedforward Network"},{"method_slug":"relu","method_name":"ReLU"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2201.05989","atlas_url":"https://app.syntology.ai/?focus=2201.05989","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2201.05989"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kwea123/ngp_pl","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kair-bair/nerfacc","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Jittor/JNeRF","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/bycloudai/instant-ngp-windows","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nerfstudio-project/nerfstudio","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cheind/pure-torch-ngp","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/yashbhalgat/HashNeRF-pytorch","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/nvlabs/instant-ngp","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Linyou/taichi-ngp-renderer","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/JonathonLuiten/instant-nerf-pytorch","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/MaximeVandegar/Papers-in-100-Lines-of-Code/tree/main/Instant_Neural_Graphics_Primitives_with_a_Multiresolution_Hash_Encoding","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/salykovaa/instant-DexNerf","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nvlabs/tiny-cuda-nn","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sjb3d/descent/tree/main/examples/image_fit","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ashawkey/torch-ngp","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nvidiagameworks/kaolin-wisp","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/blurgyy/jaxngp","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":18,"ran_fixture":5,"ran_honours":2,"ran_draft_wrong":4,"unverified":15},"by_repo_kind":{"official":{"samples":7,"ran":2,"repositories":1},"listed":{"samples":36,"ran":26,"repositories":10}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":9,"samples":[{"code_sha256_prefix":"5881a1312a6c8239","entry":"Encoding","repo":"nerfstudio-project/nerfstudio","repo_kind":"listed","path":"nerfstudio/field_components/encodings.py","file_url":"https://github.com/nerfstudio-project/nerfstudio/blob/HEAD/nerfstudio/field_components/encodings.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5881a1312a6c8239"}},{"code_sha256_prefix":"58ab43a58e36a71b","entry":"GridEncoder","repo":"ashawkey/torch-ngp","repo_kind":"listed","path":"gridencoder/grid.py","file_url":"https://github.com/ashawkey/torch-ngp/blob/HEAD/gridencoder/grid.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"58ab43a58e36a71b"}},{"code_sha256_prefix":"e5c0d600b3cfd7df","entry":"HashEncoding","repo":"nerfstudio-project/nerfstudio","repo_kind":"listed","path":"nerfstudio/field_components/encodings.py","file_url":"https://github.com/nerfstudio-project/nerfstudio/blob/HEAD/nerfstudio/field_components/encodings.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e5c0d600b3cfd7df"}},{"code_sha256_prefix":"6838aa47a20dbb27","entry":"LevelInfo","repo":"cheind/pure-torch-ngp","repo_kind":"listed","path":"torchngp/modules/encoding.py","file_url":"https://github.com/cheind/pure-torch-ngp/blob/HEAD/torchngp/modules/encoding.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6838aa47a20dbb27"}},{"code_sha256_prefix":"35c855f90bcf735f","entry":"NGP","repo":"MaximeVandegar/Papers-in-100-Lines-of-Code","repo_kind":"listed","path":"Instant_Neural_Graphics_Primitives_with_a_Multiresolution_Hash_Encoding/ngp.py","file_url":"https://github.com/MaximeVandegar/Papers-in-100-Lines-of-Code/blob/HEAD/Instant_Neural_Graphics_Primitives_with_a_Multiresolution_Hash_Encoding/ngp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"35c855f90bcf735f"}},{"code_sha256_prefix":"ecbd5905781da167","entry":"_bilinear_params_2d","repo":"cheind/pure-torch-ngp","repo_kind":"listed","path":"torchngp/modules/encoding.py","file_url":"https://github.com/cheind/pure-torch-ngp/blob/HEAD/torchngp/modules/encoding.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ecbd5905781da167"}},{"code_sha256_prefix":"15c83cf85bc3d3a8","entry":"_bilinear_params_3d","repo":"cheind/pure-torch-ngp","repo_kind":"listed","path":"torchngp/modules/encoding.py","file_url":"https://github.com/cheind/pure-torch-ngp/blob/HEAD/torchngp/modules/encoding.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"15c83cf85bc3d3a8"}},{"code_sha256_prefix":"baff6a03b08f0445","entry":"_compute_bilinear_params","repo":"cheind/pure-torch-ngp","repo_kind":"listed","path":"torchngp/modules/encoding.py","file_url":"https://github.com/cheind/pure-torch-ngp/blob/HEAD/torchngp/modules/encoding.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"baff6a03b08f0445"}},{"code_sha256_prefix":"82b510e49ca33bd4","entry":"_compute_resolutions","repo":"cheind/pure-torch-ngp","repo_kind":"listed","path":"torchngp/modules/encoding.py","file_url":"https://github.com/cheind/pure-torch-ngp/blob/HEAD/torchngp/modules/encoding.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"82b510e49ca33bd4"}},{"code_sha256_prefix":"2a16d349fb039166","entry":"_grid_encode","repo":"ashawkey/torch-ngp","repo_kind":"listed","path":"gridencoder/grid.py","file_url":"https://github.com/ashawkey/torch-ngp/blob/HEAD/gridencoder/grid.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2a16d349fb039166"}},{"code_sha256_prefix":"677c2f6def386f0c","entry":"_hash_ravel","repo":"cheind/pure-torch-ngp","repo_kind":"listed","path":"torchngp/modules/encoding.py","file_url":"https://github.com/cheind/pure-torch-ngp/blob/HEAD/torchngp/modules/encoding.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"677c2f6def386f0c"}},{"code_sha256_prefix":"3da7a3fe9ba479ea","entry":"_hash_xor","repo":"cheind/pure-torch-ngp","repo_kind":"listed","path":"torchngp/modules/encoding.py","file_url":"https://github.com/cheind/pure-torch-ngp/blob/HEAD/torchngp/modules/encoding.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3da7a3fe9ba479ea"}},{"code_sha256_prefix":"74411ce6cbc0ec6d","entry":"_query","repo":"kair-bair/nerfacc","repo_kind":"listed","path":"nerfacc/grid.py","file_url":"https://github.com/kair-bair/nerfacc/blob/HEAD/nerfacc/grid.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"74411ce6cbc0ec6d"}},{"code_sha256_prefix":"fd57e365830d09de","entry":"batchify","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"fd57e365830d09de"}},{"code_sha256_prefix":"6d1525352ca6a17a","entry":"depth2img","repo":"Linyou/taichi-ngp-renderer","repo_kind":"listed","path":"taichi_ngp.py","file_url":"https://github.com/Linyou/taichi-ngp-renderer/blob/HEAD/taichi_ngp.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6d1525352ca6a17a"}},{"code_sha256_prefix":"ae252edecc5fa2f3","entry":"empty_impl","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"utils/types.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/utils/types.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ae252edecc5fa2f3"}},{"code_sha256_prefix":"e8a2272fdb3aab11","entry":"f32_to_u8","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"utils/data.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/utils/data.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e8a2272fdb3aab11"}},{"code_sha256_prefix":"17904ab5cfa8d0aa","entry":"fov_to_focal_length","repo":"Jittor/JNeRF","repo_kind":"listed","path":"python/jnerf/dataset/dataset_util.py","file_url":"https://github.com/Jittor/JNeRF/blob/HEAD/python/jnerf/dataset/dataset_util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"17904ab5cfa8d0aa"}},{"code_sha256_prefix":"6ee9d4248fb29f6e","entry":"make_near_far_from_bound","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"models/renderers/cuda.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/models/renderers/cuda.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6ee9d4248fb29f6e"}},{"code_sha256_prefix":"ea5f6eb138cf8162","entry":"mono_to_rgb","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"utils/data.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/utils/data.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ea5f6eb138cf8162"}},{"code_sha256_prefix":"358332bd1fcb1f00","entry":"null_tensor_like","repo":"nvlabs/tiny-cuda-nn","repo_kind":"official","path":"bindings/torch/tinycudann/modules.py","file_url":"https://github.com/nvlabs/tiny-cuda-nn/blob/HEAD/bindings/torch/tinycudann/modules.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"358332bd1fcb1f00"}},{"code_sha256_prefix":"dac732e0c07c3548","entry":"null_tensor_to_none","repo":"nvlabs/tiny-cuda-nn","repo_kind":"official","path":"bindings/torch/tinycudann/modules.py","file_url":"https://github.com/nvlabs/tiny-cuda-nn/blob/HEAD/bindings/torch/tinycudann/modules.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"dac732e0c07c3548"}},{"code_sha256_prefix":"30eef9632b25220c","entry":"read_image_imageio","repo":"Jittor/JNeRF","repo_kind":"listed","path":"python/jnerf/dataset/dataset_util.py","file_url":"https://github.com/Jittor/JNeRF/blob/HEAD/python/jnerf/dataset/dataset_util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"30eef9632b25220c"}},{"code_sha256_prefix":"6e4f132e09f5d5c1","entry":"replace_impl","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"utils/types.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/utils/types.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6e4f132e09f5d5c1"}},{"code_sha256_prefix":"296bbd3954dea52c","entry":"run_network","repo":"yashbhalgat/HashNeRF-pytorch","repo_kind":"listed","path":"run_nerf.py","file_url":"https://github.com/yashbhalgat/HashNeRF-pytorch/blob/HEAD/run_nerf.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"296bbd3954dea52c"}},{"code_sha256_prefix":"e4806ed5a1eb8585","entry":"srgb_to_linear","repo":"Jittor/JNeRF","repo_kind":"listed","path":"python/jnerf/dataset/dataset_util.py","file_url":"https://github.com/Jittor/JNeRF/blob/HEAD/python/jnerf/dataset/dataset_util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e4806ed5a1eb8585"}},{"code_sha256_prefix":"52787ea8b908e7b9","entry":"to_cpu","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"utils/data.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/utils/data.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"52787ea8b908e7b9"}},{"code_sha256_prefix":"b2c79c7c992d6668","entry":"train_step","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"app/imagefit.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/app/imagefit.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b2c79c7c992d6668"}},{"code_sha256_prefix":"2105a13cbfc9df70","entry":"vmap_jaxfn_with","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"utils/common.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/utils/common.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2105a13cbfc9df70"}},{"code_sha256_prefix":"1bc1df6613a61f7f","entry":"Encoding","repo":"nvlabs/tiny-cuda-nn","repo_kind":"official","path":"bindings/torch/tinycudann/modules.py","file_url":"https://github.com/nvlabs/tiny-cuda-nn/blob/HEAD/bindings/torch/tinycudann/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"1bc1df6613a61f7f"}},{"code_sha256_prefix":"bab4f72831565f5b","entry":"FieldComponent","repo":"nerfstudio-project/nerfstudio","repo_kind":"listed","path":"nerfstudio/field_components/encodings.py","file_url":"https://github.com/nerfstudio-project/nerfstudio/blob/HEAD/nerfstudio/field_components/encodings.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"bab4f72831565f5b"}},{"code_sha256_prefix":"ee42d0c97cb735ff","entry":"Module","repo":"nvlabs/tiny-cuda-nn","repo_kind":"official","path":"bindings/torch/tinycudann/modules.py","file_url":"https://github.com/nvlabs/tiny-cuda-nn/blob/HEAD/bindings/torch/tinycudann/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"ee42d0c97cb735ff"}},{"code_sha256_prefix":"31c12ec24d6df685","entry":"MultiLevelHybridHashEncoding","repo":"cheind/pure-torch-ngp","repo_kind":"listed","path":"torchngp/modules/encoding.py","file_url":"https://github.com/cheind/pure-torch-ngp/blob/HEAD/torchngp/modules/encoding.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"31c12ec24d6df685"}},{"code_sha256_prefix":"37829527c0540e77","entry":"_module_function","repo":"nvlabs/tiny-cuda-nn","repo_kind":"official","path":"bindings/torch/tinycudann/modules.py","file_url":"https://github.com/nvlabs/tiny-cuda-nn/blob/HEAD/bindings/torch/tinycudann/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"37829527c0540e77"}},{"code_sha256_prefix":"2d3a269acf2a7eb9","entry":"_module_function_backward","repo":"nvlabs/tiny-cuda-nn","repo_kind":"official","path":"bindings/torch/tinycudann/modules.py","file_url":"https://github.com/nvlabs/tiny-cuda-nn/blob/HEAD/bindings/torch/tinycudann/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"2d3a269acf2a7eb9"}},{"code_sha256_prefix":"27104b2bbb1f407d","entry":"_torch_precision","repo":"nvlabs/tiny-cuda-nn","repo_kind":"official","path":"bindings/torch/tinycudann/modules.py","file_url":"https://github.com/nvlabs/tiny-cuda-nn/blob/HEAD/bindings/torch/tinycudann/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"27104b2bbb1f407d"}},{"code_sha256_prefix":"aa4cda8b1a0496ec","entry":"batchify_rays","repo":"yashbhalgat/HashNeRF-pytorch","repo_kind":"listed","path":"run_nerf.py","file_url":"https://github.com/yashbhalgat/HashNeRF-pytorch/blob/HEAD/run_nerf.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aa4cda8b1a0496ec"}},{"code_sha256_prefix":"8745b56380aead90","entry":"batchify_rays","repo":"JonathonLuiten/instant-nerf-pytorch","repo_kind":"listed","path":"run_nerf.py","file_url":"https://github.com/JonathonLuiten/instant-nerf-pytorch/blob/HEAD/run_nerf.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8745b56380aead90"}},{"code_sha256_prefix":"e1d0a3ae170c33ea","entry":"eval_step","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"app/imagefit.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/app/imagefit.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e1d0a3ae170c33ea"}},{"code_sha256_prefix":"69986a1a9ebdac78","entry":"load_K_Rt_from_P","repo":"Jittor/JNeRF","repo_kind":"listed","path":"python/jnerf/dataset/neus_dataset.py","file_url":"https://github.com/Jittor/JNeRF/blob/HEAD/python/jnerf/dataset/neus_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"69986a1a9ebdac78"}},{"code_sha256_prefix":"e3fa3c825ade63a5","entry":"mkValueError","repo":"blurgyy/jaxngp","repo_kind":"listed","path":"utils/common.py","file_url":"https://github.com/blurgyy/jaxngp/blob/HEAD/utils/common.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e3fa3c825ade63a5"}},{"code_sha256_prefix":"64bd11eb81b5879b","entry":"print_tcnn_speed_warning","repo":"nerfstudio-project/nerfstudio","repo_kind":"listed","path":"nerfstudio/field_components/encodings.py","file_url":"https://github.com/nerfstudio-project/nerfstudio/blob/HEAD/nerfstudio/field_components/encodings.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"64bd11eb81b5879b"}},{"code_sha256_prefix":"e9fd994e70bf07d4","entry":"render","repo":"JonathonLuiten/instant-nerf-pytorch","repo_kind":"listed","path":"run_nerf.py","file_url":"https://github.com/JonathonLuiten/instant-nerf-pytorch/blob/HEAD/run_nerf.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e9fd994e70bf07d4"}},{"code_sha256_prefix":"fc1a65ccede65297","entry":"run_network","repo":"JonathonLuiten/instant-nerf-pytorch","repo_kind":"listed","path":"run_nerf.py","file_url":"https://github.com/JonathonLuiten/instant-nerf-pytorch/blob/HEAD/run_nerf.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fc1a65ccede65297"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}