Giter Club home page Giter Club logo

Comments (7)

sjain-stanford avatar sjain-stanford commented on September 28, 2024 2

@noob-ja - the purpose of DW2TF is to translate the convolutional layers in a network defined in darknet to TensorFlow. It is up to you to add the necessary post-processing (e.g. non-max suppression etc) to convert the features to the respective bounding box and class predictions. Sorry I couldn't be of help here.

from dw2tf.

jinyu121 avatar jinyu121 commented on September 28, 2024 1

@noob-ja
After getting the output of the net, use non-max suppression (NMS) to select the "best" boxes.
The pipeline in original YOLO code is "get the output of the net -> set a threshold to filter the boxes -> NMS".
For the last image, may be the net is not well-trained? Or, you should adjust the clustering parameters before training.

from dw2tf.

noob-ja avatar noob-ja commented on September 28, 2024

im able to extract the output now, however, the result is not what i was expected

person_detected
dog_detected

it keeps detecting a lot of aeroplane and apples in every single photo i feed in

in the picture below, i have set the object threshold to be 0.7, yet it detected aeroplane and apples to be above even that
zidane_detected

from dw2tf.

noob-ja avatar noob-ja commented on September 28, 2024

i see, thx for the help :) really appreciate it

from dw2tf.

kapil0kumar avatar kapil0kumar commented on September 28, 2024

@noob-ja have you found the way to perform nms on the output?

from dw2tf.

nishanthcgit avatar nishanthcgit commented on September 28, 2024

@noob-ja sorry, I am quite new to TF, how did you get the bounding box coordinates from those output layers? I am aware of how to do nms etc but can't understand how you can convert the output layers into bboxes,classes and scores (apologies if this is a basic question)

from dw2tf.

Robin2091 avatar Robin2091 commented on September 28, 2024

@kapil0kumar Hi, were you able to extract the bounding boxes from the output? I'm having some trouble with that.

from dw2tf.

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.