Code Monkey home page Code Monkey logo

Comments (4)

rafaelpadilla avatar rafaelpadilla commented on June 8, 2024 1

Hi @BiponDas2 ,

The problem was that your detection files ended with an extra space (' ').

Update the code. I have removed all leading and trailing whitespaces and now it should work.

Let me know if it works for your formats now :)

Best regards

from review_object_detection_metrics.

BiponDas2 avatar BiponDas2 commented on June 8, 2024 1

Hi @rafaelpadilla Sir,
Much appreciated for your kind reply. I will let you know if it works.

Best regards.

from review_object_detection_metrics.

rafaelpadilla avatar rafaelpadilla commented on June 8, 2024

Hi @BiponDas2,

Note that your file does not follow the format
<class_id> <confidence> <x_center> <y_center> <width> <height> (RELATIVE)

Your format might be:
<class_name> <confidence> <x_center> <y_center> <width> <height> (RELATIVE)

from review_object_detection_metrics.

BiponDas2 avatar BiponDas2 commented on June 8, 2024

Hi @rafaelpadilla Sir,
I tried every possible way as per your instruction yet I don't know why It can't detect for (classes)* for the detection section again and again.
Sir, Can you please check my Dataset folder?
dataset.zip

It was a line detection dataset where I have the ground-truth label of Yolo(.txt) and the Detection label of yolov5.

I have selected the format in UI according to our detection file. I have designed the file and then select the format accordingly. Despite it failed anyways. Each time the error is popping up such that no file in the path according to the selected format. So it would be great if you could apply it to your code with our dataset and let us know the issue or error. It has a single class name 'line'.
It can read the ground-truth files quite well!
Ground-truth

But when it's for the detection section all of a sudden it gives me an error for (classes)*
Detection_Problem

from review_object_detection_metrics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.