Giter Club home page Giter Club logo

Comments (5)

doMoreCode avatar doMoreCode commented on July 21, 2024

i just want to know where are the bounding box coordinates of pedestrian. @aras62 , thanks.

from pie.

aras62 avatar aras62 commented on July 21, 2024

You can find the bounding box coordinates in attributes.zip for each pedestrian's instance, there is a 4-point coordinates like this: xbr="929.18" xtl="916.82" ybr="847.11" ytl="793.32" which correspond to top-left and bottom-right corners of the bounding boxes.

from pie.

doMoreCode avatar doMoreCode commented on July 21, 2024

You can find the bounding box coordinates in attributes.zip for each pedestrian's instance, there is a 4-point coordinates like this: xbr="929.18" xtl="916.82" ybr="847.11" ytl="793.32" which correspond to top-left and bottom-right corners of the bounding boxes.

emm i wanted to draw a rectangle to see which pedestrian in image, but i got none. In my case, i use matlab to manipulate image .(The origin of the picture is start from the upper left corner)。Should i use the camera's parameters to transfer the coordinates?@aras62

from pie.

aras62 avatar aras62 commented on July 21, 2024

the coordinates in attributes are for opencv. Matlab has a different coordinate system, so you need to convert them. I don't remember matlab one but one of the main differences can be the axis. For your second question, no you do not need to you camera parameters, the coordinates are in image plane.

from pie.

doMoreCode avatar doMoreCode commented on July 21, 2024

the coordinates in attributes are for opencv. Matlab has a different coordinate system, so you need to convert them. I don't remember matlab one but one of the main differences can be the axis. For your second question, no you do not need to you camera parameters, the coordinates are in image plane.

thanks for your answer, i got it.

from pie.

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.