- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I am working on facial landmarks model. It is perfectly working and drawing all the 35 points over the face. As per the below page:
it says,
The net outputs a blob with the shape: [1, 70], containing row-vector of 70 floating point values for 35 landmarks' normed coordinates in the form (x0, y0, x1, y1, ..., x34, y34).
Does this mean the model will output the coordinates of all the landmark points over face.?
Lets say, there is a side face for which one of the eye is not visible, so in this case model will still show some coordinates value or it will show null value.
My main objective with this model is to check if any of the face landmark shows null value i.e left eye value is null which means the face is side face. Is this possible with this model.?
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
> Lets say, there is a side face for which one of the eye is not visible, so in this case model will still show some coordinates value or it will show null value.
There won't be any indication of missing points. The model will assume that all of the points are visible and will try to "make its best" in case some points are actually missing. It's up to the application to decide what to do in such cases.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your late reply I got it working on my own.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page