image recognition

  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 =...
  2. P

    Searching Best Image Classifiers

    Hello, I am working on a hotel classification task for my company, Timbu- I have a task to recommend an efficient classifier model to use for the project. Please can anyone give an Idea of the things I should consider very important in selecting a model to use. We'll be using python to...