|
@@ -6,7 +6,7 @@ import base64
|
|
from itertools import chain
|
|
from itertools import chain
|
|
|
|
|
|
url = 'http://192.168.199.27:18040'
|
|
url = 'http://192.168.199.27:18040'
|
|
-imgs_path = '../户口本筛选后样本集0927'
|
|
|
|
|
|
+imgs_path = '../img'
|
|
|
|
|
|
def send_request(img_path, image_type = 0):
|
|
def send_request(img_path, image_type = 0):
|
|
with open(img_path, 'rb') as f:
|
|
with open(img_path, 'rb') as f:
|