Commit
·
8401c42
1
Parent(s):
168a19a
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,9 @@ Midcurve by Neural Networks
|
|
6 |
---
|
7 |
license: apache-2.0
|
8 |
---
|
|
|
|
|
|
|
9 |
|
10 |
## Description
|
11 |
- Goal: Given a 2D closed shape (closed polygon) find its midcurve (polyline, closed or open)
|
|
|
6 |
---
|
7 |
license: apache-2.0
|
8 |
---
|
9 |
+
## ToDos
|
10 |
+
- Based on code at https://github.com/yogeshhk/MidcurveNN/tree/master/src/simpleencoderdecoder prepare Trainer class to train model using dataset uploaded here. Push model here
|
11 |
+
- Prepare Gradio demo space here as well as inferencing API which takes profile image and generates midcurve image
|
12 |
|
13 |
## Description
|
14 |
- Goal: Given a 2D closed shape (closed polygon) find its midcurve (polyline, closed or open)
|