README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
# YOLOv8-TO
|
2 |
Code for the article "From Density to Geometry: YOLOv8 Instance Segmentation for Reverse Engineering of Optimized Structures"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## Overview
|
4 |
Brief description of what the project does and the problem it solves. Include a link or reference to the original article that inspired or is associated with this implementation.
|
5 |
|
@@ -21,4 +30,5 @@ cd YOLOv8-TO
|
|
21 |
pip install -e .
|
22 |
```
|
23 |
## Datasets
|
24 |
-
Links to the
|
|
|
|
1 |
# YOLOv8-TO
|
2 |
Code for the article "From Density to Geometry: YOLOv8 Instance Segmentation for Reverse Engineering of Optimized Structures"
|
3 |
+
|
4 |
+
## Table of Contents
|
5 |
+
- [Overview](#overview)
|
6 |
+
- [Reference](#reference)
|
7 |
+
- [Installation](#installation)
|
8 |
+
- [Prerequisites](#prerequisites)
|
9 |
+
- [Installing](#installing)
|
10 |
+
- [Datasets](#datasets)
|
11 |
+
|
12 |
## Overview
|
13 |
Brief description of what the project does and the problem it solves. Include a link or reference to the original article that inspired or is associated with this implementation.
|
14 |
|
|
|
30 |
pip install -e .
|
31 |
```
|
32 |
## Datasets
|
33 |
+
Links to the dataset on HuggingFace:
|
34 |
+
- [YOLOv8-TO_Data](https://huggingface.co/datasets/tomrb/yolov8to_data)
|