Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 548 Bytes

ManualAlignmentUtility

A utility script to merge two metadata files for use with a manual alignment workflow.

Installation

Clone the repo, then install the dependencies using npm:

npm i

Usage

This script takes two Depthkit metadata files as input: first, the metadata containing the manually aligned extrinsic matrices from MeshLab. Second, the raw metadata file from Depthkit.

node index.js "path/to/aligned_metadata.txt" "path/to/raw_metadata.txt"