You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f"Percentage of cells with non zero density: {covered_area}%")
92
+
#print(f"Percentage of cells with non zero density: {covered_area}%")
83
93
84
94
density_grid_normalized=zoom(
85
95
density_grid_normalized,
@@ -107,20 +117,25 @@ def ComupteMetrics(
107
117
parser=argparse.ArgumentParser(
108
118
description="Export pairs in a txt file from a COLMAP database."
109
119
)
110
-
parser.add_argument("-d", "--database", type=Path, required=True, help="Path to COLMAP database.")
111
-
parser.add_argument("-m", "--min_n_matches", type=int, required=True, help="Min number of matches that a pair should have after geometric verification.")
112
-
parser.add_argument("-o", "--output", type=Path, required=True, help="Path to output folder.")
120
+
#parser.add_argument("-d", "--database", type=Path, required=True, help="Path to COLMAP database.")
121
+
#parser.add_argument("-m", "--min_n_matches", type=int, required=True, help="Min number of matches that a pair should have after geometric verification.")
122
+
#parser.add_argument("-o", "--output", type=Path, required=True, help="Path to output folder.")
113
123
parser.add_argument("-l", "--model", type=Path, required=True, help="Path to model folder.")
0 commit comments