diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-15 14:08:35 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-15 14:08:35 +0200 |
| commit | 828ab34ca5e01e03e055ef9e091a88cd516a6061 (patch) | |
| tree | 6671cc305526d6acbb4e4166ef06ead6e7126d7b /site/public/datasets/feret/index.html | |
| parent | cc60ee511cc86d00ed0f13476513f2e183382763 (diff) | |
fix up duke
Diffstat (limited to 'site/public/datasets/feret/index.html')
| -rw-r--r-- | site/public/datasets/feret/index.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/site/public/datasets/feret/index.html b/site/public/datasets/feret/index.html new file mode 100644 index 00000000..089cd351 --- /dev/null +++ b/site/public/datasets/feret/index.html @@ -0,0 +1,87 @@ +<!doctype html> +<html> +<head> + <title>MegaPixels</title> + <meta charset="utf-8" /> + <meta name="author" content="Adam Harvey" /> + <meta name="description" content="LFW: Labeled Faces 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/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> + <div class='splash'>LFW</div> + </a> + <div class='links'> + <a href="/datasets/">Datasets</a> + <a href="/about/">About</a> + </div> + </header> + <div class="content content-"> + + <section><div class='right-sidebar'><div class='meta'> + <div class='gray'>Published</div> + <div>2007</div> + </div><div class='meta'> + <div class='gray'>Images</div> + <div>13,233 </div> + </div><div class='meta'> + <div class='gray'>Identities</div> + <div>5,749 </div> + </div><div class='meta'> + <div class='gray'>Purpose</div> + <div>face recognition</div> + </div><div class='meta'> + <div class='gray'>Website</div> + <div><a href='http://vis-www.cs.umass.edu/lfw/' target='_blank' rel='nofollow noopener'>umass.edu</a></div> + </div><h1>FacE REcognition Dataset (FERET)</h1> +<p>[ page under development ]</p> +<p>{% include 'dashboard.html' %}</p> +<h3>(ignore) RESEARCH below this line</h3> +<ul> +<li>Years: 1993-1996</li> +<li>Images: 14,126</li> +<li>Identities: 1,199 </li> +<li>Origin: Fairfax, MD</li> +<li><em>Facial Recognition Evaluation</em> (FERET) is develop, test, and evaluate face recognition algorithms</li> +<li>The goal of the FERET program was to develop automatic face recognition capabilities that could be employed to assist security, intelligence, and law enforcement personnel in the performance of their duties.</li> +<li><a href="https://www.nist.gov/programs-projects/face-recognition-technology-feret">https://www.nist.gov/programs-projects/face-recognition-technology-feret</a></li> +</ul> +<h3>"The FERET database and evaluation procedure for face-recognition algorithms"</h3> +<ul> +<li>Images were captured using Kodak Ultra film</li> +<li>The facial images were collected in 11 sessions from August 1993 to December 1994. Conducted at George Mason University and at US Army Research Laboratory facilities, </li> +</ul> +<h3>FERET (Face Recognition Technology) Recognition Algorithm Development and Test Results</h3> +<ul> +<li>"A release form is necessary because of the privacy laws in the United States."</li> +</ul> +</div><h2>Funding</h2> +<p>The FERET program is sponsored by the U.S. Depart- ment of Defense’s Counterdrug Technology Development Program Office. The U.S. Army Research Laboratory (ARL) is the technical agent for the FERET program. ARL designed, administered, and scored the FERET tests. George Mason University collected, processed, and main- tained the FERET database. Inquiries regarding the FERET database or test should be directed to P. Jonathon Phillips.</p> +</section> + + </div> + <footer> + <div> + <a href="/">MegaPixels.cc</a> + <a href="/datasets/">Datasets</a> + <a href="/about/">About</a> + <a href="/about/press/">Press</a> + <a href="/about/legal/">Legal and Privacy</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 |
