GithubHelp home page GithubHelp logo

facebookarchive / deltille Goto Github PK

View Code? Open in Web Editor NEW
32.0 32.0 14.0 132 KB

Detector of partial or occluded deltille (triangular) and rectangular checkerboards in camera images

Home Page: https://github.com/facebookincubator/deltille

License: GNU Lesser General Public License v2.1

CMake 1.60% C++ 91.42% MATLAB 6.98%

deltille's People

Contributors

deltille avatar

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

Watchers

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

deltille's Issues

Can't build this at all

I've got no idea what I'm doing wrong, but I can't seem to build this project at all.

Windows 10 x64
Visual Studio 2017
Matlab 2019a

Tried with latest cmake (3.14) and 3.10.3, with boost 1.70 and 1.63.

Most of the time I'm getting the following error message:
Error copying file "D:/Projects/Misc/deltille-master/build3/matlab/mexmat/src/MexMat-stamp/MexMat-gitinfo.txt" to "D:/Projects/Misc/deltille-master/build3/matlab/mexmat/src/MexMat-stamp/MexMat-gitclone-lastrun.txt".

Also got a few unresolved external errors on the following functions:
1-mexCreateMexFunction
2-mexDestroyMexFunction
3-mexFunctionAdapter

Even got errors on CmakeList.txt and had to comment out some lines of code and manually add the libraries later on:
find_package(Boost REQUIRED COMPONENTS filesystem program_options system)

add_library(boost INTERFACE IMPORTED)
#set_target_properties(boost PROPERTIES

INTERFACE_INCLUDE_DIRECTORIES "${Boost_INCLUDE_DIRS}"

INTERFACE_LINK_LIBRARIES "${Boost_LIBRARIES}")

add_executable(deltille_detector DeltilleDetector.cpp)
target_link_libraries(deltille_detector deltille boost)

install(TARGETS deltille_detector DESTINATION ${CMAKE_INSTALL_BINDIR})

So I would avoid getting this error:
CMake Error at apps/CMakeLists.txt:4 (set_target_properties):
Property INTERFACE_LINK_LIBRARIES may not contain link-type keyword
"optimized". The INTERFACE_LINK_LIBRARIES property may contain
configuration-sensitive generator-expressions which may be used to specify
per-configuration rules.

Have anyone actually compiled and built lately? Can anyone give me a hand?

Thank you.

How to generate dsc file?

From all source codes, could not guess how to generate dsc file. Could you please release the guide or the code about it?

Help running example app needed.

Could you please provide some information on how to run the example app. The app requires a .dsc file and no such file is provided in the deltille-dataset repo. Also have you a quick way to add a list file image file names?

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.