spbroma / find_cast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find Cast project

Do you need find russian actor to remake Fight Club? This is your solution to find cast most similar with original.

Open In Colab

Installation

git clone https://github.com/spbroma/find_cast
pip install -r requirements.txt

Run

python Find_cast.py --help
python Find_cast.py -img *Path_to_img* -dump *Path_to_embdump* -n *Num_of_actors*

Architecture

Embedding use FaceNet, database russian actor from this site.

Example

python Find_cast.py -img input\elvis.jpg -n 31

example

About

License:MIT License


Languages

Language:Python 100.0%