Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 18, 2024
1 parent 37e6176 commit 8426f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,11 @@
{
"cell_type": "code",
"execution_count": null,
"id": "71ab5306",
"id": "603c5533-f7b5-4e2c-ae62-de047abce7cc",
"metadata": {},
"outputs": [],
"source": [
"pose = pycolmap.Image(tvec=ret[\"tvec\"], qvec=ret[\"qvec\"])\n",
"pose = pycolmap.Image(cam_from_world=ret[\"cam_from_world\"])\n",
"viz_3d.plot_camera_colmap(\n",
" fig, pose, camera, color=\"rgba(0,255,0,0.5)\", name=query, fill=True\n",
")\n",
Expand Down

0 comments on commit 8426f5c

Please sign in to comment.