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

Mac Build fails for JdeRobot/darknet on Travis CI #115

Closed vinay0410 closed 5 years ago

vinay0410 commented 5 years ago

JdeRobot/darknet would be deprecated soon, but for now, a quick fix for the same would be very helpful. Link to Travis CI build: https://travis-ci.org/JdeRobot/dl-DetectionSuite/builds/504615405?utm_source=github_status&utm_medium=notification

sleep-404 commented 5 years ago

I think this is the primary reason because of which the the build fails whenever someone tries to send a PR. So I guess this should be fixed before working on shifting logs to glogs because in the end even that would result in failure of the build. So if darknet is causing the problem which I guess is the backend for this project , would shifting to Tensorflow solve the issue ?

vinay0410 commented 5 years ago

This project uses multiple frameworks like darknet, tensorflow, keras and caffe. TensorFlow and Keras are runtime dependencies, whereas darknet and caffe are built at build time also.

We are using JdeRobot/darknet, which needs to be fixed for successful travis builds. Pull Request for the same is already open, I will get it merged.

vinay0410 commented 5 years ago

Fixed