Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cleardusk committed Aug 31, 2020
1 parent 1dd78e0 commit 6077711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"outputs": [],
"source": [
"# load config\n",
"cfg = yaml.load(open('configs/mb1_120x120.yml'), Loader=yaml.FullLoader)\n",
"cfg = yaml.load(open('configs/mb1_120x120.yml'), Loader=yaml.SafeLoader)\n",
"tddfa = TDDFA(gpu_mode=False, **cfg)\n",
"\n",
"# Initialize FaceBoxes\n",
Expand Down

0 comments on commit 6077711

Please sign in to comment.