Kentaro Wada 7 лет назад
Родитель
Сommit
dbe48599bc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/test_utils.py

+ 1 - 1
tests/test_utils.py

@@ -10,7 +10,7 @@ here = osp.dirname(osp.abspath(__file__))
 
 
 def test_img_b64_to_array():
-    json_file = osp.join(here, '../tutorial/apc2016_obj3.json')
+    json_file = osp.join(here, '../examples/single_image/apc2016_obj3.json')
     data = json.load(open(json_file))
     img_b64 = data['imageData']
     img = utils.img_b64_to_array(img_b64)