You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
from Util.SDUtil import get_wd_14
|
|
|
|
server_address = "http://192.168.1.21:7860/tagger/v1/interrogate"
|
|
image_path = r'D:\KeCheng\BaiHu\Backup\mote2.png'
|
|
print(get_wd_14(server_address, image_path))
|