Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
pbcquoc committed Dec 9, 2020
1 parent 6816da2 commit 33a3516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vietocr/tool/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def download_config(id):
url = 'https://raw.githubusercontent.com/pbcquoc/vietocr/master/config/{}'.format(id)
r = requests.get(url)
config = yaml.safe_load(r.text)
print(config)
return config

def compute_accuracy(ground_truth, predictions, mode='full_sequence'):
Expand Down

0 comments on commit 33a3516

Please sign in to comment.