import requests · def get_predictions(path): · url = "http://localhost:9020/api/fasterrcnn/predict/" · response = requests.post(url, files={"image" ...
確定! 回上一頁