-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ubuntu 18.04 dependencies #15
Comments
hg not listed as a dependency, but needed for cloning eigen |
Freeimage does not build:
|
Fix for FreeImage: comment out the definition on line 6482
|
Have you checked recent commits? I remember that some of the issues with
freeimage were fixed on their master branch.
…On Wed, Jul 10, 2019, 5:52 PM Mihai Bujanca ***@***.***> wrote:
Fix for FreeImage: comment out the definition on line 6482
static float powf64(float a, float b) { return powf_lim(a, b, 64.f); }
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/mihaibujanca/slambench2/issues/15?email_source=notifications&email_token=AARUT3GW5GUHAUXLUDEOYE3P6YATTA5CNFSM4H7QJ6GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZT5CYA#issuecomment-510120288>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARUT3ASHEAH5TX2EYCZSE3P6YATTANCNFSM4H7QJ6GA>
.
|
Eigen has an official mirror at
https://github.com/eigenteam/eigen-git-mirror. Maybe use this and remove
mercurial from dependencies.
…On Wed, Jul 10, 2019 at 5:07 PM Mihai Bujanca ***@***.***> wrote:
hg not listed as a dependency, but needed for cloning eigen
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/mihaibujanca/slambench2/issues/15?email_source=notifications&email_token=AARUT3C5YDVBGEVJK666UV3P6X3JHA5CNFSM4H7QJ6GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZTYQ2Y#issuecomment-510101611>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARUT3FY2TZXEB6TILO42ILP6X3JHANCNFSM4H7QJ6GA>
.
|
Tried the master branch, it seems to have the same problem even though there's a closed issue saying it was fixed in a different version. I'll probably create a |
Need to add Protobuf in dependencies list for SemanticFusion |
#5 Is related to this. Should also test with Octave to avoid MATLAB licensing issues |
If I remember correctly, there were some issues with running Octave.
Either way, Matlab does nothing too clever. It is a simple preprocessing,
with the toolbox from the NYU2 authors. Should be reasonably easy to move
to C++ or Python, but didn't have the time. Maybe leave this as an issue
for SlamBench 4.0? :D
…On Wed, Jul 10, 2019 at 7:45 PM Mihai Bujanca ***@***.***> wrote:
#5 <https://github.com/mihaibujanca/slambench2/issues/5> Is related to
this. Should also test with Octave to avoid MATLAB licensing issues
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/mihaibujanca/slambench2/issues/15?email_source=notifications&email_token=AARUT3CRASTUDP743LIATWLP6YN3DA5CNFSM4H7QJ6GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZUG7TY#issuecomment-510160847>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARUT3C34WAZX7YMHZMCTPLP6YN3DANCNFSM4H7QJ6GA>
.
|
That was my plan :) |
Add OpenBLAS and cuBLAS to dependency list for SemanticFusion (Caffe) |
In ORB-SLAM2, change the explicit OpenCV 3.0 find in CMake to OpenCV > 3.0 |
FYI this is in the file |
The text was updated successfully, but these errors were encountered: