Modify yolov4_berkeley link for download, clean to merge with master
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user