This commit is contained in:
rcavicchioli
2019-02-19 11:38:13 +01:00
parent 851c6a366c
commit 39f80bbfb6
3 changed files with 101 additions and 101 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ target_link_libraries(test_yolo_224 tkDNN)
add_executable(test_yolo_berkeley tests/yolo_berkeley/yolo_berkeley.cpp)
target_link_libraries(test_yolo_berkeley tkDNN)
add_executable(test_yolo3_voc tests/yolo3_voc/yolo3_voc.cpp)
target_link_libraries(test_yolo3_voc tkDNN)
add_executable(test_yolo3_coco4 tests/yolo3_coco4/yolo3_coco4.cpp)
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)