Code Monkey home page Code Monkey logo

haste's Issues

The "example dataset" can't be dowloaded

Hi, I find that the "example dataset" can't be dowloaded.
When I click the 'here' word, there is nothing happened.
Could you please offer a example dataset? Or where could I get that?

code release

HI,

Will the code be released soon?

Thank you.

Errors on Eigen and other files

Hello! I am interested in your wonderful event tracking algorithm, However, I did everything needed for compiling,including "git submodule update --init --recursive", It has the following errors, which come from Eigen. Could you specify the version of Eigen you used?

haste/thirdparty/eigen/Eigen/src/Core/util/Meta.h:504:25: error: ‘invoke_result’ in namespace ‘std’ does not name a template type
typedef typename std::invoke_result<F, ArgTypes...>::type type1;
^
haste/thirdparty/eigen/Eigen/src/Core/util/Meta.h:504:38: error: expected unqualified-id before ‘<’ token
typedef typename std::invoke_result<F, ArgTypes...>::type type1;

I also changed a different version of Eigen,The problem seems solved. But another compiling error is:

In file included from /HASTE/haste/include/haste/app/tracking.hpp:8:0,
from /HASTE/haste/include/haste/app/command_parser.hpp:7,
from /HASTE/haste/include/haste/app_gui.hpp:5,
from /ASTE/haste/src/tracking_app_gui.cpp:4:
/home/haste/include/haste/aux/aux.hpp: In function ‘std::vector<std::__cxx11::basic_string > haste::splitString(const string&, char)’:
/home/lizeyu/HASTE/haste/include/haste/aux/aux.hpp:18:63: error: invalid use of ‘void’
while (std::getline(iss, item, delim)) { ret.emplace_back() = item; }

At your convenience , could you give me some hints about the problem?

Thank you!

Does this repo contain code of two paper?

Hi, thanks for sharing the awesome code! I am interested in this repo and I can find haste in it. Does this repo contain the code of "Asynchronous Multi-Hypothesis Tracking of Features with Event Cameras" ? Where can I find the code?

"failed to open for reading (No such file or directory)" error

~/temp_git/haste/build$ cmake .. -DCMAKE_BUILD_TYPE=Release -DGUI=false
CMake Error at cmake_modules/FindEigen3.cmake:43 (file):
  file failed to open for reading (No such file or directory):

    /mypath/haste/thirdparty/eigen/Eigen/src/Core/util/Macros.h
Call Stack (most recent call first):
  cmake_modules/FindEigen3.cmake:69 (_eigen3_check_version)
  CMakeLists.txt:19 (find_package)


-- Found Eigen headers in: /home/suhu/temp_git/haste/thirdparty/eigen
-DGUI=false. No GUI will be compiled.
-- Configuring incomplete, errors occurred!
See also "/mypath/haste/build/CMakeFiles/CMakeOutput.log".

It seems you have a symbolic link, so it would be preferred if you also explained how you created the link in the instructions :)

The following worked out for me

cd /mypath/hast/thirdparty/eigen
ln -s /path/to/eigen3/Eigen/ . 

We are interested in your work~

I'm glad to know what you have done anything. Now, my term would research event-based cameras. We want to see the code proposed in your paper. We maybe could know the plan when you have a certain schedule. Thank you for your research!

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.