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

Write Time in Auto Evalutor CSV files #113

Closed vinay0410 closed 5 years ago

vinay0410 commented 5 years ago

@jessiffmm fixed #109

jessiffmm commented 5 years ago

Hi @vinay0410

The changes isn't uploaded no?

vinay0410 commented 5 years ago

No, They aren't merged yet. I am waiting your approval/testing

jessiffmm commented 5 years ago

Ok but How can I download the changes that you did ? Sorry, I haven't never done a pulll request

vinay0410 commented 5 years ago

Just clone the repository as it is. git clone https://github.com/JdeRobot/dl-DetectionSuite.git and then run the following command as it is: git checkout BRANCHNAME

Now, you have these changes, you can test and build as ususal

jessiffmm commented 5 years ago

Hi @vinay0410

It works perfectly. Thanks!