From 44b9a2ead563d87212574a8a65a1b11905e42b23 Mon Sep 17 00:00:00 2001 From: Sasa Lukic <sasa.lukic@rwth-aachen.de> Date: Fri, 11 Sep 2020 00:27:56 +0200 Subject: [PATCH] Added license and origin information for target meshes --- meshlicenses.txt | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 meshlicenses.txt diff --git a/meshlicenses.txt b/meshlicenses.txt new file mode 100644 index 0000000..66ab7f6 --- /dev/null +++ b/meshlicenses.txt @@ -0,0 +1,51 @@ +Origins of Layout Meshes + +Seahorse1, Cat2 and Centaur1 from zipped repo: toscahires-asci + +SHORT INFO: +Tosca hi-resolution 3D database v 1.0 +http://tosca.cs.technion.ac.il/book/resources_data.html +(c) Alexander & Michael Bronstein, 2006-2009 + +DESCRIPTION: +Hi-resolution three-dimensional nonrigid shapes in a variety of poses +for non-rigid shape similarity and correspondence experiments. The database +contains a total of 80 objects, including 11 cats, 9 dogs, 3 wolves, 8 horses, +4 gorillas, 12 female figures, and two different male figures, containing 7 +and 20 poses. The database also contains 6 centaurs for partial similarity +experiments. Objects within the same class have the same triangulation and an +equal number of vertices numbered in a compatible way. This can be used as +a per-vertex ground truth correspondence in correspondence experiments. +Two representations are available: MATLAB file (.mat) and ASCII text files +containing the 1-based list of triangular faces (.tri), and a list of vertex +XYZ coordinates (.vert). A .png thumbnail is available for each object. + +LICENSE: +This data set is distributed as part of the TOSCA (Tools for +Surface Comparison and Analysis) project and may be used for +academic purposes. Any publication using the database should reference to + +A. M. Bronstein, M. M. Bronstein, R. Kimmel, Numerical geometry +of non-rigid shapes, Springer, 2008. + + +SOURCE URL: +http://tosca.cs.technion.ac.il/book/resources_data.html (click TOSCA hi-resolution ASCII + + +######################################################################################### + + +Pigtarget is from Keenan Crane: + +SHORT INFO: +Author: Keenan Crane +Date: July 13, 2006 +Inspiration: Origins of the Pig (see http://pouet.net/topic.php?which=2354&page=1) + +LICENSE: +"As the sole author of this data, I hereby release it into the public domain." quote Keenan Crane + + +SOURCE URL: +https://www.cs.cmu.edu/~kmcrane/Projects/ModelRepository/ (click on Origins of the Pig) -- GitLab