"# Load pipeline config and build a detection model\n",
...
...
@@ -280,7 +313,7 @@
"source": [
"### Putting everything together!\n",
"\n",
"Run the below code which loads an image, runs it through the detection model and visualizes the detection results.\n",
"Run the below code which loads an image, runs it through the detection model and visualizes the detection results, including the keypoints.\n",
"\n",
"Note that this will take a long time (several minutes) the first time you run this code due to tf.function's trace-compilation --- on subsequent runs (e.g. on new images), things will be faster.\n",