Giter Site home page Giter Site logo

Comments (3)

D-X-Y avatar D-X-Y commented on July 30, 2024

Hi,

I use https://github.com/D-X-Y/SAN/blob/master/cache_data/generate_300W.py#L38 to generate the bounding box on 300W. Specifically, two kinds of the bounding box are used. One is "OD", it uses the official bounding box provided by the 300W website (https://ibug.doc.ic.ac.uk/media/uploads/competitions/bounding_boxes.zip). The other is "GT", use the tight bounding box around the facial landmarks.
I'm not surprised that using other bounding boxes would decrease the performance. Because our framework is not designed for the robustness w.r.t. different detectors. For our SAN, the detector used for training should be the same as the detector used for test.

from landmark-detection.

CHELSEA234 avatar CHELSEA234 commented on July 30, 2024

Hi @D-X-Y πŸ‘πŸ‘πŸ‘:

I am new to this topic, maybe some questions sound silly, thanks for your patience and guidance πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘.

I have seen your answer in #issue 14. How did you get the bounding box in link? Is this the β€œGT”, tight bounding box? It looks like the predefined bounding box imported from mat data.

Now I need to execute your code on my own image (single), how should I locate the tight bounding box, can you share the instruction link if exists? or can you tell me how did you do on the bounding box of ../cache_data/cache/test_1.png, that looks pretty good.

Best,
XG

from landmark-detection.

cmburgul avatar cmburgul commented on July 30, 2024

The facial bounding box format followed by 300W dataset is ( top-left x, top-left y, bottom right x, bottom right y). The other formats like MTCNN follows (top-left x, top-left y, width, height). I took a out of dataset image and used MTCNN to detect bounding box and changed the format and I am getting facial landmarks ish accurate.

from landmark-detection.

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.