-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
45 lines (45 loc) · 2.02 KB
/
Copy path.zenodo.json
File metadata and controls
45 lines (45 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"upload_type": "software",
"title": "Effigies: a full-OpenMVS WebODM engine for higher-quality 3D reconstruction",
"description": "<p>Effigies is a NodeODM-compatible processing node for WebODM. It is an alternative engine that runs the full OpenMVS chain (DensifyPointCloud → ReconstructMesh → RefineMesh → TextureMesh) on top of a COLMAP sparse reconstruction, closing the gap where stock WebODM/ODM produces weaker 3D than commercial tools by skipping OpenMVS' ReconstructMesh and RefineMesh.</p><p>It targets a complete, higher-quality engine across all scenarios — close-range / convergent capture (objects, finds, artefacts, statues, architecture) and drone / aerial sets — producing a textured 3D mesh, a georeferenced point cloud, and a georeferenced orthophoto, while honouring the WebODM asset contract so it installs alongside the stock ODM node and appears as its own engine.</p><p>If you use Effigies, please also cite the upstream reconstruction engines it orchestrates: COLMAP (Schönberger & Frahm 2016) for sparse Structure-from-Motion and OpenMVS for the dense / mesh / texture chain.</p>",
"license": "AGPL-3.0-or-later",
"access_right": "open",
"creators": [
{
"name": "Leiverkus, Patrick",
"affiliation": "Carl von Ossietzky Universität Oldenburg",
"orcid": "0009-0006-2308-8297"
}
],
"keywords": [
"WebODM",
"OpenDroneMap",
"NodeODM",
"OpenMVS",
"COLMAP",
"photogrammetry",
"3D reconstruction",
"dense reconstruction",
"orthophoto",
"close-range photogrammetry",
"archaeology",
"reproducible research software"
],
"related_identifiers": [
{
"identifier": "10.1109/CVPR.2016.445",
"relation": "references",
"scheme": "doi"
},
{
"identifier": "https://github.com/cdcseacave/openMVS",
"relation": "references",
"scheme": "url"
},
{
"identifier": "https://github.com/OpenDroneMap/NodeODM",
"relation": "references",
"scheme": "url"
}
]
}