Giter VIP home page Giter VIP logo

staticfusion's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

staticfusion's Issues

glDrawFrustrum typo

In Pangolin a typo has been fixed which makes your program not compile any more if one uses the latest version. In Utils/GUI.h the function pangolin::glDrawFrustrum is called which is now named pangolin::glDrawFrustum

see stevenlovegrove/Pangolin#347

segmentation fault (core dumped)

I have successfuly built this project. But I found a problem. When I run StaticFusion-Datasets, it may sometimes run successfully and may report an error. The error message is as follows.

segmentation fault (core dumped)

Can you help me fit this problem? Thank you very much.

StaticFusion with Kinect2

I am trying to run static fusion with the kinect2. When I run the code I get the terminal output "The RGB and the depth frames don't have the same size" and "Eigensolver couldn't find a solution. Pose is not updated" due to the difference in depth frame and rbg frame sizes on Kinect2. Any idea how I can edit the code to fix this?

How do i use it?

I had successfully compiled this program and got the dataset from the page provided by the author. But i didn't know how to use them.

I had used ElasticFusion, as shown below

./ElasticFusion -l dyson_lab.klg

Could you give me some way to use StaticFusion?

Looking forward to your help, thanks!

Cmake Error

Thank you very much for sharing! But I have the following problems when compiling. How can I solve them?

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
pangolin_intf_libs
linked by target "sf_lib" in directory /home/ls-wyf/staticfusion

-- Configuring incomplete, errors occurred!
See also "/home/ls-wyf/staticfusion/build/CMakeFiles/CMakeOutput.log".

which versions of opencv and mrpt libraries are needed?

Hi, I tried to compile the code against opencv 3.4 and mrpt 1.9.9. However, this didn't work since there were some missing linking folders (/usr/include/opencv) and libs (mrpt-base). Thus, I ended up using opencv_2.4.9 and mrpt_1.5.

Now I get the following error in the compilation:

[ 81%] Linking CXX executable StaticFusion-ImageSeqAssoc
libsf_lib.a(FrontEnd.o): In function `StaticFusion::loadImageFromSequenceAssoc(std::string const&, std::string const&, unsigned int)':
FrontEnd.cpp:(.text+0x8711): undefined reference to `cv::imread(std::string const&, int)'
FrontEnd.cpp:(.text+0x88a8): undefined reference to `cv::imread(std::string const&, int)'
collect2: error: ld returned 1 exit status
CMakeFiles/StaticFusion-ImageSeqAssoc.dir/build.make:130: recipe for target 'StaticFusion-ImageSeqAssoc' failed
make[2]: *** [StaticFusion-ImageSeqAssoc] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/StaticFusion-ImageSeqAssoc.dir/all' failed
make[1]: *** [CMakeFiles/StaticFusion-ImageSeqAssoc.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

which my guess is that is due to wrong version of the opencv lib. Thus, can you tell us the versions of opecv and mrpt libs that you compiled initially the source code.

Thanks.

About fps

Maybe the difference between CPU...I only get 50ms/frame on my computer. I intend to use cuda to accelerate it and use it for some further usage. Can you give me some suggestions on where to modify? I modify the kmeans algorithm to shorten it into 2ms(before it is 4ms) already.

Index out of bounds

Thank you for your excellent work, I have a problem when I run with the rawlog_rgbd dataset,
terminate called after throwing an instance of 'std::logic_error'
what():

=============== MRPT EXCEPTION =============
mrpt::obs::CObservationPtr mrpt::obs::CRawlog::getAsObservation(std::size_t) const, line 157:
Index out of bounds
mrpt::obs::CObservationPtr mrpt::obs::CRawlog::getAsObservation(std::size_t) const, line 164:

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.