Add mobilenetv2ssdlite512 test.
Works for CuDNN, not for tensorRT. Modified channels in second convolution for classification headers from 126 to 486, when changing size from 300 to 512. Added size 512 SSD specs and support to COCO dataset (81 classes, first BACKGROUND due to repo for training). Refactoring class names. Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
@@ -103,6 +103,9 @@ target_link_libraries(test_yolo3_flir tkDNN)
|
||||
add_executable(test_mobilenetv2ssd tests/mobilenetv2ssd/mobilenetv2ssd.cpp)
|
||||
target_link_libraries(test_mobilenetv2ssd tkDNN)
|
||||
|
||||
add_executable(test_mobilenetv2ssd512 tests/mobilenetv2ssd512/mobilenetv2ssd512.cpp)
|
||||
target_link_libraries(test_mobilenetv2ssd512 tkDNN)
|
||||
|
||||
add_executable(test_resnet101 tests/resnet101/resnet101.cpp)
|
||||
target_link_libraries(test_resnet101 tkDNN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user