├── .clang_format.hook ├── .gitignore ├── .pre-commit-config.yaml ├── LICENSE ├── MANIFEST.in ├── README.md ├── README_ch.md ├── README_en.md ├── SourceHanSansCN-Medium.otf ├── __init__.py ├── demo └── friends │ ├── gallery │ ├── Chandler │ │ ├── Chandler00001.png │ │ ├── Chandler00002.png │ │ ├── Chandler00003.png │ │ ├── Chandler00004.png │ │ ├── Chandler00005.png │ │ ├── Chandler00006.png │ │ ├── Chandler00007.png │ │ ├── Chandler00008.png │ │ ├── Chandler00009.png │ │ ├── Chandler00010.png │ │ ├── Chandler00011.png │ │ ├── Chandler00012.png │ │ ├── Chandler00013.png │ │ ├── Chandler00014.png │ │ ├── Chandler00015.png │ │ ├── Chandler00016.png │ │ ├── Chandler00017.png │ │ ├── Chandler00018.png │ │ ├── Chandler00019.png │ │ ├── Chandler00020.png │ │ ├── Chandler00021.png │ │ ├── Chandler00022.png │ │ ├── Chandler00023.png │ │ ├── Chandler00024.png │ │ ├── Chandler00025.png │ │ ├── Chandler00026.png │ │ ├── Chandler00027.png │ │ ├── Chandler00028.png │ │ ├── Chandler00029.png │ │ ├── Chandler00030.png │ │ ├── Chandler00031.png │ │ ├── Chandler00032.png │ │ ├── Chandler00033.png │ │ ├── Chandler00034.png │ │ ├── Chandler00035.jpeg │ │ ├── Chandler00036.jpg │ │ ├── Chandler00037.jpg │ │ ├── Chandler00038.jpg │ │ ├── Chandler00039.jpg │ │ ├── Chandler00040.jpg │ │ └── Chandler00041.jpg │ ├── Joey │ │ ├── Joey00001.jpg │ │ ├── Joey00002.png │ │ ├── Joey00003.png │ │ ├── Joey00004.png │ │ ├── Joey00005.png │ │ ├── Joey00006.png │ │ ├── Joey00007.png │ │ ├── Joey00008.png │ │ ├── Joey00009.png │ │ ├── Joey00010.png │ │ ├── Joey00011.png │ │ ├── Joey00012.png │ │ ├── Joey00013.png │ │ ├── Joey00014.png │ │ ├── Joey00015.png │ │ ├── Joey00016.png │ │ ├── Joey00017.png │ │ ├── Joey00018.png │ │ ├── Joey00019.png │ │ ├── Joey00020.png │ │ ├── Joey00021.png │ │ ├── Joey00022.png │ │ ├── Joey00023.png │ │ ├── Joey00024.png │ │ ├── Joey00025.png │ │ ├── Joey00026.png │ │ ├── Joey00027.png │ │ ├── Joey00028.png │ │ ├── Joey00029.png │ │ ├── Joey00030.jpg │ │ ├── Joey00031.jpg │ │ ├── Joey00032.png │ │ ├── Joey00033.png │ │ ├── Joey00034.jpeg │ │ ├── Joey00035.png │ │ ├── Joey00036.jpg │ │ ├── Joey00037.jpeg │ │ ├── Joey00038.jpg │ │ ├── Joey00039.jpg │ │ ├── Joey00040.png │ │ ├── Joey00041.png │ │ ├── Joey00042.png │ │ ├── Joey00043.png │ │ └── Joey00044.png │ ├── Monica │ │ ├── Monica00001.png │ │ ├── Monica00002.png │ │ ├── Monica00003.png │ │ ├── Monica00004.png │ │ ├── Monica00005.png │ │ ├── Monica00006.png │ │ ├── Monica00007.png │ │ ├── Monica00008.png │ │ ├── Monica00009.png │ │ ├── Monica00010.png │ │ ├── Monica00011.png │ │ ├── Monica00012.png │ │ ├── Monica00013.png │ │ ├── Monica00014.png │ │ ├── Monica00015.png │ │ ├── Monica00016.png │ │ ├── Monica00017.png │ │ ├── Monica00018.png │ │ ├── Monica00019.png │ │ ├── Monica00020.png │ │ ├── Monica00021.png │ │ ├── Monica00022.png │ │ ├── Monica00023.png │ │ ├── Monica00024.png │ │ ├── Monica00025.png │ │ ├── Monica00026.png │ │ ├── Monica00027.png │ │ ├── Monica00028.png │ │ ├── Monica00029.png │ │ ├── Monica00030.png │ │ ├── Monica00031.png │ │ ├── Monica00032.jpg │ │ ├── Monica00033.jpg │ │ ├── Monica00034.jpg │ │ ├── Monica00035.jpg │ │ ├── Monica00036.jpg │ │ ├── Monica00037.jpg │ │ ├── Monica00038.jpg │ │ ├── Monica00039.jpg │ │ ├── Monica00040.jpg │ │ └── Monica00041.jpg │ ├── Phoebe │ │ ├── Phoebe00001.jpg │ │ ├── Phoebe00002.jpg │ │ ├── Phoebe00003.jpg │ │ ├── Phoebe00004.jpg │ │ ├── Phoebe00005.jpg │ │ ├── Phoebe00006.jpg │ │ ├── Phoebe00007.jpg │ │ ├── Phoebe00008.jpg │ │ ├── Phoebe00009.jpg │ │ ├── Phoebe00010.jpg │ │ ├── Phoebe00011.jpg │ │ ├── Phoebe00012.jpg │ │ ├── Phoebe00013.jpg │ │ ├── Phoebe00014.png │ │ ├── Phoebe00015.png │ │ ├── Phoebe00016.png │ │ ├── Phoebe00017.png │ │ ├── Phoebe00018.png │ │ ├── Phoebe00019.png │ │ ├── Phoebe00020.png │ │ ├── Phoebe00021.png │ │ ├── Phoebe00022.png │ │ ├── Phoebe00023.png │ │ ├── Phoebe00024.png │ │ ├── Phoebe00025.png │ │ ├── Phoebe00026.png │ │ ├── Phoebe00027.png │ │ ├── Phoebe00028.png │ │ ├── Phoebe00029.png │ │ ├── Phoebe00030.png │ │ ├── Phoebe00031.png │ │ ├── Phoebe00032.png │ │ ├── Phoebe00033.png │ │ ├── Phoebe00034.png │ │ ├── Phoebe00035.png │ │ ├── Phoebe00036.png │ │ ├── Phoebe00037.png │ │ ├── Phoebe00038.png │ │ ├── Phoebe00039.png │ │ └── Phoebe00040.png │ ├── Rachel │ │ ├── Rachel00001.png │ │ ├── Rachel00002.png │ │ ├── Rachel00003.png │ │ ├── Rachel00004.png │ │ ├── Rachel00005.png │ │ ├── Rachel00006.png │ │ ├── Rachel00007.png │ │ ├── Rachel00008.png │ │ ├── Rachel00009.jpg │ │ ├── Rachel00010.png │ │ ├── Rachel00011.jpg │ │ ├── Rachel00012.jpg │ │ ├── Rachel00013.jpg │ │ ├── Rachel00014.jpg │ │ ├── Rachel00015.jpg │ │ ├── Rachel00016.jpg │ │ ├── Rachel00017.jpg │ │ ├── Rachel00018.jpg │ │ ├── Rachel00019.jpg │ │ ├── Rachel00020.jpg │ │ ├── Rachel00021.jpg │ │ ├── Rachel00022.jpg │ │ ├── Rachel00023.jpg │ │ ├── Rachel00024.jpg │ │ ├── Rachel00025.jpg │ │ ├── Rachel00026.jpg │ │ ├── Rachel00027.jpg │ │ ├── Rachel00028.jpg │ │ ├── Rachel00029.jpg │ │ ├── Rachel00030.jpg │ │ ├── Rachel00031.jpg │ │ ├── Rachel00032.jpg │ │ ├── Rachel00033.jpg │ │ ├── Rachel00034.jpg │ │ ├── Rachel00035.jpg │ │ ├── Rachel00036.jpg │ │ ├── Rachel00037.jpg │ │ ├── Rachel00038.jpg │ │ └── Rachel00039.jpg │ ├── Ross │ │ ├── Ross00001.jpg │ │ ├── Ross00002.png │ │ ├── Ross00003.png │ │ ├── Ross00004.jpg │ │ ├── Ross00005.png │ │ ├── Ross00006.png │ │ ├── Ross00007.png │ │ ├── Ross00008.png │ │ ├── Ross00009.jpg │ │ ├── Ross00010.jpg │ │ ├── Ross00011.jpg │ │ ├── Ross00012.jpg │ │ ├── Ross00013.jpg │ │ ├── Ross00014.png │ │ ├── Ross00015.jpg │ │ ├── Ross00016.jpg │ │ ├── Ross00017.jpg │ │ ├── Ross00018.jpg │ │ ├── Ross00019.jpg │ │ ├── Ross00020.jpg │ │ ├── Ross00021.jpg │ │ ├── Ross00022.jpg │ │ ├── Ross00023.jpg │ │ ├── Ross00024.jpg │ │ ├── Ross00025.jpg │ │ ├── Ross00026.jpg │ │ ├── Ross00027.jpg │ │ ├── Ross00028.jpg │ │ ├── Ross00029.jpg │ │ ├── Ross00030.jpg │ │ ├── Ross00031.jpg │ │ ├── Ross00032.jpg │ │ ├── Ross00033.jpg │ │ ├── Ross00034.jpg │ │ ├── Ross00035.jpg │ │ ├── Ross00036.jpg │ │ ├── Ross00037.jpg │ │ ├── Ross00038.jpg │ │ ├── Ross00039.jpg │ │ └── Ross00040.jpg │ └── label.txt │ ├── index.bin │ ├── output │ ├── friends1.jpg │ ├── friends2.jpg │ ├── friends3.jpg │ └── friends4.jpg │ └── query │ ├── Rachel.png │ ├── friends1.jpg │ └── friends2.jpg ├── insightface_paddle.py ├── qq_group.jpeg ├── requirements.txt └── setup.py /.clang_format.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/.clang_format.hook -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/.gitignore -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | README_en.md -------------------------------------------------------------------------------- /README_ch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/README_ch.md -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/README_en.md -------------------------------------------------------------------------------- /SourceHanSansCN-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/SourceHanSansCN-Medium.otf -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/__init__.py -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00001.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00002.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00003.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00004.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00005.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00006.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00007.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00008.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00009.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00010.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00011.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00012.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00013.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00014.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00015.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00016.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00017.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00018.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00019.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00020.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00021.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00022.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00023.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00024.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00025.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00026.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00027.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00028.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00029.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00030.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00031.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00032.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00033.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00034.png -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00035.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00035.jpeg -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00036.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00037.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00038.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00039.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00040.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Chandler/Chandler00041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Chandler/Chandler00041.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00001.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00002.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00003.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00004.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00005.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00006.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00007.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00008.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00009.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00010.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00011.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00012.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00013.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00014.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00015.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00016.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00017.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00018.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00019.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00020.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00021.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00022.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00023.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00024.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00025.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00026.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00027.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00028.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00029.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00030.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00031.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00032.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00033.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00034.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00034.jpeg -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00035.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00036.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00037.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00037.jpeg -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00038.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00039.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00040.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00041.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00042.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00043.png -------------------------------------------------------------------------------- /demo/friends/gallery/Joey/Joey00044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Joey/Joey00044.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00001.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00002.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00003.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00004.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00005.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00006.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00007.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00008.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00009.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00010.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00011.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00012.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00013.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00014.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00015.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00016.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00017.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00018.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00019.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00020.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00021.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00022.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00023.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00024.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00025.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00026.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00027.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00028.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00029.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00030.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00031.png -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00032.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00033.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00034.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00035.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00036.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00037.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00038.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00039.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00040.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Monica/Monica00041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Monica/Monica00041.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00001.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00002.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00003.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00004.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00005.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00006.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00007.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00008.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00009.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00010.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00011.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00012.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00013.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00014.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00015.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00016.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00017.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00018.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00019.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00020.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00021.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00022.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00023.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00024.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00025.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00026.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00027.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00028.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00029.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00030.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00031.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00032.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00033.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00034.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00035.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00036.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00037.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00038.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00039.png -------------------------------------------------------------------------------- /demo/friends/gallery/Phoebe/Phoebe00040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Phoebe/Phoebe00040.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00001.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00002.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00003.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00004.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00005.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00006.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00007.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00008.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00009.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00010.png -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00011.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00012.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00013.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00014.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00015.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00016.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00017.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00018.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00019.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00020.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00021.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00022.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00023.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00024.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00025.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00026.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00027.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00028.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00029.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00030.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00031.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00032.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00033.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00034.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00035.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00036.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00037.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00038.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Rachel/Rachel00039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Rachel/Rachel00039.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00001.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00002.png -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00003.png -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00004.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00005.png -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00006.png -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00007.png -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00008.png -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00009.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00010.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00011.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00012.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00013.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00014.png -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00015.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00016.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00017.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00018.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00019.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00020.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00021.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00022.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00023.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00024.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00025.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00026.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00027.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00028.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00029.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00030.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00031.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00032.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00033.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00034.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00035.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00036.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00037.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00038.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00039.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/Ross/Ross00040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/Ross/Ross00040.jpg -------------------------------------------------------------------------------- /demo/friends/gallery/label.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/gallery/label.txt -------------------------------------------------------------------------------- /demo/friends/index.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/index.bin -------------------------------------------------------------------------------- /demo/friends/output/friends1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/output/friends1.jpg -------------------------------------------------------------------------------- /demo/friends/output/friends2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/output/friends2.jpg -------------------------------------------------------------------------------- /demo/friends/output/friends3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/output/friends3.jpg -------------------------------------------------------------------------------- /demo/friends/output/friends4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/output/friends4.jpg -------------------------------------------------------------------------------- /demo/friends/query/Rachel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/query/Rachel.png -------------------------------------------------------------------------------- /demo/friends/query/friends1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/query/friends1.jpg -------------------------------------------------------------------------------- /demo/friends/query/friends2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/demo/friends/query/friends2.jpg -------------------------------------------------------------------------------- /insightface_paddle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/insightface_paddle.py -------------------------------------------------------------------------------- /qq_group.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/qq_group.jpeg -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/littletomatodonkey/insight-face-paddle/HEAD/setup.py --------------------------------------------------------------------------------