JdeRobot / DetectionMetrics

Tool to evaluate deep-learning detection and segmentation models, and to create datasets
https://jderobot.github.io/DetectionMetrics/
GNU General Public License v3.0
72 stars 38 forks source link

problem at trying gui app at beginner's tutorial #125

Closed Eng-MohamedHussien closed 5 years ago

Eng-MohamedHussien commented 5 years ago

navigate to DatasetEvaluationApp directory in the build directory. There you will find an executable but i didn't find any excutable just cmakefiles , cmake_install. cmake and makefile

sleep-404 commented 5 years ago

you need to build the repository before you start using it. Go to the DeeplearningSuite directory and mkdir build && cd build cmake .. make -j4 hope this video helps :)