Skip to main content

argparse wrapper to allow hierarchically nested class based parameters

Project description

Python dependencies

pip3 install xlwt

Installation in Linux

libsvm @ Installation_in_Linux

  • install libsvm by going to 3rdparty/libsvm-3.23/python and running:
make

cp ../libsvm.so.2 /usr/local/lib
mkdir ../../../libsvm/linux
cp ../libsvm.so.2 ../../../libsvm/linux

C_modules @ Installation_in_Linux

mkdir build && cd build

cmake ..

sudo make install

Installation in Windows

  • install libsvm by following the instructions here and here

  • install cmake

  • install Visual Studio 2015 by following instructions here

  • install OpenCV by following the instructions here

  • installation using pre built binaries is not guaranteed to work so build from source if cmake does not find OpenCV in the next step

  • create an environment variable called OpenCV_DIR pointing to the OpenCV installation or build folder containing the OpenCVConfig.cmake file

  • create folder tracking_module/build and run cmake .. from there

  • Open MDP.sln in Visual Studio, change build type to Release from Debug, right click on All Build in the Solution Explorer and select Build

  • Once this completes, right click on INSTALL in the Solution Explorer and select Build

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paramparse-0.7.8.tar.gz (42.1 kB view hashes)

Uploaded Source

Built Distribution

paramparse-0.7.8-py3-none-any.whl (51.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page