tomrb commited on
Commit
32b85af
·
1 Parent(s): ef3f390
Files changed (1) hide show
  1. README.md +11 -1
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 datasets:
 
 
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)