holoviz-topics / EarthSim

Tools for working with and visualizing environmental simulations.
https://earthsim.holoviz.org
BSD 3-Clause "New" or "Revised" License
65 stars 21 forks source link

Grabcuts results vertex_table not populating #288

Closed kcpevey closed 3 years ago

kcpevey commented 5 years ago

The source of this problem is described in #287

In GrabCuts.ipynb, the Grabcuts results display needs to have the path_type specified like this: annotator = PolyAnnotator(path_type=hv.Path, polys=dashboard.result). As its currently written, the vertex table will not populate.

kcpevey commented 3 years ago

unable to reproduce.