Modify yolov4_berkeley link for download, clean to merge with master

Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
Micaela Verucchi
2020-06-01 15:17:53 +02:00
parent d936e5f740
commit a0e4e9f209
8 changed files with 8 additions and 2015 deletions
-9
View File
@@ -116,15 +116,6 @@ target_link_libraries(test_yolo3_flir tkDNN)
add_executable(test_yolo4 tests/yolo4/yolo4.cpp)
target_link_libraries(test_yolo4 tkDNN)
add_executable(test_yolo4_320 tests/yolo4/yolo4_320.cpp)
target_link_libraries(test_yolo4_320 tkDNN)
add_executable(test_yolo4_512 tests/yolo4/yolo4_512.cpp)
target_link_libraries(test_yolo4_512 tkDNN)
add_executable(test_yolo4_608 tests/yolo4/yolo4_608.cpp)
target_link_libraries(test_yolo4_608 tkDNN)
add_executable(test_yolo4_berkeley tests/yolo4_berkeley/yolo4_berkeley.cpp)
target_link_libraries(test_yolo4_berkeley tkDNN)