Code Monkey home page Code Monkey logo

4k-face's Introduction

4K-Face: A Dataset with Huge Scale-variance Faces

The images from 4K-Face dataset is collected from the Internet. Following WIDER FACE event categories, keywords, such as travel, surgeons, and celebration, are used to retrieve more than 25,000 images from web search engine. In order to obtain large scale variance, we only keep the images with 4K resolution (3840ร—2160). Images without face are filtered. Finally, 5,102 images with more than 30,000 annotated boxes are acquired in total.

The 4K-Face dataset is contributed by Megvii Inc. (Face++) in the following paper.

SFace: An Efficient Network for Face Detection in Large Scale Variations,
Jianfeng Wang, Ye Yuan, Gang Yu, and Jian Sun
arXiv preprint arXiv:1804.06559 (2018).

The full paper is available at: https://arxiv.org/abs/1804.06559.

Urls

OneDrive

BaiduDrive

Files

images.tar.00
images.tar.01
images.tar.02
images.tar.03
images.tar.04
images.tar.05
images.tar.06
images.tar.07
images.tar.08
images.tar.09
images.tar.10
images.tar.11
images.tar.12
images.tar.13
images.tar.14
images.tar.15
images.tar.16
README.md
result.json

How to Use it

cat images.tar.* > images.tar
tar -xvf images.tar

Label Format

{
    "items": [
        {
            "filename": "selfie---231f78c09dab611423d2811b3cb60238.jpg",
            "gtboxes": [
                {
                    "box": [
                        973.0000001279999,
                        621.918945216,
                        554.5947264000002,
                        722.4323731199999
                    ],
                    "extra": {
                        "ignore": 0
                    },
                    "tag": "Face"
                },
                {
                    "box": [
                        1793.945800704,
                        724.0810546800001,
                        550.946289024,
                        762.56762688
                    ],
                    "extra": {
                        "ignore": 0
                    },
                    "tag": "Face"
                },
                {
                    "box": [
                        2614.892089728,
                        443.13525381600004,
                        901.215820416,
                        1076.3513184959997
                    ],
                    "extra": {
                        "ignore": 0
                    },
                    "tag": "Face"
                }
            ],
            "height": 2160,
            "width": 3840
        }
    ]
}

Citations

Please consider citing this project in your publications if it helps your research. The following is a BibTeX reference.

@article{wang2018sface,
  title={SFace: An Efficient Network for Face Detection in Large Scale Variations},
  author={Wang, Jianfeng and Yuan, Ye and Yu, Gang and Sun, Jian},
  journal={arXiv preprint arXiv:1804.06559},
  year={2018}
}

License

The 4K-Face dataset is released under the MIT license. See LICENSE for additional details.

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.