摘要:        
# demo ```python from flask import Flask, render_template, request, jsonify app = Flask(__name__) @app.route('/', methods=['GET', 'POST']) def index()    阅读全文
posted @ 2023-08-22 20:20
__username
阅读(63)
评论(0)
推荐(0)
        
            
        
        
摘要:        
# demo ```python import torch import cv2 from PIL import Image # pt_path = r'E:\Code\Python\YoLov5\yolov5\yolov5s.pt' pt_path = r'E:\Code\Python\yolov    阅读全文
posted @ 2023-08-22 16:19
__username
阅读(701)
评论(0)
推荐(0)
        
            
        
        
摘要:        
# demo ## 图片转base64 ```python def image_to_base64(image_path): import base64 with open(image_path, "rb") as image_file: image_data = image_file.read()    阅读全文
posted @ 2023-08-22 16:13
__username
阅读(603)
评论(0)
推荐(0)
        
            
        
        
摘要:        
# 一个0到1的案例 后续会继续补充 > 环境python3.8.10 ## First - github下载项目:https://github.com/ultralytics/yolov5/tree/master - cd yolov5, pip install -r requirements.t    阅读全文
posted @ 2023-08-22 10:25
__username
阅读(306)
评论(0)
推荐(0)
        
 
                    
                
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号