Skip to content

Commit bbcd385

Browse files
committed
Add chapter
1 parent dcc4417 commit bbcd385

12 files changed

+579
-3
lines changed

02.face-detection-with-detectron2.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"\n",
3131
"Historically, this was a really tough problem to solve. Tons of manual feature engineering, novel algorithms and methods were developed to improve the state-of-the-art.\n",
3232
"\n",
33-
"These days, face detection models are included in almost every computer vision package/framework. OpenCV, for example, provides a variety of tools like the [Cascade Classifier](https://docs.opencv.org/4.2.0/db/d28/tutorial_cascade_classifier.html).\n",
33+
"These days, face detection models are included in almost every computer vision package/framework. Some of the best-performing ones use Deep Learning methods. OpenCV, for example, provides a variety of tools like the [Cascade Classifier](https://docs.opencv.org/4.2.0/db/d28/tutorial_cascade_classifier.html).\n",
3434
"\n",
3535
"- [Run the complete notebook in your browser (Google Colab)](https://colab.research.google.com/drive/1Jk4-qX9zdYGsBrTnh2vF52CV9ucuqpjk)\n",
3636
"- [Read the **Getting Things Done with Pytorch** book](https://github.com/curiousily/Getting-Things-Done-with-Pytorch)\n",
@@ -62,7 +62,7 @@
6262
"source": [
6363
"## Detectron 2\n",
6464
"\n",
65-
"<img src=\"https://dl.fbaipublicfiles.com/detectron2/Detectron2-Logo-Horz.png\" width=\"55%\">\n",
65+
"<img src=\"https://www.curiousily.com/media/pytorch-02/detectron2-logo.png\" width=\"55%\">\n",
6666
"\n",
6767
"[Detectron2](https://github.com/facebookresearch/detectron2) is a framework for building state-of-the-art object detection and image segmentation models. It is developed by the Facebook Research team. Detectron2 is a complete rewrite of the [first version](https://github.com/facebookresearch/Detectron).\n",
6868
"\n",

0 commit comments

Comments
 (0)