{"id":20515568,"url":"https://github.com/ignf/myria3d","last_synced_at":"2025-04-08T13:12:47.926Z","repository":{"id":37411539,"uuid":"446364999","full_name":"IGNF/myria3d","owner":"IGNF","description":"Myria3D: Aerial Lidar HD Semantic Segmentation with Deep Learning","archived":false,"fork":false,"pushed_at":"2024-10-07T11:28:57.000Z","size":72663,"stargazers_count":222,"open_issues_count":17,"forks_count":27,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-01T12:03:38.938Z","etag":null,"topics":["deep-learning","geodata","lidar-point-cloud","pointnet","pytorch","randla-net","semantic-segmentation"],"latest_commit_sha":null,"homepage":"https://ignf.github.io/myria3d/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IGNF.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-10T09:50:28.000Z","updated_at":"2025-03-06T14:58:44.000Z","dependencies_parsed_at":"2023-10-13T02:18:06.632Z","dependency_job_id":"41c6afbc-faa5-4e6c-b697-656e2a88780f","html_url":"https://github.com/IGNF/myria3d","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fmyria3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fmyria3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fmyria3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fmyria3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IGNF","download_url":"https://codeload.github.com/IGNF/myria3d/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247847611,"owners_count":21006100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","geodata","lidar-point-cloud","pointnet","pytorch","randla-net","semantic-segmentation"],"created_at":"2024-11-15T21:22:53.589Z","updated_at":"2025-04-08T13:12:47.908Z","avatar_url":"https://github.com/IGNF.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\n# Myria3D: Aerial Lidar HD Semantic Segmentation with Deep Learning\n\n\n\u003ca href=\"https://pytorch.org/get-started/locally/\"\u003e\u003cimg alt=\"PyTorch\" src=\"https://img.shields.io/badge/PyTorch-ee4c2c?logo=pytorch\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pytorchlightning.ai/\"\u003e\u003cimg alt=\"Lightning\" src=\"https://img.shields.io/badge/-Lightning-792ee5?logo=pytorchlightning\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"https://hydra.cc/\"\u003e\u003cimg alt=\"Config: Hydra\" src=\"https://img.shields.io/badge/Config-Hydra-89b8cd\"\u003e\u003c/a\u003e\n\n[![](https://shields.io/badge/-Lightning--Hydra--Template-017F2F?style=flat\u0026logo=github\u0026labelColor=303030)](https://github.com/ashleve/lightning-hydra-template)\n\n[![CICD](https://github.com/IGNF/myria3d/actions/workflows/cicd.yaml/badge.svg)](https://github.com/IGNF/myria3d/actions/workflows/cicd.yaml)\n[![Documentation Build](https://github.com/IGNF/myria3d/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/IGNF/myria3d/actions/workflows/gh-pages.yml)\n\u003c/div\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n\nMyria3D is a deep learning library designed with a focused scope: the multiclass semantic segmentation of large scale, high density aerial Lidar points cloud.\n\nThe library implements the training of 3D Segmentation neural networks, with optimized data-processing and evaluation logics at fit time. Inference on unseen, large scale point cloud is also supported.\nIt allows for the evaluation of single-class IoU on the full point cloud, which results in reliable model evaluation.\n\nMyria3D is built upon [PyTorch](https://pytorch.org/). It keeps the standard data format \nfrom [Pytorch-Geometric](https://pytorch-geometric.readthedocs.io/). \nIts structure was bootstraped from [this code template](https://github.com/ashleve/lightning-hydra-template),\nwhich heavily relies on [Hydra](https://hydra.cc/) and [Pytorch-Lightning](https://github.com/PyTorchLightning/pytorch-lightning) to enable flexible and rapid iterations of deep learning experiments.\n\nAlthough the library can be extended with new neural network architectures or new data signatures, it makes some opiniated choices in terms of neural network architecture, data processing logics, and inference logic. Indeed, it is initially built with the [French \"Lidar HD\" project](https://geoservices.ign.fr/lidarhd) in mind, with the ambition to map France in 3D with 10 pulse/m² aerial Lidar by 2025. The data will be openly available, including a semantic segmentation with a minimal number of classes: ground, vegetation, buildings, vehicles, bridges, others. \n\n\u003e \u0026rarr; For installation and usage, please refer to [**Documentation**](https://ignf.github.io/myria3d/).\n\n\u003e \u0026rarr; A stable, production-ready version of Myria3D is tracked by a [Production Release](https://github.com/IGNF/myria3d/releases/tag/prod-release-tag). In the release's assets are a trained multiclass segmentation model as well as the necessary configuration file to perform inference on French \"Lidar HD\" data. Those assets are provided for convenience, and are subject to change in time to reflect latest model training.\n___\n\nPlease cite Myria3D if it helped your own research. Here is an example BibTex entry:\n```\n@misc{gaydon2022myria3d,\n  title={Myria3D: Deep Learning for the Semantic Segmentation of Aerial Lidar Point Clouds},\n  url={https://github.com/IGNF/myria3d},\n  author={Charles Gaydon},\n  year={2022},\n  note={IGN (French Mapping Agency)},\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignf%2Fmyria3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignf%2Fmyria3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignf%2Fmyria3d/lists"}