@@ -96,13 +96,11 @@ def save_image():
return jsonify({
"message": "保存成功",
"data":{
- # "img1": img1Path,
- # "img2": img2Path,
- "img1": 100
+ "img1": img1Path,
+ "img2": img2Path,
}
})
-
# POST 分析图片
@app.route('/api/detect_image', methods=['POST'])
def detect_image():