google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.97k stars 1.22k forks source link

arcoreimg returns different scores on macos and linux #782

Open louisch opened 5 years ago

louisch commented 5 years ago

SPECIFIC ISSUE ENCOUNTERED

arcoreimg on the different platforms (specifically, macOS and Linux) returns different scores. The test image I used is the following: screenshot It returns 20 on macOS and 90 on Linux. Actual real-life performance seems to be fine.

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. Download v1.9.0 of the SDK
  2. Run tools/arcoreimg/{linux,macos}/arcoreimg on the above image
  3. Different scores given on the two platform
sunnyyssc commented 5 years ago

It happens to me in ARCore SDK v1.12.0 as well. I got 10 on Linux but 80 on MacOS using the same image. Unfortunately I can't post the image I used here because of confidentiality.

salimhb commented 3 years ago

I experienced the same issue with 1.25.0: on MacOS the score is 100, on Windows it's 85!