Support yolov4

Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
Micaela Verucchi
2020-04-28 20:35:30 +02:00
parent a874fad2bd
commit db0f8a4d99
15 changed files with 1979 additions and 9 deletions
+2 -1
View File
@@ -71,6 +71,7 @@ do
./test_imuodom &>> $out_file
print_output $? imuodom
test_net yolo4
test_net resnet101_cnet
test_net yolo3
test_net yolo3_flir
@@ -87,7 +88,7 @@ do
test_net yolo_voc
test_net dla34_cnet
test_net yolo3_coco4
done
echo "If errors occured, check logfile $out_file"