Giter VIP home page Giter VIP logo

panoramic-database-for-gestures-detection's Introduction

Panoramic_Database

  • This database contains 1496 annotated panoramic images of work meetings at LINAGORA.

  • In addition, this database contains annotations of gestures, such as hand_up, voting.

  • The database note format is VocPascal

  • Our VocPascal repository is made up of the following files:

.

│   ├── Annotations  (1496 .xml)

│   ├── ImageSets    # Contain four Main/*.txt which split the dataset

│   │   └── Main    

│   └── JPEGImages (1496 .jpg)

All labels are annotated by LabelImage

  • The Annotations : The VOC format .xml for Object Detection, automatically generate by the label tools. Below is an example of .xml file.
<annotation>
   <folder>data</folder>
   <filename>frame1043.jpg</filename>
   <path>/home/ons/conf_data/data/frame1043.jpg</path>
   <source>
   	<database>Unknown</database>
   </source>
   <size>
   	<width>1280</width>
   	<height>640</height>
   	<depth>3</depth>
   </size>
   <segmented>0</segmented>
   <object>
   	<name>hand_up</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>1033</xmin>
   		<ymin>257</ymin>
   		<xmax>1088</xmax>
   		<ymax>372</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>62</xmin>
   		<ymin>292</ymin>
   		<xmax>226</xmax>
   		<ymax>460</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>259</xmin>
   		<ymin>299</ymin>
   		<xmax>383</xmax>
   		<ymax>439</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>413</xmin>
   		<ymin>256</ymin>
   		<xmax>573</xmax>
   		<ymax>432</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>727</xmin>
   		<ymin>266</ymin>
   		<xmax>860</xmax>
   		<ymax>436</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>872</xmin>
   		<ymin>265</ymin>
   		<xmax>1053</xmax>
   		<ymax>500</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>1022</xmin>
   		<ymin>254</ymin>
   		<xmax>1172</xmax>
   		<ymax>432</ymax>
   	</bndbox>
   </object>
</annotation>

panoramic-database-for-gestures-detection's People

Contributors

mohamedbenali91 avatar

Stargazers

Thomas Cherickal avatar

Watchers

James Cloos 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.