Skip to content

Commit 279e614

Browse files
authored
Update README.md
1 parent ce29c7d commit 279e614

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notebooks/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
## About the notebooks
22

33
* `Apply_CRF.ipynb`: Applies Conditional Random Fields [1] as a post-processing step with the [`pydensecrf` library](https://github.com/lucasb-eyer/pydensecrf).
4-
* `Data_Viz.ipynb`: Data visualization notebook.
4+
* `Data_Viz.ipynb`: Data visualization notebook ([Open in Colab](https://colab.research.google.com/github/sidgan/ETCI-2021-Competition-on-Flood-Detection/blob/main/notebooks/Data_Viz.ipynb)).
55
* `Ensemble_Inference.ipynb`: Creates inference with an ensemble.
66
* `Generate_Pseudo.ipynb`: Prepares pseudo labels.
77

8+
**Note** that apart from the `Data_Viz.ipynb` notebook, we don't recommend running the other notebooks on Google Colab.
9+
810
## References
911

10-
[1] Philipp Krähenbühl and Vladlen Koltun. 2011. Efficient inference in fully connected CRFs with Gaussian edge potentials. In <i>Proceedings of the 24th International Conference on Neural Information Processing Systems</i> (<i>NIPS'11</i>). Curran Associates Inc., Red Hook, NY, USA, 109–117.
12+
[1] Philipp Krähenbühl and Vladlen Koltun. 2011. Efficient inference in fully connected CRFs with Gaussian edge potentials. In <i>Proceedings of the 24th International Conference on Neural Information Processing Systems</i> (<i>NIPS'11</i>). Curran Associates Inc., Red Hook, NY, USA, 109–117.

0 commit comments

Comments
 (0)