Git Product home page Git Product logo

project-university's Introduction

How to build this

Prerequisites

This has been tested on linux on the Debian Buster distro, but should work on all linux systems.
Also has been tested on MacOS.
The base path of the program is assumed to be the project root. E.g. if the dataset.csv is passed
as a command line argument, then the file dataset.csv must be present in the project root.

Build instructions

  • Run the build_release.sh script in the project root.
  • Run the executable named project in the Release directory. This MUST be run from the project root
    like ./Release/project, or the paths will be wrong.

Testing

Instructions

  • Run the run_tests.sh script in the project root.

Command line arguments

  • --in: This controls the input file name. Default: W_Dataset.csv
  • --c: This controls the input cameras folder. Default: cameras
  • --out: This controls the output file name. Default: W_Out_Pairs.csv
  • --type: This controls whether the results are written as pairs or as a list matching ids.
    Default value: pairs
    Allowed values: pairs, all

Valgrind

Running the executable using Valgrind to detect memory leaks might take up to 15 minutes. An example output of an execution using valgrind can be found at valgrind_output.txt just to show that the program is leak free.

project-university's People

Contributors

darklam avatar doubdoub avatar

Watchers

 avatar

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.