mikeroberts3000 / SketchBasedShapeRetrieval

This repository contains an easy-to-read C++/Python implementation of the shape matching pipeline in the paper Sketch-Based Shape Retrieval.
44 stars 13 forks source link

What license is this under? #1

Closed zitterbewegung closed 8 years ago

zitterbewegung commented 8 years ago

Hi, what license is this source code under?

mikeroberts3000 commented 8 years ago

Hrmm, I haven't given this much thought.

As far as I'm concerned, you are free to use the code for whatever purpose you see fit, subject to the following constraints. It is your responsibility to adhere to the licensing restrictions of the open source projects included here that aren't written by me (e.g., the Suggestive Contours application, to which I made minor modifications for this project). Furthermore, it is your responsibility to adhere to any intellectual property restrictions arising from the scholarly publications implemented in this project (e.g., "Sketch-Based Shape Retrieval" by Eitz et al.).

zitterbewegung commented 8 years ago

@mikeroberts3000 Thank you for the clarification.