This commit is contained in:
Micaela Verucchi
2019-04-20 12:37:36 +02:00
parent 28c012cade
commit bd45b016bb
+1 -1
View File
@@ -40,7 +40,7 @@ int main(int argc, char *argv[]) {
char *input = "../demo/yolo_test.mp4";
if(argc > 2)
input = argv[2];
char *pmatrix = "/home/classfog1/repos/MASA_server/pmatrix/proj_matrix_20937.txt";
char *pmatrix = "/home/davide/repos/projection_tool/pmat/proj_matrix_map_b.txt";
if(argc > 3)
pmatrix = argv[3];
char *tiffile = "/home/davide/repos/projection_tool/img/map_b.tif";