Skip to content

Commit

Permalink
fix: hand log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsj4653 committed Feb 25, 2024
1 parent d752dba commit a985b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OCR/handLandmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def read_image_from_uri(uri):
return None

def printImageInfo(uri) :
from google.cloud import vision
# 클라이언트 초기화
client = vision.ImageAnnotatorClient()

Expand Down

0 comments on commit a985b9e

Please sign in to comment.