Code Monkey home page Code Monkey logo

Comments (4)

hasanirtiza avatar hasanirtiza commented on June 4, 2024

You can look at the conversion scripts, for example convert_cityperson_to_coco.py to see. In our case, for CityPersons, we only prune based on height >= 50 and not on the visibility, for achieving an overall decent performance across all splits.

from pedestron.

Jokoe66 avatar Jokoe66 commented on June 4, 2024

OK, but I wonder if the current data augmentation (particularly the random crop) strategy is suitable in such case. For example, the cropped patch may contain no visible part of a heavily occluded person, which will introduce persons with visibility 0 and cause classification ambiguity.

By the way, I find that the implemented random crop seems to be problematic. The cropped patch satisfies when any bbox has an IoU greater than the min_iou. But in the current implementation, the cropped patch satisfies when all bboxes have IoUs greater than min_iou. See this issue.

from pedestron.

hasanirtiza avatar hasanirtiza commented on June 4, 2024

I mean number of severely occluded cases for e.g (vis <40 %) are close to ~10 % in cityPersons and this is randomly cropping so I am not sure how much an impact it would practically have. Moreover, as far as I remember we did see empirically a small gain by incorporating this augmentation. Perhaps you can give it a shot without this augmentation as well.

Regarding the potential bug, we actually over looked it. Support appreciated.

from pedestron.

Jokoe66 avatar Jokoe66 commented on June 4, 2024

Yeah. The actual impact of these problems is probably small. Thanks.

from pedestron.

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.