"# Load pipeline config and build a detection model\n",
"# Load pipeline config and build a detection model\n",
...
@@ -280,7 +313,7 @@
...
@@ -280,7 +313,7 @@
"source": [
"source": [
"### Putting everything together!\n",
"### Putting everything together!\n",
"\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",
"\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",
"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",