yogeshkulkarni commited on
Commit
f6a3464
1 Parent(s): 6cacf5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -6,15 +6,17 @@ Midcurve by Neural Networks
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)
15
  - Input: set of points or set of connected lines, non-intersecting, simple, convex, closed polygon
16
  - Output: another set of points or set of connected lines, open/branched polygons possible
17
 
 
 
 
 
 
18
  ## Publications/Talks
19
  - Vixra paper MidcurveNN: Encoder-Decoder Neural Network for Computing Midcurve of a Thin Polygon, viXra.org e-Print archive, viXra:1904.0429 http://vixra.org/abs/1904.0429
20
  - ODSC proposal https://confengine.com/odsc-india-2019/proposal/10090/midcurvenn-encoder-decoder-neural-network-for-computing-midcurve-of-a-thin-polygon
 
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)
12
  - Input: set of points or set of connected lines, non-intersecting, simple, convex, closed polygon
13
  - Output: another set of points or set of connected lines, open/branched polygons possible
14
 
15
+ ## ToDos
16
+ - 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
17
+ - Prepare Gradio demo space here as well as inferencing API which takes profile image and generates midcurve image
18
+
19
+
20
  ## Publications/Talks
21
  - Vixra paper MidcurveNN: Encoder-Decoder Neural Network for Computing Midcurve of a Thin Polygon, viXra.org e-Print archive, viXra:1904.0429 http://vixra.org/abs/1904.0429
22
  - ODSC proposal https://confengine.com/odsc-india-2019/proposal/10090/midcurvenn-encoder-decoder-neural-network-for-computing-midcurve-of-a-thin-polygon