Skip to content

Hamdrive/DoorDetect-Dataset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoorDetect Dataset

DoorDetect is a dataset of 1,213 images that have been annotated with object bounding boxes. The images are very diverse and often contain complex scenes with several objects.

Images

The images annotated are from Open Images Dataset V4 and MCIndoor20000 .

alt text

Object Classes

The identified object classes are: handle; door, which refers to any room door; cabinet door, which refers to any drawer or small door; and refrigerator door, which refers to any door in a refrigerator.

alt text

Labels

The object location is specified by the coordinates of its bounding box. Boxes were marked using Yolo_mark. There is a .txt file for each image with the same name. Each line in the label file is of the form: <object-class> <x> <y> <width> <height>.

Where:

  • <object-class>: integer number of object. (0) door; (1) handle; (2) cabinet door; (3) refrigerator door.
  • <x> <y> <width> <height>: float values relative to width and height of the image.
  • <x> <y>: center of the box.

alt text

YOLO with DoorDetect

The dataset can be used for training and testing an object detection CNN such as YOLO. Weights for detecting doors and handles with YOLO can be downloaded from: YOLO_weights (mAP=45%). For running YOLO you might also need the network configuration file yolo-obj.cfg and a text file where the detected classes names and their order is specified obj.names.

alt text

Citation

Please cite the paper in your publications if it helps your research.

  @misc{arduengo2019robust,
      title={Robust and Adaptive Door Operation with a Mobile Manipulator Robot},
      author={Miguel Arduengo and Carme Torras and Luis Sentis},
      year={2019},
      eprint={1902.09051},
      archivePrefix={arXiv},
      primaryClass={cs.RO}
    }

Link to the paper: Robust and Adaptive Door Operation with a Mobile Manipulator Robot

About

Labelled image dataset for door and handle detection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published