Skip to content

Commit

Permalink
fix markdown to python cell and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sidhulyalkar committed Jan 3, 2024
1 parent a83e233 commit dd56c27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions notebooks/inference_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,15 @@
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Display the x and y coordinates stored in the `BodyPartPosition` table, for the `pose_estimation_key` of interest"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"(facemap_inference.FacemapPoseEstimation.BodyPartPosition & pose_estimation_key)"
]
Expand Down

0 comments on commit dd56c27

Please sign in to comment.