{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# IMDB-WIKI Knowledge Graph" ] }, { "cell_type": "code", "execution_count": 110, "metadata": {}, "outputs": [], "source": [ "import os\n", "import os.path as osp\n", "from os.path import join\n", "from glob import glob\n", "import random\n", "import math\n", "from datetime import datetime\n", "import requests\n", "import json\n", "import urllib\n", "\n", "import cv2 as cv\n", "import pandas as pd\n", "from scipy.io import loadmat\n", "import numpy as np\n", "%matplotlib inline\n", "import matplotlib.pyplot as plt\n", "\n", "from tqdm import tqdm_notebook as tqdm\n", "%reload_ext autoreload\n", "%autoreload 2" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Load Metadata" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "fp_meta = '/data_store_hdd/datasets/people/imdb_wiki/metadata/imdb_wiki.csv'" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [], "source": [ "df_meta = pd.read_csv(fp_meta).set_index('index')" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| \n", " | celeb_id | \n", "dob | \n", "filepath | \n", "gender | \n", "name | \n", "x1 | \n", "x2 | \n", "y1 | \n", "y2 | \n", "year_photo | \n", "
|---|---|---|---|---|---|---|---|---|---|---|
| index | \n", "\n", " | \n", " | \n", " | \n", " | \n", " | \n", " | \n", " | \n", " | \n", " | \n", " |
| 0 | \n", "6488 | \n", "1900-5-11 | \n", "01/nm0000001_rm124825600_1899-5-10_1968.jpg | \n", "m | \n", "Fred Astaire | \n", "1072.926000 | \n", "1214.784000 | \n", "161.838000 | \n", "303.696000 | \n", "1968 | \n", "
| 1 | \n", "6488 | \n", "1900-5-11 | \n", "01/nm0000001_rm3343756032_1899-5-10_1970.jpg | \n", "m | \n", "Fred Astaire | \n", "477.184000 | \n", "622.592000 | \n", "100.352000 | \n", "245.760000 | \n", "1970 | \n", "
| 2 | \n", "6488 | \n", "1900-5-11 | \n", "01/nm0000001_rm577153792_1899-5-10_1968.jpg | \n", "m | \n", "Fred Astaire | \n", "114.969643 | \n", "451.686572 | \n", "114.969643 | \n", "451.686572 | \n", "1968 | \n", "
| 3 | \n", "6488 | \n", "1900-5-11 | \n", "01/nm0000001_rm946909184_1899-5-10_1968.jpg | \n", "m | \n", "Fred Astaire | \n", "622.885506 | \n", "844.339008 | \n", "424.217504 | \n", "645.671006 | \n", "1968 | \n", "
| 4 | \n", "6488 | \n", "1900-5-11 | \n", "01/nm0000001_rm980463616_1899-5-10_1968.jpg | \n", "m | \n", "Fred Astaire | \n", "1013.859002 | \n", "1201.586128 | \n", "233.882042 | \n", "421.609168 | \n", "1968 | \n", "