DetectionMetrics icon indicating copy to clipboard operation
DetectionMetrics copied to clipboard

Tool to evaluate deep-learning detection and segmentation models, and to create datasets

Results 40 DetectionMetrics issues
Sort by recently updated
recently updated
newest added

If an older version like 2.4.8 is installed alongside newer supported version, then in some cases cmake may find older versions and throw a error subsequently. Have a look at...

bug
help wanted
good first issue

Seems to be a command line tool that does not work when invoked without additional parameters: ``` ./BeingTested.AppImage WARNING: Logging before InitGoogleLogging() is written to STDERR E0319 07:07:05.914254 8 SampleGenerationApp.cpp:71]...

Exceptions raised in python code doesn't halt the calling c++ code, causing the c++ code to run and causing a segmentation fault eventually

help wanted
good first issue

Hi, I'm trying to use the sampleGenerator tool for labelling traffic images. I have seen that a file with tags is automatically generated and an image is saved with the...

Hi!! I'm triying to a yolov3 config and I get some errors. It said that it can't recognized yolo layer, upsampled layer,... I think that https://github.com/JdeRobot/darknet/ isn't compatible with yolo...

Hi!!! I'm trying to use Yolo in Deploy. But, when I press Process the windows closes. I don't get any mistakes, and that has surprised me. What can happen? Regards

As the code base is increasing, it would be very helpful to have a documentation for the code, preferably doxygen.

help wanted
good first issue

This way DetectionSuite could be easily used by the [Smart-Traffic-Sensor](https://github.com/JdeRobot/smart-traffic-sensor) developers, who work with the detection of vehicles on images. This labelling capability has been proposed for [ObjectDetector](https://github.com/JdeRobot/dl-objectdetector/issues/41), but it...

enhancement

Currently, if DatasetEvaluationApp is run using AppImage then it uses a fixed theme and doesn;t adapt to system's. This error disappears when building from source