Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
yfeng95 committed May 1, 2018
1 parent 4ab7649 commit 5b36597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# ---- init PRN
os.environ['CUDA_VISIBLE_DEVICES'] = '0' # GPU number, -1 for CPU
prn = PRN(is_dlib = False, is_opencv = False)
prn = PRN(is_dlib = False)


# ------------- load data
Expand Down

0 comments on commit 5b36597

Please sign in to comment.