|
65 | 65 | "id": "2", |
66 | 66 | "metadata": {}, |
67 | 67 | "source": [ |
68 | | - "## Libraries" |
| 68 | + "## References\n", |
| 69 | + "\n", |
| 70 | + "Here are some additional references to guide you while self-learning:\n", |
| 71 | + "- Official documentation for [openCV](https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html)\n", |
| 72 | + "- Official documentation for [PIL library](https://pillow.readthedocs.io/en/stable/)\n", |
| 73 | + "- Official documentation for [PyTorch](https://pytorch.org/)\n", |
| 74 | + "- Official documentation for [Albumentations](https://albumentations.ai/)\n", |
| 75 | + "- Official documentation for [PyTorch GradCAM](https://jacobgil.github.io/pytorch-gradcam-book/introduction.html)\n", |
| 76 | + "- [A tutorial from Microsoft to compute image classification using PyTorch](https://learn.microsoft.com/en-us/windows/ai/windows-ml/tutorials/pytorch-train-model)" |
69 | 77 | ] |
70 | 78 | }, |
71 | 79 | { |
72 | 80 | "cell_type": "markdown", |
73 | 81 | "id": "3", |
74 | 82 | "metadata": {}, |
75 | 83 | "source": [ |
76 | | - "- NumPy\n", |
77 | | - "- Matplotlib\n", |
78 | | - "- Scikit-learn\n", |
| 84 | + "## Libraries" |
| 85 | + ] |
| 86 | + }, |
| 87 | + { |
| 88 | + "cell_type": "markdown", |
| 89 | + "id": "4", |
| 90 | + "metadata": {}, |
| 91 | + "source": [ |
| 92 | + "- [Matplotlib](./20_library_matplotlib.ipynb)\n", |
| 93 | + "- [NumPy](./21_library_numpy.ipynb)\n", |
| 94 | + "- [scikit-learn](./22_library_sklearn.ipynb)\n", |
79 | 95 | "- OpenCV-Python\n", |
80 | 96 | "- PyTorch\n", |
81 | 97 | "- Albumentations\n", |
82 | | - "- PyTorch GradCAM" |
| 98 | + "- PyTorch Grad-CAM" |
83 | 99 | ] |
84 | 100 | }, |
85 | 101 | { |
86 | 102 | "cell_type": "code", |
87 | 103 | "execution_count": null, |
88 | | - "id": "4", |
| 104 | + "id": "5", |
89 | 105 | "metadata": {}, |
90 | 106 | "outputs": [], |
91 | 107 | "source": [ |
|
113 | 129 | "from pytorch_grad_cam.utils.image import show_cam_on_image" |
114 | 130 | ] |
115 | 131 | }, |
116 | | - { |
117 | | - "cell_type": "markdown", |
118 | | - "id": "5", |
119 | | - "metadata": {}, |
120 | | - "source": [ |
121 | | - "## References\n", |
122 | | - "\n", |
123 | | - "Here are some additional references to guide you while self-learning:\n", |
124 | | - "- Official documentation for [openCV](https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html)\n", |
125 | | - "- Official documentation for [PIL library](https://pillow.readthedocs.io/en/stable/)\n", |
126 | | - "- Official documentation for [PyTorch](https://pytorch.org/)\n", |
127 | | - "- Official documentation for [Albumentations](https://albumentations.ai/)\n", |
128 | | - "- Official documentation for [PyTorch GradCAM](https://jacobgil.github.io/pytorch-gradcam-book/introduction.html)\n", |
129 | | - "- [A tutorial from Microsoft to compute image classification using PyTorch](https://learn.microsoft.com/en-us/windows/ai/windows-ml/tutorials/pytorch-train-model)" |
130 | | - ] |
131 | | - }, |
132 | 132 | { |
133 | 133 | "cell_type": "markdown", |
134 | 134 | "id": "6", |
|
0 commit comments