Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landmark number 68 is always wrong #1

Open
Soulthym opened this issue Apr 17, 2019 · 1 comment
Open

Landmark number 68 is always wrong #1

Soulthym opened this issue Apr 17, 2019 · 1 comment

Comments

@Soulthym
Copy link

Hey, I am using this for a student project and so far it has been working great, just quite slow on the CPU.
However something has caught my attention: landmark number 68 is really erratic, it gives values way off-scope and it bothers us as we need as many landmarks as possible for emotion recognition.

Here is an example of what it looks like:

{"1": {"x": 224, "y": 195}, "10": {"x": 449, "y": 327}, "11": {"x": 455, "y": 298}, "12": {"x": 457, "y": 273}, "13": {"x": 460, "y": 246}, "14": {"x": 463, "y": 219}, "15": {"x": 462, "y": 194}, "16": {"x": 456, "y": 171}, "17": {"x": 286, "y": 126}, "18": {"x": 309, "y": 103}, "19": {"x": 341, "y": 93}, "2": {"x": 231, "y": 235}, "20": {"x": 373, "y": 96}, "21": {"x": 399, "y": 110}, "22": {"x": 422, "y": 116}, "23": {"x": 437, "y": 109}, "24": {"x": 451, "y": 107}, "25": {"x": 462, "y": 113}, "26": {"x": 464, "y": 126}, "27": {"x": 413, "y": 147}, "28": {"x": 421, "y": 168}, "29": {"x": 430, "y": 188}, "3": {"x": 242, "y": 273}, "30": {"x": 440, "y": 209}, "31": {"x": 396, "y": 230}, "32": {"x": 412, "y": 235}, "33": {"x": 426, "y": 238}, "34": {"x": 438, "y": 233}, "35": {"x": 446, "y": 227}, "36": {"x": 319, "y": 152}, "37": {"x": 338, "y": 148}, "38": {"x": 354, "y": 149}, "39": {"x": 367, "y": 155}, "4": {"x": 264, "y": 305}, "40": {"x": 354, "y": 159}, "41": {"x": 337, "y": 158}, "42": {"x": 421, "y": 158}, "43": {"x": 435, "y": 155}, "44": {"x": 446, "y": 157}, "45": {"x": 452, "y": 162}, "46": {"x": 446, "y": 165}, "47": {"x": 435, "y": 163}, "48": {"x": 369, "y": 276}, "49": {"x": 398, "y": 267}, "5": {"x": 297, "y": 329}, "50": {"x": 417, "y": 261}, "51": {"x": 426, "y": 264}, "52": {"x": 437, "y": 261}, "53": {"x": 443, "y": 266}, "54": {"x": 444, "y": 273}, "55": {"x": 442, "y": 279}, "56": {"x": 437, "y": 283}, "57": {"x": 426, "y": 284}, "58": {"x": 415, "y": 283}, "59": {"x": 396, "y": 283}, "6": {"x": 337, "y": 344}, "60": {"x": 378, "y": 276}, "61": {"x": 415, "y": 273}, "62": {"x": 425, "y": 273}, "63": {"x": 436, "y": 272}, "64": {"x": 440, "y": 272}, "65": {"x": 436, "y": 268}, "66": {"x": 426, "y": 270}, "67": {"x": 416, "y": 269}, "68": {"x": -6943808864661692511, "y": 2197}, "7": {"x": 380, "y": 353}, "8": {"x": 415, "y": 353}, "9": {"x": 438, "y": 345}}

As you can see the 68th x and y are absolutely wrong. The x's range is way larger than the y's, but they still are both very wrong.

Is that a known issue and is there a way around it or to get it fixed?

Thanks in advance.

@ngcoders
Copy link
Member

We have also seen this behavior , please ignore the last landmark for now. We are working on a fix , but do not have a ETA for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants