From 4055b82bfb7e8fce0a898213f60d21785d0a2fa5 Mon Sep 17 00:00:00 2001 From: Kai-46 Date: Fri, 13 Nov 2020 18:11:03 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9687cfd..4183c9f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ You can use the scripts inside *'colmap_runner/'* to generate camera parameters * Split distortion-free images and their correspoinding normalized cameras according to your need. ## Visualize cameras in 3D -Check camera_visualizer/visualize_cameras.py for visualizing cameras in 3D. It creates an interactive viewer for you to inspect whether your cameras have been normalized to be compatible with this codebase. Below is a screenshot of the viewer: green cameras are used for training, blue ones are for testing, while yellow ones denote a novel camera path to be synthesized. -![](camera_visualizer/screenshot.png) +Check *camera_visualizer/visualize_cameras.py* for visualizing cameras in 3D. It creates an interactive viewer for you to inspect whether your cameras have been normalized to be compatible with this codebase. Below is a screenshot of the viewer: green cameras are used for training, blue ones are for testing, while yellow ones denote a novel camera path to be synthesized. +![](camera_visualizer/screenshot.png =250x)