Dataset Open Access
Armando Arturo Sánchez Alcázar;
Giovanni Pintore;
Matteo Sgrenzaroli
<?xml version='1.0' encoding='utf-8'?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"> <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.6367381"> <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/> <dct:type rdf:resource="http://purl.org/dc/dcmitype/Dataset"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.6367381</dct:identifier> <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.6367381"/> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Armando Arturo Sánchez Alcázar</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>GEXCEL, Italy</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description rdf:about="http://orcid.org/0000-0001-8944-1045"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0001-8944-1045</dct:identifier> <foaf:name>Giovanni Pintore</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>Visual and Data-Intensive Computing, CRS4, Italy</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Matteo Sgrenzaroli</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>GEXCEL, Italy</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:title>Indoor3Dmapping dataset</dct:title> <dct:publisher> <foaf:Agent> <foaf:name>Zenodo</foaf:name> </foaf:Agent> </dct:publisher> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2022</dct:issued> <dcat:keyword>point cloud</dcat:keyword> <dcat:keyword>indoor</dcat:keyword> <dcat:keyword>3D mapping</dcat:keyword> <frapo:isFundedBy rdf:resource="info:eu-repo/grantAgreement/EC/H2020/813170/"/> <schema:funder> <foaf:Organization> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">10.13039/100010661</dct:identifier> <foaf:name>European Commission</foaf:name> </foaf:Organization> </schema:funder> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-03-18</dct:issued> <dct:language rdf:resource="http://publications.europa.eu/resource/authority/language/ENG"/> <owl:sameAs rdf:resource="https://zenodo.org/record/6367381"/> <adms:identifier> <adms:Identifier> <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/6367381</skos:notation> <adms:schemeAgency>url</adms:schemeAgency> </adms:Identifier> </adms:identifier> <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.6367380"/> <dct:isPartOf rdf:resource="https://zenodo.org/communities/evocation-itn"/> <owl:versionInfo>0.1.0</owl:versionInfo> <dct:description><p><strong>Data Organization</strong><br> Under the root directory for the whole acquisition, there is a <em>positions.csv</em>&nbsp;file and 3 subdirectories: <em>img</em>, <em>dense</em>, and <em>sparse</em>. The mobile mapping 3D dataset was generated walking around an indoor space and each&nbsp;<strong>&lt;positionID&gt;</strong> corresponds to a unique pose along the trajectory of this motion. This version of the dataset contains a total of 99 unique poses. There is a separation of 1 meter between each adjacent pose.</p> <pre><code>root ├── img │ ├── &lt;positionID&gt;.jpg | └── ... ├── dense │ ├── &lt;positionID&gt;.png | └── ... ├── sparse │ ├── &lt;positionID&gt;.png | └── ... └── positions.csv</code></pre> <p><strong>positions.csv</strong></p> <ul> <li>File format: One ASCII file.</li> <li>File structure Rows: Each image is one record.</li> <li>File structure Columns: Comma separated headers, with exact order described below. <ul> <li>Filename, column 0: Panorama file name as on disk, without file extension.</li> <li>Timestamps, column 1: Absolute time at which the panorama was captured, Decimal notation, without thousands separator (microseconds).</li> <li>X,Y,Z, columns 2 through 4: Position of the panoramic camera in decimal notation, without thousands separator (meters).</li> <li>w,x,y,z, columns 5 through 8: Rotation of the camera, quaternion.</li> </ul> </li> </ul> <p><strong>sparse</strong></p> <ul> <li>Set of equirectangular rendered depth images.</li> <li>1920x960 resolution</li> <li>16-bit grayscale PNG</li> <li>White &rarr; 0 m</li> <li>Black &rarr; &ge; 16 m or absent geometry</li> <li>Occlusions: If a pixel was hit by several rays, only the value of the closest one is represented.&nbsp;</li> </ul> <p><strong>dense</strong></p> <ul> <li>Set of equirectangular rendered depth images.</li> <li>1920x960 resolution</li> <li>16-bit grayscale PNG</li> <li>White &rarr; 0 m</li> <li>Black &rarr; &ge; 16 m or absent geometry</li> <li>Occlusions: If a pixel was hit by several rays, only the value of the closest one is represented.</li> </ul> <p><strong>img</strong><br> A set of equirectangular panoramic images was taken with a 360&deg; color camera in 1920x960 resolution. They follow the same trajectory.</p></dct:description> <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/> <dct:accessRights> <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess"> <rdfs:label>Open Access</rdfs:label> </dct:RightsStatement> </dct:accessRights> <dcat:distribution> <dcat:Distribution> <dct:license rdf:resource="https://creativecommons.org/licenses/by/4.0/legalcode"/> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.6367381"/> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.6367381"/> <dcat:byteSize>123593016</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/6367381/files/Indoor3Dmapping.zip"/> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> </rdf:Description> <foaf:Project rdf:about="info:eu-repo/grantAgreement/EC/H2020/813170/"> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">813170</dct:identifier> <dct:title>Advanced Visual and Geometric Computing for 3D Capture, Display, and Fabrication</dct:title> <frapo:isAwardedBy> <foaf:Organization> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">10.13039/100010661</dct:identifier> <foaf:name>European Commission</foaf:name> </foaf:Organization> </frapo:isAwardedBy> </foaf:Project> </rdf:RDF>
All versions | This version | |
---|---|---|
Views | 131 | 131 |
Downloads | 9 | 9 |
Data volume | 1.1 GB | 1.1 GB |
Unique views | 101 | 101 |
Unique downloads | 9 | 9 |