Addressing 3D-and-2D-Bubbles-In-Rock
- Lindsay Silver,
gonewandering
- Oliver Conway,
Oliver641CN
- Olivia Do,
olivia-do
- Paul Fryzel,
paulfryzel
- Sundeep Paruchuri,
sunpar
This project combines unsupervised and supervised methods to segment meteorites.
You can find our full presentation here.
- Unsupervised preprocessing code can be found in
notebooks/preprocessing.ipynb
.- This is a Jupyter-based notebook and requires:
PIL
,numpy
,scipy
,google.cloud
, andmatplotlib
packages.
- This is a Jupyter-based notebook and requires:
- Supervised model code can be found in
tools/pytorch-hed
.- This is a fork of sniklaus/pytorch-hed.