update README.md
This commit is contained in:
@@ -76,7 +76,7 @@ class BoundingBox {
|
||||
|
||||
class YOLOService {
|
||||
// 配置YOLO API端点(用户可以修改)
|
||||
static const String yoloApiUrl = 'http://10.168.2.249:3000/api/upload';
|
||||
static const String yoloApiUrl = 'http://localhost:8000/api/detect';
|
||||
|
||||
// 分析单张图片
|
||||
Future<YOLOAnalysisResult> analyzeImage(String imagePath) async {
|
||||
|
||||
Reference in New Issue
Block a user