From ab349083bfe40baa4d8796a43449fbe6ea0896dc Mon Sep 17 00:00:00 2001 From: Micaela Verucchi Date: Fri, 23 Jul 2021 14:37:04 +0200 Subject: [PATCH] Merge with cnet works, all tests passed. Signed-off-by: Micaela Verucchi --- scripts/test_all_tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/test_all_tests.sh b/scripts/test_all_tests.sh index f7c357d2..0da9b6b0 100644 --- a/scripts/test_all_tests.sh +++ b/scripts/test_all_tests.sh @@ -72,8 +72,6 @@ do # ./test_imuodom &>> $out_file # print_output $? imuodom - test_net shelfnet - test_net shelfnet_berkeley test_net yolo4 test_net yolo4_320 test_net yolo4_320_coco2 @@ -82,6 +80,7 @@ do test_net yolo4-csp test_net yolo4x test_net yolo4_berkeley + test_net yolo4_berkeley_f1 test_net yolo4tiny test_net yolo4tiny_512 test_net yolo3 @@ -103,6 +102,8 @@ do test_net mobilenetv2ssd512 test_net bdd-mobilenetv2ssd test_net dla34_ctrack + test_net shelfnet + test_net shelfnet_berkeley done echo "If errors occured, check logfile $out_file"