Dataset Open Access

Indoor3Dmapping dataset

Armando Arturo Sánchez Alcázar; Giovanni Pintore; Matteo Sgrenzaroli


DCAT Export

<?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>&lt;p&gt;&lt;strong&gt;Data Organization&lt;/strong&gt;&lt;br&gt; Under the root directory for the whole acquisition, there is a &lt;em&gt;positions.csv&lt;/em&gt;&amp;nbsp;file and 3 subdirectories: &lt;em&gt;img&lt;/em&gt;, &lt;em&gt;dense&lt;/em&gt;, and &lt;em&gt;sparse&lt;/em&gt;. The mobile mapping 3D dataset was generated walking around an indoor space and each&amp;nbsp;&lt;strong&gt;&amp;lt;positionID&amp;gt;&lt;/strong&gt; 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.&lt;/p&gt; &lt;pre&gt;&lt;code&gt;root ├── img │ ├── &amp;lt;positionID&amp;gt;.jpg | └── ... ├── dense │ ├── &amp;lt;positionID&amp;gt;.png | └── ... ├── sparse │ ├── &amp;lt;positionID&amp;gt;.png | └── ... └── positions.csv&lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;strong&gt;positions.csv&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;File format: One ASCII file.&lt;/li&gt; &lt;li&gt;File structure Rows: Each image is one record.&lt;/li&gt; &lt;li&gt;File structure Columns: Comma separated headers, with exact order described below. &lt;ul&gt; &lt;li&gt;Filename, column 0: Panorama file name as on disk, without file extension.&lt;/li&gt; &lt;li&gt;Timestamps, column 1: Absolute time at which the panorama was captured, Decimal notation, without thousands separator (microseconds).&lt;/li&gt; &lt;li&gt;X,Y,Z, columns 2 through 4: Position of the panoramic camera in decimal notation, without thousands separator (meters).&lt;/li&gt; &lt;li&gt;w,x,y,z, columns 5 through 8: Rotation of the camera, quaternion.&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;sparse&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Set of equirectangular rendered depth images.&lt;/li&gt; &lt;li&gt;1920x960 resolution&lt;/li&gt; &lt;li&gt;16-bit grayscale PNG&lt;/li&gt; &lt;li&gt;White &amp;rarr; 0 m&lt;/li&gt; &lt;li&gt;Black &amp;rarr; &amp;ge; 16 m or absent geometry&lt;/li&gt; &lt;li&gt;Occlusions: If a pixel was hit by several rays, only the value of the closest one is represented.&amp;nbsp;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;dense&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Set of equirectangular rendered depth images.&lt;/li&gt; &lt;li&gt;1920x960 resolution&lt;/li&gt; &lt;li&gt;16-bit grayscale PNG&lt;/li&gt; &lt;li&gt;White &amp;rarr; 0 m&lt;/li&gt; &lt;li&gt;Black &amp;rarr; &amp;ge; 16 m or absent geometry&lt;/li&gt; &lt;li&gt;Occlusions: If a pixel was hit by several rays, only the value of the closest one is represented.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;img&lt;/strong&gt;&lt;br&gt; A set of equirectangular panoramic images was taken with a 360&amp;deg; color camera in 1920x960 resolution. They follow the same trajectory.&lt;/p&gt;</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>
131
9
views
downloads
All versions This version
Views 131131
Downloads 99
Data volume 1.1 GB1.1 GB
Unique views 101101
Unique downloads 99

Share

Cite as