-
The live demo doesn't need any preprocess, you can try it with the default code. To try the other features follow the instructions below.
-
Download the dataset from Kaggle:
-
Copy the encriptions of the dataset
paths.memmaplabels.memmapimages.memmap
from the following location on bridges /ocean/projects/cis240109p/abollado/data/
# suppose we are in parent folder
cd .WebApp/find_match/database
scp <user>@bridges2.psc.edu:/ocean/projects/cis240109p/abollado/data/*.memmap ./
- After downloading, copy the dataset's path to your local machine. Then, update the
database.pathvariable inconfig.ymlwith your local path where vggface2 dataset is.
-
Set the host and port that you want to use in the
cofig.ymlfile -
Run the app:
source run.sh -
Once the server is running, open your browser and go to:
http://<host>:<port>Replace
<host>and<port>with theconfig.ymlvalues.

