From ed98925927638f42af54bf1b6d29befee0452767 Mon Sep 17 00:00:00 2001 From: Povl Filip Sonne-Frederiksen <22501790+pfmephisto@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:12:06 +0100 Subject: [PATCH] Fix: Spelling, Formatting --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d670ed..a76c19c 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,9 @@ Scanning app: ## Description - This is a tool for processing scan data captured with an iPhone / iPad in the context of mapping buildings. The goal is to segment and label objects in the point cloud and reconstruct a simplified 3D model on a room-by-room detail scale. -Project sturcture: +Project structure: ```mermaid graph TD; @@ -250,7 +249,6 @@ cmake -DCMAKE_BUILD_TYPE=Release .. #### Export Yolo v8.1 model ```python from ultralytics import YOLO -import cv2 as cv model = YOLO('yolov8x-seg.pt') model.export(format="onnx", simplify=True)