Add mAP computation and demo

Signed-off-by: xavier <micaelaverucchi@gmail.com>
This commit is contained in:
xavier
2020-02-05 18:39:13 +01:00
parent 04918f539e
commit ef18be7b7b
3 changed files with 438 additions and 1 deletions
+3
View File
@@ -114,6 +114,9 @@ target_link_libraries(yolo3_demo tkDNN)
add_executable(centernet_demo demo/demo/demo_centernet.cpp)
target_link_libraries(centernet_demo tkDNN)
add_executable(map_demo demo/demo/map.cpp)
target_link_libraries(map_demo tkDNN)
#-------------------------------------------------------------------------------
# Install