added monodepth2_1024

This commit is contained in:
perseusdg
2022-02-22 14:50:39 +00:00
parent b3bc93693f
commit 480b5a9c5a
3 changed files with 312 additions and 44 deletions
+4 -2
View File
@@ -204,9 +204,11 @@ add_executable(test_shelfnet_mapillary tests/shelfnet/shelfnet_mapillary.cpp)
target_link_libraries(test_shelfnet_mapillary tkDNN)
# MONODEPTH2
add_executable(test_monodepth2 tests/monodepth2/monodepth2.cpp)
target_link_libraries(test_monodepth2 tkDNN)
add_executable(test_monodepth2_640 tests/monodepth2/monodepth2_640.cpp)
target_link_libraries(test_monodepth2_640 tkDNN)
add_executable(test_monodepth2_1024 tests/monodepth2/monodepth2_1024.cpp)
target_link_libraries(test_monodepth2_1024 tkDNN)
# DEMOS
add_executable(test_rtinference tests/test_rtinference/rtinference.cpp)
target_link_libraries(test_rtinference tkDNN)