Add Mobilenetv2 SSD Lite post and preprocessing, add mobilenet demo
Signed-off-by: xavier <micaelaverucchi@gmail.com>
This commit is contained in:
@@ -121,6 +121,9 @@ target_link_libraries(yolo3_demo tkDNN)
|
||||
add_executable(centernet_demo demo/demo/demo_centernet.cpp)
|
||||
target_link_libraries(centernet_demo tkDNN)
|
||||
|
||||
add_executable(mobilenet_demo demo/demo/demo_mobilenet.cpp)
|
||||
target_link_libraries(mobilenet_demo tkDNN)
|
||||
|
||||
add_executable(map_demo demo/demo/map.cpp)
|
||||
target_link_libraries(map_demo tkDNN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user