mars-nerfstudio

View on PyPIReverse Dependencies (0)

0.3.4 mars_nerfstudio-0.3.4-py3-none-any.whl

Wheel Details

Project: mars-nerfstudio
Version: 0.3.4
Filename: mars_nerfstudio-0.3.4-py3-none-any.whl
Download: [link]
Size: 90151
MD5: c2f0d1171615c1f63b0f1f65c2926952
SHA256: 21fd024da919f3ac6e7bb48f430a04cd898100ed2cc0272b903068e6d97b549d
Uploaded: 2024-02-20 08:47:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: mars-nerfstudio
Version: 0.3.4
Summary: The official code repository for the paper: MARS: An Instance-aware, Modular and Realistic Simulator for Autonomous Driving
Project-Url: Homeage, https://open-air-sun.github.io/mars
License: Apache 2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Requires-Python: >=3.8.0
Requires-Dist: nerfstudio (==0.3.4)
Requires-Dist: torchtyping
Requires-Dist: torch (<2.1.0)
Requires-Dist: tyro (==0.6.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 12471 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
mars/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
mars/cicai_configs.py sha256=7TJZosoaqhxQmAwa84dfgwiRtSk5rtzFt0_wCgwrc-c 39968
mars/mars_pipeline.py sha256=50G6UQVfx2nUSgIaLcpx_yRTCwyapg3-NAB_MKno7dk 11817
mars/data/mars_datamanager.py sha256=OyMtYQOxDGAcf09TL_rrlixOYiFoP9Xr9QupVzadmq4 4190
mars/data/mars_dataset.py sha256=x27gm4J-F1NLfvqm9jl9NuxNeC-2F3X_LudeBTBBB8Y 4968
mars/data/mars_kitti_dataparser.py sha256=BzTz2lpAV-Q2deFOtpsxIvti4n1dIyBAxfqyCOfQnzQ 59055
mars/data/mars_vkitti_dataparser.py sha256=amrmKNZGklq-PyMEfoYXhAuyhHuxnFwoI7tfyJaFAtU 28072
mars/fields/car_nerf_field.py sha256=xQylpmcA1jg9zSxyN9CXUQOqpcjalodSAsqIWgSyBkM 6877
mars/fields/nerfacto_field.py sha256=qBi-StMjxRMaslF7mkRkXRFN4eXa9Wx6sadvsDMZMHQ 14072
mars/fields/vanilla_nerf_field.py sha256=_QUA-UIX7M8oW2ZfZvR55sn0THJFWSUyAzr4RWzbI9w 6416
mars/model_components/losses.py sha256=AuZdXJtJNoLtPLpTL92bt7-QtM7AsyY3n34urB7xKm4 720
mars/models/car_nerf.py sha256=9XY9KqVVzYga7_BMSTmFScS1aXQewLBHa7vaeW2u-Wo 17497
mars/models/mipnerf.py sha256=ZgJm2JD7fASXE9IZwsN_etEsz19qXwXKHV4FxUccoyQ 8685
mars/models/nerfacto.py sha256=Af3JByeTuNtyBmyQvp-1_YkZkPhkHjTO4rqKkUS1Kjg 15769
mars/models/scene_graph.py sha256=QntTF5n8Tod9WwEfR-q7QoHTEJ1GWvjXgzOs1gw-EBw 39476
mars/models/semantic_nerfw.py sha256=uNBJhYdzyMoa_FSlT1CRy358keLG-2Rkl_LwSUmc42w 11584
mars/models/sky_model.py sha256=O0svMtEDouh6qhd-dLiAm6rVDa5nsIQb8zGlFLxR47U 2354
mars/models/vanilla_nerf.py sha256=vVZLRaqnCxUL-uq4RW7M4BKO_09G_7BWzwbPpI-MCWg 11921
mars/process_data/generate_instance_mask_kitti_mot.py sha256=HTseGdikFrN5Gsq73Wt8_LsStIi5ocsppSOdonNEiqg 1057
mars/utils/neural_scene_graph_helper.py sha256=t3IBnLh5v_WL9jHarN_gY9QkiPl9LylMeDK7HGKVdY4 46168
mars_nerfstudio-0.3.4.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
mars_nerfstudio-0.3.4.dist-info/METADATA sha256=uDNtXGq13boFIR2ePwaFzhc_EEbwUwFpKjc_YPAY2Y0 13431
mars_nerfstudio-0.3.4.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
mars_nerfstudio-0.3.4.dist-info/entry_points.txt sha256=uEnkKFp5s63bPdjjnbWtvCNfna7BxHvluu1nFpTnhIM 1420
mars_nerfstudio-0.3.4.dist-info/top_level.txt sha256=jtkK1U8yQIyjOW33N9KvIw6d0ssKXE4iXFqJ5l71aro 5
mars_nerfstudio-0.3.4.dist-info/RECORD

top_level.txt

mars

entry_points.txt

KittiData = mars.data.mars_kitti_dataparser:KittiParserSpec
VKittiData = mars.data.mars_vkitti_dataparser:VKittiParserSpec
ablation-background-mip-nerf = mars.cicai_configs:Ablation_BG_MipNeRF
ablation-background-nerf = mars.cicai_configs:Ablation_BG_NeRF
ablation-class-wise-mip-nerf = mars.cicai_configs:Ablation_class_wise_MipNeRF
ablation-class-wise-nerf = mars.cicai_configs:Ablation_class_wise_NeRF
ablation-class-wise-nerfacto = mars.cicai_configs:Ablation_class_wise_NeRFacto
ablation-no-depth = mars.cicai_configs:Ablation_no_depth
ablation-no-depth-kitti = mars.cicai_configs:Ablation_no_depth_kitti
ablation-none-ray-sample = mars.cicai_configs:Ablation_none_ray_sample
ablation-object-wise-mip-nerf = mars.cicai_configs:Ablation_object_wise_MipNeRF
ablation-object-wise-nerf = mars.cicai_configs:Ablation_object_wise_NeRF
ablation-object-wise-nerfacto = mars.cicai_configs:Ablation_object_wise_NeRFacto
ablation-warmup = mars.cicai_configs:Ablation_warmup
mars-kitti-car-depth-nvs = mars.cicai_configs:KITTI_NVS_Mars_Car_Depth
mars-kitti-car-depth-recon = mars.cicai_configs:KITTI_Recon_Mars_Car_Depth
mars-vkitti-car-depth-nvs = mars.cicai_configs:VKITTI_NVS_Mars_Car_Depth
mars-vkitti-car-depth-recon = mars.cicai_configs:VKITTI_Recon_Mars_Car_Depth
mars-vkitti-car-depth-recon-semantic = mars.cicai_configs:VKITTI_Recon_Mars_Car_Depth_Semantic