OpenDroneMap / NodeMICMAC

A Lightweight REST API to Access MICMAC Photogrammetry and SFM Engine.
https://opendronemap.org/nodemicmac/
GNU General Public License v3.0
83 stars 22 forks source link

How to contribute ? #70

Closed sbonaime closed 1 month ago

sbonaime commented 1 month ago

Hi,

I would be interested to contribute to NodeMICMAC. But right now, I don't understand how MicMac is embeded in NodeMICMAC ! Maybe we can start a dev documentation to explain how things work and maybe it will attract new people.

From README, the latest NodeMICMAC is based on Mimac Cloned: 2022-06-05 Commit: 797e98d . Latest Micmac version is from Mar 30, 2023. So maybe we can upgrade Mimac ?

Is there any way (Slack, Telegram ... ) to talk with people working on Nodeodm ? Thanks

kikislater commented 1 month ago

It's embeded like others opendronemap project:

Feel free to contribute, I have upgraded micmac repo from last PR of @rumenmitrev which was syncing his micmac repo from IGN upstream. Micmac was modified by dronemapper to work with nodejs and enhance some worflows / settings. You can drop me a message if you want to discuss in french.

kikislater commented 1 month ago

The micmac code is pulled at this line in dockerfile : https://github.com/OpenDroneMap/NodeMICMAC/blob/master/Dockerfile#L51