Recent content by samjm

  1. S

    Face Clustering of Images

    import sys import os import dlib import glob import time start = time.time() if len(sys.argv) != 3: print("Please specify valid arguments. Call the program like this \npython face_clustering.py -specify input folder- -specify output path-") exit() predictor_path =...