Add CenterTrack based on dla34.

The implemented network refers to the nuScenes_3Dtracking.pth model.

Signed-off-by: Davide Sapienza <sapienza.dav@gmail.com>
This commit is contained in:
Davide Sapienza
2020-12-07 17:59:27 +01:00
parent 7f65ee0b2a
commit 9f10c3f6e2
3 changed files with 655 additions and 19 deletions
+20 -19
View File
@@ -72,27 +72,28 @@ do
./test_imuodom &>> $out_file
print_output $? imuodom
test_net yolo4
test_net yolo4x
test_net yolo4_berkeley
test_net yolo4tiny
test_net yolo3
test_net yolo3_berkeley
test_net yolo3_coco4
test_net yolo3_flir
test_net yolo3_512
test_net yolo3tiny
test_net yolo3tiny_512
test_net yolo2
test_net yolo2_voc
# test_net yolo4
# test_net yolo4x
# test_net yolo4_berkeley
# test_net yolo4tiny
# test_net yolo3
# test_net yolo3_berkeley
# test_net yolo3_coco4
# test_net yolo3_flir
# test_net yolo3_512
# test_net yolo3tiny
# test_net yolo3tiny_512
# test_net yolo2
# test_net yolo2_voc
#test_net yolo2tiny
test_net csresnext50-panet-spp
# test_net csresnext50-panet-spp
#test_net csresnext50-panet-spp_berkeley
test_net resnet101_cnet
test_net dla34_cnet
test_net mobilenetv2ssd
test_net mobilenetv2ssd512
test_net bdd-mobilenetv2ssd
# test_net resnet101_cnet
# test_net dla34_cnet
# test_net mobilenetv2ssd
# test_net mobilenetv2ssd512
# test_net bdd-mobilenetv2ssd
test_net dla34_cnet3d_track
done
echo "If errors occured, check logfile $out_file"