Skip to content

Contains images of teddy bear scraped from google photos

Notifications You must be signed in to change notification settings

levindabhi/teddy-bear-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Teddy Bear Images Dataset

This repository contains details and downloads links of teddy bear images scraped from google photos searching various keywords related to a teddy bear.

After little cleaning on scraped images, the dataset comprises of 6112 images of a teddy bear at various resolutions in various format(png, jpg and jpeg).

Collage of randomly pick images

  • Collage made from randomly picked images from dataset. Size of image in collage doesn't represent actual image size.

packed teddy bear

  • After removing the background, images are greedily packed into a canvas.

faces collage teddy bear

  • Used custom Yolo model to detect faces from raw images and then resized into 256x256 pixels. Teddy bear face dataset comprises of 4992 images of faces in png format.
  • Manually labelled faces from 456 teddy bear images. Images and bounding boxes of the face are available in Yolo format.
  • Upscaled face images into 1024x1024 pixels using ESRGAN and 637 images were sampled based on PSNR value. Above collage contains randomly pick upscaled face images.
Download Link
Raw images zip Link
Faces in 256x256 zip Link
Images with faces bbox labels zip Link
Faces in 1024x1024 zip Link

Acknowledgements

  • For faces detection, used Darknet framework for training of yolo model
  • For image upscaling, used BasicSR's ESRGAN pretrained model
  • For background removal, used U-2-Net pretrained model
  • For greedy image packing, Mosaic

Disclaimer

  • I do not own any of this images. If copy-right of any of images belong to you, please contact me for removal.

About

Contains images of teddy bear scraped from google photos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages