├── README.md ├── convert_parquet.py ├── download.sh ├── download_detection.sh ├── example.png └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FacePerceiver/LAION-Face/HEAD/README.md -------------------------------------------------------------------------------- /convert_parquet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FacePerceiver/LAION-Face/HEAD/convert_parquet.py -------------------------------------------------------------------------------- /download.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FacePerceiver/LAION-Face/HEAD/download.sh -------------------------------------------------------------------------------- /download_detection.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FacePerceiver/LAION-Face/HEAD/download_detection.sh -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FacePerceiver/LAION-Face/HEAD/example.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyarrow 2 | img2dataset 3 | tqdm 4 | torch 5 | --------------------------------------------------------------------------------