Skip to content

the-house-of-black-and-white/morghulis-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browse face datasets with Morghulis

Use the morghulis-browse Docker image to download and browse face detection datasets.

Download a dataset

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

Browse the dataset

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published