-
Notifications
You must be signed in to change notification settings - Fork 140
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
could you provide a user guide to use the code in AS ? #3
Comments
Hi Frank, I run this code on Android phone, only can achieve 1.3 FPS, and often fail to init (use kitti dataset). do you have the same performance in your test ? thank you |
gogov, can you share the .yaml file you used to test or how you calibrated your phone camera. I am trying to just see how this works in the phone compared to LSD SLAM. |
hi aivijay, 发送自我的三星 Galaxy 智能手机。 — {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/FangGet/ORB_SLAM2_Android","title":"FangGet/ORB_SLAM2_Android","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/FangGet/ORB_SLAM2_Android"}},"updates":{"snippets":[{"icon":"PERSON","message":"@aivijay in #3: gogov, can you share the .yaml file you used to test or how you calibrated your phone camera. I am trying to just see how this works in the phone compared to LSD SLAM.\r\n\r\n"}],"action":{"name":"View Issue","url":"https://github.com/FangGet/ORB_SLAM2_Android/issues/3#issuecomment-254091839"}}} |
I got the app working on the phone, though its quite slow with the frame rate. I had similar problems with LSD SLAM on a laptop itself. I will try to see if I can get a better calibration done sometimes soon and see how that goes. Thanks for your help. I could never get the dataset based slam working as it was quitting after quite sometimes. I tried with the TUM dataset though. |
I managed to build the android build from my machine and got it installed and tried. Maybe I can play around with somethings now as I can do my own builds. |
I have cloned the project into my AS IDE, and use NDK to configuration, but I do not know why it was not worked. Have you ever met this problem? |
So anyone can share the method of how to use AS for this program? |
Hi, has anyone been able to succesfully use AS. If they have, I would appreciate if they could post it |
Hi, I'm using AS currently with that project. I did a conversion from Eclipse to AS ... and I'm currently building configurations so that it could compile correctly. Unfortunately for now I was not able to run Frank version or mine - it crashes when loading XML description of the Android app - I will let you know if I'm able to share an AS version. |
@bouviervj I am also trying to get the project working on AS. So far I am able to load the UI under camera mode. However, OpenCV loading always fails. Have you encountered similar issue? Thanks! |
I had that issue, I dealt with it by migrating to a new version of opencv that matches the opencv manager I had on my android phone. |
Thanks! I am trying to use newer 331 version of it. No luck yet, will come back later to share how it goes. Are you able to finally resolve all the issues? |
This is awesome! Just get chance to finish importing OpenCV331 and/or OpenCV2411. Still no luck. Same issue when using async loading. The app crashes. Would you mind to share your gradle file? Thanks! |
@BrianTan34 I'll try to create a branch on my repo as as soon as possible, so that we could work on that AS migration. I planned to do it but unfortunately modifications were not clean (hard path etc...) |
@bouviervj If you feel it slowly to compile in AS, you can use ndk-build to build so first. Then import *.so in AS. |
My phone seems (seems) to operate smoothly, it's an Asus ZenPhone 3 Model # ASUS_Z01FD . |
@bouviervj how did you manage to work it in AS. Can you share the algorithm? |
Hi, I finally pushed a repo on github for the AS version, just let me know if you're able to compile it. Cheers, |
Thank you a lot!
+ in karma!)
…On Mon, Jan 29, 2018 at 1:00 AM, bouviervj ***@***.***> wrote:
Hi,
I finally pushed a repo on github for the AS version, just let me know if
you're able to compile it.
ORB_SLAM2_AndroidStudio
<https://github.com/bouviervj/ORB_SLAM2_AndroidStudio>
Cheers,
Julien
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQAIX7F7TilUdGhkbsDU8qWDMF4qJC7rks5tPPv9gaJpZM4JlELB>
.
|
it is a great work, could you provide a user guide to use the code in AS? thanks
The text was updated successfully, but these errors were encountered: