Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 763 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 763 Bytes

visualize.py

An example tool for visualizing geometric labels or reconstruction results.

Visualize image keypoints.

python visualize.py kpt

Visualization keypoints

Visualize matching results.

python visualize.py match

Visualiztion matches

Visualize overlap masks.

python visualize.py mask

Visualiztion masks

Visualize corresponding patches.

python visualize.py patch

Visualiztion corresponding patches

Visualize depth maps.

python visualize.py depth

Visualizeation depths

To visualize blended images or rendered depths, pass --blended when running above scripts.