Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add facies segmentation demo #46

Merged
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a9a07ae
initial commit
alexeyhorkin Apr 26, 2021
3aef79f
Replace README info inside jupyter notebook
alexeyhorkin Apr 27, 2021
5716f36
change jupyter kernel
alexeyhorkin Apr 27, 2021
fc660aa
clear notebook cells output
alexeyhorkin Apr 29, 2021
41fe1f8
remove common requirements
alexeyhorkin Apr 29, 2021
8125e8a
fix readme
alexeyhorkin Apr 29, 2021
19a5ee7
use openvino-extensions as pip package
alexeyhorkin May 11, 2021
33d1e51
remove .cpp files and some demo fixes
alexeyhorkin May 11, 2021
10aa3a7
replace openvino_extensions and itk* pip requirements
alexeyhorkin May 17, 2021
56c1bdc
add 2d visualization before 3d
alexeyhorkin May 17, 2021
89f5ed7
update readme
alexeyhorkin May 20, 2021
b3f9d4d
add some fixes
alexeyhorkin May 20, 2021
60ab784
update requirements.txt
alexeyhorkin Jun 4, 2021
1f2941d
remove package version to install latest
alexeyhorkin Jun 7, 2021
e1e763d
use curl instead of wget
alexeyhorkin Jul 1, 2021
1974773
use os.path.join for cross-platform purposes
alexeyhorkin Jul 1, 2021
9d4de50
add credits
alexeyhorkin Jul 2, 2021
45272b9
resolve MR conflicts
alexeyhorkin Jul 5, 2021
d29e6ab
Replace openvino imports
alexeyhorkin Jul 6, 2021
b2d7ba6
remove itk
alexeyhorkin Jul 6, 2021
42af53b
Merge branch 'main' into facies_segmentation_demo
alexeyhorkin Jul 6, 2021
ef77dac
Update notebooks/202-facies-segmentation/facies_demo.ipynb
alexeyhorkin Jul 6, 2021
7051a35
change kernel
alexeyhorkin Jul 6, 2021
31ea812
code formatting
alexeyhorkin Jul 6, 2021
3adbeab
add more info and remove NCS2 mention
alexeyhorkin Jul 19, 2021
1cc782f
update README
alexeyhorkin Jul 19, 2021
77b6fab
Merge branch 'main' into facies_segmentation_demo
alexeyhorkin Jul 19, 2021
a79c16d
Add edits from Ryan
alexeyhorkin Jul 19, 2021
899b444
remove itkwidgets from req.txt
alexeyhorkin Jul 22, 2021
947f485
Add note about converting the model from ONNX to IR
alexeyhorkin Jul 22, 2021
b978194
rename demo notebook
alexeyhorkin Jul 22, 2021
721ad52
rename demo folder
alexeyhorkin Jul 22, 2021
c9ddd82
Merge branch 'main' into facies_segmentation_demo
alexeyhorkin Jul 22, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions notebooks/202-facies-segmentation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Facies segmentation Python Demo

This demo demonstrate how to run facies classification using OpenVINO™
alexeyhorkin marked this conversation as resolved.
Show resolved Hide resolved


---
**NOTE**

For now the 3D visialization does not yet work in `Jupyter Lab`, please use `jupyter notebook` instead.
alexeyhorkin marked this conversation as resolved.
Show resolved Hide resolved

---

![img](demo.png)

See details in `facies_demo.ipynb`
Binary file added notebooks/202-facies-segmentation/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading