Skip to content

Commit

Permalink
minor fix of encoding in analyze_folder script
Browse files Browse the repository at this point in the history
  • Loading branch information
lext committed Dec 26, 2019
1 parent 279d1cf commit 588b6ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analyze_folder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

import glob
import argparse
import requests
Expand All @@ -8,6 +10,7 @@
import numpy as np
from tqdm import tqdm


def base64tonumpy(buffer):
binary = base64.b64decode(buffer)

Expand Down

0 comments on commit 588b6ee

Please sign in to comment.