We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from holonote.annotate import Annotator from holonote.app.tabulator import AnnotatorTable from holonote.app import PanelWidgets import panel as pn; pn.extension('tabulator') import holoviews as hv; hv.extension('bokeh') from holonote.annotate.connector import SQLiteDB annotator = Annotator({"height": float, "width": float}, fields=["type"], connector=SQLiteDB(filename=':memory:')) annotator.groupby = "type" annotator_widgets = pn.Column(PanelWidgets(annotator), AnnotatorTable(annotator)) pn.Column(annotator_widgets, annotator * hv.Image([], ['width', 'height'])).servable()
The text was updated successfully, but these errors were encountered:
droumis
Successfully merging a pull request may close this issue.
Code
GMT20240710-004401_Clip_Demetris.Roumis.s.Clip.07_09_2024.mp4
The text was updated successfully, but these errors were encountered: