Giter Club home page Giter Club logo

mr-code's Introduction

MR-code

Code for the project of the course: Multimedia Retrieval

Developed by:

  • Di Grandi Daniele
  • Wolters Matthijs

SET UP:

Due to the open3d library, the project should run with Python 3.6, 3.7 or 3.8. Latest / older versions would result in an installation error.

  1. Download the zip file of the project

  2. Open the whole folder (MR-code) in an editor (we coded in PyCharm, so the best option would be to open it in PyCharm)

  3. Extract the zip file that contains the databases: benchmark.zip.

  4. Insert the extracted benchmark folder containing the 3 databases (original: db, refined: db_refined, refined and normalised: db_ref_normalised) inside the project folder (MR-code). The 3 databases have to be inside the benchmark folder, which has to be inside the MR-code folder.

  5. Create a new empty interpreter for the project (in PyCharm: go to preferences -> project interpreter -> create a new one)

  6. Run the following command in the command line (be sure to be in the same folder of the project):

    • Unix/macOS: python3 -m pip install -r requirements.txt
    • Windows: py -m pip install -r requirements.txt

    If for some reasons that doesn't work, manually install one by one (with pip inslall library_name or through the interpreter settings) all these libraries:

    • annoy
    • colorcet
    • matplotlib
    • mplcursors
    • numpy
    • open3d
    • pandas
    • pyglet
    • scikit-learn
    • scipy
    • seaborn
    • setuptools
    • trimesh
  7. Run main.py

mr-code's People

Contributors

danieledigrandi avatar dependabot[bot] avatar saeden avatar

Watchers

 avatar  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.