bukuroo commited on
Commit
781e67a
·
verified ·
1 Parent(s): b4e8e3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -22,4 +22,5 @@ ONNX models for inference with [EZONNX](https://github.com/ikeboo/ezonnx)
22
  res = model(clouds)
23
  visualize_point_clouds(["Source", "Target","Registered"],
24
  [clouds[0], clouds[1], [res.data[0], res.data[1]]])
25
- ```
 
 
22
  res = model(clouds)
23
  visualize_point_clouds(["Source", "Target","Registered"],
24
  [clouds[0], clouds[1], [res.data[0], res.data[1]]])
25
+ ```
26
+ ![demo](demo.png)