Skip to content

Commit

Permalink
fix selecting point interface not showing.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689391284
Change-Id: I000cd69f23e7ea8c86a0ffcf3de3f2618dc90a15
  • Loading branch information
yangyi02 committed Oct 24, 2024
1 parent 597abdf commit 9b16337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colabs/tapir_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"import matplotlib.pyplot as plt\n",
"import mediapy as media\n",
"import numpy as np\n",
"matplotlib.use('Agg')\n",
"# matplotlib.use('Agg')\n",
"\n",
"from tapnet.models import tapir_model\n",
"from tapnet.utils import transforms\n",
Expand Down

0 comments on commit 9b16337

Please sign in to comment.