Skip to content

Commit

Permalink
Fix: Spelling, Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmephisto committed Feb 29, 2024
1 parent 98e0730 commit ed98925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ed98925

Please sign in to comment.