Skip to content

Commit

Permalink
Merge with cnet works, all tests passed.
Browse files Browse the repository at this point in the history
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
  • Loading branch information
mive93 committed Jul 23, 2021
1 parent 4f9f271 commit ab34908
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/test_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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"

0 comments on commit ab34908

Please sign in to comment.