diff options
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | megapixels/notebooks/datasets/ijb_c/ijb_c_montage.ipynb | 8 | ||||
| -rw-r--r-- | site/assets/css/css.css | 10 | ||||
| -rw-r--r-- | site/templates/home.html | 2 |
4 files changed, 18 insertions, 7 deletions
@@ -75,3 +75,8 @@ python cli_faiss.py build_faiss python cli_faiss.py build_db python cli_site.py build ``` + + +## Generating 3D Faces + +- use <https://github.com/YadiraF/PRNet>
\ No newline at end of file diff --git a/megapixels/notebooks/datasets/ijb_c/ijb_c_montage.ipynb b/megapixels/notebooks/datasets/ijb_c/ijb_c_montage.ipynb index fce0adc6..4981f3d0 100644 --- a/megapixels/notebooks/datasets/ijb_c/ijb_c_montage.ipynb +++ b/megapixels/notebooks/datasets/ijb_c/ijb_c_montage.ipynb @@ -47,12 +47,12 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 39, "metadata": {}, "outputs": [], "source": [ "fp_in_dir = '/data_store_hdd/datasets/people/ijb_c/downloads/tars/IJB/IJB-C/images/img'\n", - "fp_out_dir = '/data_store_hdd/datasets/people/ijb_c/processed/'" + "fp_out_dir = '/data_store/datasets/people/ijb_c/processed/'" ] }, { @@ -159,7 +159,7 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 40, "metadata": {}, "outputs": [ { @@ -168,7 +168,7 @@ "True" ] }, - "execution_count": 38, + "execution_count": 40, "metadata": {}, "output_type": "execute_result" }, diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 304f8b67..126eaadf 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -151,7 +151,7 @@ footer { justify-content: space-between; color: #666; font-size: 11px; - line-height: 17px; + /*line-height: 17px;*/ padding: 15px; font-family: "Roboto", sans-serif; } @@ -167,7 +167,7 @@ footer > div:nth-child(2) { } footer a { display: inline-block; - color: #ccc; + color: #aaa; transition: all 0.1s cubic-bezier(0,0,1,1); border-bottom: 1px solid #555; padding-bottom: 1px; @@ -184,6 +184,12 @@ footer ul { color: #888; font-size: 11px; } +footer ul li { + margin-bottom: 0; + font-size: 11px; + font-weight: 400; + color:#666; +} footer ul li:last-child { margin-right: 0px; } diff --git a/site/templates/home.html b/site/templates/home.html index 9798f0d9..bd99bed6 100644 --- a/site/templates/home.html +++ b/site/templates/home.html @@ -47,7 +47,7 @@ </div> <footer> <div> - <span><a href="/about/">MegaPixels</a> is a research project by Adam Harvey about <a href="/datasets/">facial recognition datasets</a>, developed in partnership with Mozilla.</span> + <span><a href="/about/">MegaPixels</a> is a research project by Adam Harvey about <a href="/datasets/">facial recognition datasets</a>, made possible with support from Mozilla.</span> </div> <div> MegaPixels ©2017-19 Adam R. Harvey / |
