|
|
|
|
@ -5,7 +5,7 @@ import numpy as np
@@ -5,7 +5,7 @@ import numpy as np
|
|
|
|
|
from scipy.spatial.transform import Rotation |
|
|
|
|
import sys |
|
|
|
|
# sys.path.append("/home/algo/Documents/openMVS/openMVS/libs/MVS/utils") |
|
|
|
|
sys.path.append("/root/code/openMVS/openMVS/libs/MVS/utils") |
|
|
|
|
sys.path.append("/root/code/openMVS/libs/MVS/utils") |
|
|
|
|
from colmap_loader import read_cameras_text, read_images_text, read_int_text, write_int_text, read_indices_from_file |
|
|
|
|
# from get_pose_matrix import get_w2c |
|
|
|
|
import argparse |
|
|
|
|
|