Added monodepth2.cpp

This commit is contained in:
perseusdg
2022-01-06 16:30:11 +00:00
parent b75cecb105
commit 7298dcfb2f
2 changed files with 279 additions and 0 deletions
+4
View File
@@ -202,6 +202,10 @@ target_link_libraries(test_shelfnet_berkeley tkDNN)
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)
# DEMOS
add_executable(test_rtinference tests/test_rtinference/rtinference.cpp)
target_link_libraries(test_rtinference tkDNN)