yolo3 flir ok

This commit is contained in:
mbosi
2019-09-15 16:19:30 +02:00
parent 8c629ebe7b
commit a038e966d9
5 changed files with 21 additions and 15 deletions
+3
View File
@@ -89,6 +89,9 @@ target_link_libraries(test_yolo3_coco4 tkDNN)
add_executable(test_yolo3_berkeley tests/yolo3_berkeley/yolo3_berkeley.cpp)
target_link_libraries(test_yolo3_berkeley tkDNN)
add_executable(test_yolo3_flir tests/yolo3_flir/yolo3_flir.cpp)
target_link_libraries(test_yolo3_flir tkDNN)
################################################################################