monodepth2 new format (test) conv + independent batch norm

This commit is contained in:
perseusdg
2022-01-11 12:38:36 +05:30
parent 061bc79a69
commit 19e41a8b99
2 changed files with 309 additions and 0 deletions
+3
View File
@@ -207,6 +207,9 @@ target_link_libraries(test_shelfnet_mapillary tkDNN)
add_executable(test_monodepth2 tests/monodepth2/monodepth2.cpp)
target_link_libraries(test_monodepth2 tkDNN)
add_executable(test_monodepth2_new_format tests/monodepth2/monodepth2_new_format.cpp)
target_link_libraries(test_monodepth2_new_format tkDNN)
# DEMOS
add_executable(test_rtinference tests/test_rtinference/rtinference.cpp)
target_link_libraries(test_rtinference tkDNN)