Giter Site home page Giter Site logo

fallen-person-detector's People

Contributors

solbach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

wanzw01

fallen-person-detector's Issues

Not detecting fallen person

When I run the fallen_person_detector node it doesn't detect a fallen person.
For the following cloudGround point cloud(fallen person clearly visible),
image

I get the following CoG and UbC,

[ INFO] [1519144336.501612941]: CoG distance to ground: 2.911256m
[ INFO] [1519144336.501796666]: UbC distance to ground: 2.933364m

Also, to avoid getting 999999.0 CoG and UbC due to nan in body parts point cloud, I have removed them before the centroid is calculated.
I've commented out the piece of code which calculates Area and Volume, since I was getting a segmentation fault, and also these values aren't used anywhere, how can they be used for debugging purposes.

I also visualized extracted ground from cloudGround which wasn't as I expected(not representing the ground) and so I wanted to ask if there are some parameters that needs to be changed for the morphological filter, or does it work for specific environments.

Using Ubuntu 16.04, with OpenCV 3.2, CUDA 8.0 and Pepper Robot.
Any suggestions?
Thanks

Trying to extract 3D poses

I am trying to get 3d poses out by publishing the point cloud including 3D body poses to a topic. But I get xW, yW, zW values all as 0.
Also adding
ROS_INFO( "BODYPARTS\n%s,Confidence,x,y\t%lf,%lf,%lf\n%lf\n",bodyparts[i].name , bodyparts[i].confidence , bodyparts[i].x ,bodyparts[i].y , depth.at<float>(bodyparts[i].y, bodyparts[i].x));
shows that though for all is bodyparts[i].confidence has some value but all bodyparts[i].x,bodyparts[i].y are 0.

Running steps

After running openpose_ros and fallen_person_detector, I get the following output,

image

image

And nothing happens, any suggestions on running the model on custom images? Thanks

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.