Skip to content

Commit

Permalink
read_txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumiz committed Apr 2, 2024
1 parent d4c2e58 commit c58eaf6
Show file tree
Hide file tree
Showing 3 changed files with 10,536 additions and 1 deletion.
17 changes: 17 additions & 0 deletions py3d/doc/Vector.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,23 @@
"]).unique()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Read a txt file storing poses"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import py3d\n",
"py3d.read_txt(\"poses.txt\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading

0 comments on commit c58eaf6

Please sign in to comment.