Coder Social home page Coder Social logo

brisk about ice-ba HOT 6 CLOSED

baidu avatar baidu commented on July 2, 2024
brisk

from ice-ba.

Comments (6)

wangjio avatar wangjio commented on July 2, 2024 1

Yes,it's a brisk lib, https://github.com/gwli/brisk.git. I'll update our readme soon. @guofengw @michaelczhou
Make sure your EuRoC directory structure is same to the origin EuRoC dataset from https://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets#downloads. @Zekegao
For example, if you want to run MH_03_medium, download the origin data, it should be a folder called mav0 after decompressing the MH_03_medium.zip, paste it into a folder created by yourself called MH_03_medium, maybe it absolute path is "~/dataset/MH_03_medium", then your scripts should be:

EuRoC_PATH=~/dataset
mkdir $EuRoC_PATH/result
cmd="./bin/ice_ba --imgs_folder $EuRoC_PATH/MH_03_medium --start_idx 0 --end_idx -1 --iba_param_path config/param.txt --gba_camera_save_path $EuRoC_PATH/result/MH_03_medium.txt"
echo $cmd
eval $cmd

from ice-ba.

michaelczhou avatar michaelczhou commented on July 2, 2024

ICE-BA-master/Frontend/feature_utils.h:24:45: fatal error: brisk/internal/score-calculator.h: 没有那个文件或目录
I have the same problem...how to slove it?(I use opencv3.2.0,it's the problem of opencv version?)

ok,it needs to install brisk.

from ice-ba.

Zekegao avatar Zekegao commented on July 2, 2024

I guess this is a brisk lib, so I try install some, possible make install this :
https://github.com/gwli/brisk.git

run ./build.sh, it's work, no error.(there will be errors again most possible when you run, waiting a official suggest)

But, I still cannot run the ./run_ice_ba.sh with some errors about databag.

E0620 00:54:23.577726 30977 EuRoC_test.cpp:356] "/MH_03_medium/mav0/cam0" is not a directory

so, good luck.

And, thx authors, it's awesome.

from ice-ba.

Zekegao avatar Zekegao commented on July 2, 2024

@wangjio Thank you very much~awesome work!
I think my error because of rosbag. I will try again.
If CVD is necessary? This one?

wget http://www.edwardrosten.com/cvd/libcvd-20150407.tar.gz
tar vxf libcvd-20150407.tar.gz
cd libcvd-20150407
export CXXFLAGS=-D_REENTRANT
./configure --without-ffmpeg
make
make install

from ice-ba.

Zekegao avatar Zekegao commented on July 2, 2024

It's working. The databag should be .zip, I used a rosbag. Thx @wangjio
screenshot from 2018-06-20 12 35 09

from ice-ba.

wangjio avatar wangjio commented on July 2, 2024

The question has been solved.

from ice-ba.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.