Open Icecream-blue-sky opened 4 weeks ago
What if you remove the last line: print(select_points)
in the first cell?
What if you remove the last line:
print(select_points)
in the first cell?
It results the same. The reason I added this is to see if the above code is executed.
Ok, I figure out the problem. Thanks for reporting the bug.
It is due to we add matplotlib.use('Agg')
in the import cell. For your short term solution, please try comment it and see if the select points interface jump out.
The tapir_demo.ipynb, is updated, please try again see if the select points interface can work.
Thanks.
In https://colab.research.google.com/github/deepmind/tapnet/blob/master/colabs/tapir_demo.ipynb, run "Select Any Points at Any Frame" will output nothing. But in https://colab.research.google.com/github/deepmind/tapnet/blob/master/colabs/causal_tapir_demo.ipynb, it's normal. Why?