|
|
|
|
@ -4,7 +4,7 @@ import os
@@ -4,7 +4,7 @@ import os
|
|
|
|
|
import numpy as np |
|
|
|
|
from scipy.spatial.transform import Rotation |
|
|
|
|
import sys |
|
|
|
|
sys.path.append("/home/algo/Documents/mask_face_occlusion/") |
|
|
|
|
sys.path.append("/home/algo/Documents/openMVS/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 |
|
|
|
|
|