Giter VIP home page Giter VIP logo

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

Panoramic Database

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

  • In addition, this database contains annotations of people.

  • The database note format is VocPascal

  • Our repository is made up of the following files:

.
├── data_person

│   ├── Annotations

│   ├── ImageSets

│   │   └── Main

│   └── JPEGImages

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>frame0.jpg</filename>
   <path>/home/ons/conf_data/data/frame0.jpg</path>
   <source>
   	<database>Unknown</database>
   </source>
   <size>
   	<width>1280</width>
   	<height>640</height>
   	<depth>3</depth>
   </size>
   <segmented>0</segmented>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>425</xmin>
   		<ymin>258</ymin>
   		<xmax>560</xmax>
   		<ymax>443</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>726</xmin>
   		<ymin>252</ymin>
   		<xmax>857</xmax>
   		<ymax>432</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>870</xmin>
   		<ymin>256</ymin>
   		<xmax>1048</xmax>
   		<ymax>492</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>1072</xmin>
   		<ymin>278</ymin>
   		<xmax>1190</xmax>
   		<ymax>435</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>246</xmin>
   		<ymin>292</ymin>
   		<xmax>388</xmax>
   		<ymax>446</ymax>
   	</bndbox>
   </object>
   <object>
   	<name>person</name>
   	<pose>Unspecified</pose>
   	<truncated>0</truncated>
   	<difficult>0</difficult>
   	<bndbox>
   		<xmin>68</xmin>
   		<ymin>273</ymin>
   		<xmax>219</xmax>
   		<ymax>440</ymax>
   	</bndbox>
   </object>
</annotation>

panoramic-database-for-person-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.