diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-05 12:37:38 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-05 12:37:38 +0100 |
| commit | a11ea79b116b80d9ef5198b4ffb8d6d7b898b358 (patch) | |
| tree | 46afa827958a1bafd1ec97a92376ed5d69b007a6 /site/public/datasets/lfpw | |
| parent | adb02bea603eb924454d8c48e7b1c260c55b1484 (diff) | |
updating html
Diffstat (limited to 'site/public/datasets/lfpw')
| -rw-r--r-- | site/public/datasets/lfpw/index.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/site/public/datasets/lfpw/index.html b/site/public/datasets/lfpw/index.html new file mode 100644 index 00000000..385bd189 --- /dev/null +++ b/site/public/datasets/lfpw/index.html @@ -0,0 +1,58 @@ +<!doctype html> +<html> +<head> + <title>MegaPixels</title> + <meta charset="utf-8" /> + <meta name="author" content="Adam Harvey" /> + <meta name="description" content="LFPW: Labeled Face Parts in The Wild" /> + <meta name="referrer" content="no-referrer" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <link rel='stylesheet' href='/assets/css/fonts.css' /> + <link rel='stylesheet' href='/assets/css/tabulator.css' /> + <link rel='stylesheet' href='/assets/css/css.css' /> + <link rel='stylesheet' href='/assets/css/leaflet.css' /> + <link rel='stylesheet' href='/assets/css/applets.css' /> +</head> +<body> + <header> + <a class='slogan' href="/"> + <div class='logo'></div> + <div class='site_name'>MegaPixels</div> + </a> + <div class='links'> + <a href="/datasets/">Datasets</a> + <a href="/research/">Research</a> + <a href="/about/">About</a> + </div> + </header> + <div class="content content-"> + + <section><h1>Labeled Face Parts in The Wild</h1> +</section><section><div class='meta'><div><div class='gray'>Year</div><div>2011</div></div><div><div class='gray'>Images</div><div>1,432</div></div><div><div class='gray'>Origin</div><div>Flickr</div></div><div><div class='gray'>Funding</div><div>CIA</div></div></div><section><section class='images'><div class='image'><img src='https://nyc3.digitaloceanspaces.com/megapixels/v1/datasets/lfpw/assets/background.jpg' alt=''></div></section><section><p>RESEARCH below this line</p> +<blockquote><p>Release 1 of LFPW consists of 1,432 faces from images downloaded from the web using simple text queries on sites such as google.com, flickr.com, and yahoo.com. Each image was labeled by three MTurk workers, and 29 fiducial points, shown below, are included in dataset. LFPW was originally described in the following publication:</p> +<p>Due to copyright issues, we cannot distribute image files in any format to anyone. Instead, we have made available a list of image URLs where you can download the images yourself. We realize that this makes it impossible to exactly compare numbers, as image links will slowly disappear over time, but we have no other option. This seems to be the way other large web-based databases seem to be evolving.</p> +</blockquote> +<p><a href="https://neerajkumar.org/databases/lfpw/">https://neerajkumar.org/databases/lfpw/</a></p> +<blockquote><p>This research was performed at Kriegman-Belhumeur Vision Technologies and was funded by the CIA through the Office of the Chief Scientist. <a href="https://www.cs.cmu.edu/~peiyunh/topdown/">https://www.cs.cmu.edu/~peiyunh/topdown/</a> (nk_cvpr2011_faceparts.pdf)</p> +</blockquote> +</section> + + </div> + <footer> + <div> + <a href="/">MegaPixels.cc</a> + <a href="/about/disclaimer/">Disclaimer</a> + <a href="/about/terms/">Terms of Use</a> + <a href="/about/privacy/">Privacy</a> + <a href="/about/">About</a> + <a href="/about/team/">Team</a> + </div> + <div> + MegaPixels ©2017-19 Adam R. Harvey / + <a href="https://ahprojects.com">ahprojects.com</a> + </div> + </footer> +</body> + +<script src="/assets/js/dist/index.js"></script> +</html>
\ No newline at end of file |
