added data

This commit is contained in:
Micaela Verucchi
2019-04-20 13:48:55 +02:00
parent bd45b016bb
commit 9a4a65a3c3
4 changed files with 7 additions and 4 deletions
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
0.1472053693584627 -13.052205853952705 439.9459667398692
-0.6469057430349019 -6.339418443938649 578.7156423035825
-0.00025681337819676855 -0.007446975429175878 1.0
Binary file not shown.
+4 -4
View File
@@ -34,16 +34,16 @@ int main(int argc, char *argv[]) {
signal(SIGINT, sig_handler);
char *net = "yolo3_berkeley.rt";
char *net = "yolo3_coco4.rt";
if(argc > 1)
net = argv[1];
char *input = "../demo/yolo_test.mp4";
char *input = "../demo/demo/data/single_ped_2.mp4";
if(argc > 2)
input = argv[2];
char *pmatrix = "/home/davide/repos/projection_tool/pmat/proj_matrix_map_b.txt";
char *pmatrix = "../demo/demo/data/proj_matrix_map_b.txt";
if(argc > 3)
pmatrix = argv[3];
char *tiffile = "/home/davide/repos/projection_tool/img/map_b.tif";
char *tiffile = "../demo/demo/data/map_b.tif";
if(argc > 4)
tiffile = argv[4];
/*CAMID*/