Use the morghulis-browse
Docker image to download and browse face detection datasets.
First you need a dataset in the filesystem. In the example below we are using FDDB. You can skip this step if you already have.
# create the directory where the dataset will be downloaded
mkdir -p ${HOME}/datasets/FDDB
# download the dataset
docker run --rm -it \
-v ${HOME}/datasets/:/datasets \
housebw/morghulis-browser morghulis.download --dataset=fddb --output_dir=/datasets/FDDB
xhost + && \
docker run --rm -it --privileged \
-e DISPLAY=unix$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v ${HOME}/datasets/:/datasets \
housebw/morghulis-browser morghulis.browse --dataset=fddb --data_dir=/datasets/FDDB