MyStraw / 9oz-project

0 stars 1 forks source link

백엔드)/predict 요청시 플라스크 쪽으로 이미지 + mainclass 정보 같이 보내주기 #21

Open MyStraw opened 1 year ago

Byeonghee-son commented 1 year ago

String mainclass = payload.get("mainclass"); 추가

Map<String, String> dataMap = new HashMap<>(); dataMap.put("image_data", base64Encoded); dataMap.put("mainclass", mainclass); 해쉬맵으로 만들어서 데이터맵에 넣기

.bodyValue(dataMap) 밸류를 데이터맵으로 넣기