update
This commit is contained in:
@ -57,7 +57,7 @@ def get_isempty():
|
|||||||
}
|
}
|
||||||
|
|
||||||
imgdata = base64.b64decode(pic)
|
imgdata = base64.b64decode(pic)
|
||||||
image_path = 'data/images/1.jpg'
|
image_path = '../module/ieemoo-ai-zhanting/imgs/1.jpg'
|
||||||
file = open(image_path, 'wb')
|
file = open(image_path, 'wb')
|
||||||
file.write(imgdata)
|
file.write(imgdata)
|
||||||
pred = detect.detect(opt)
|
pred = detect.detect(opt)
|
||||||
|
Reference in New Issue
Block a user