Richard Abrich

Results 309 comments of Richard Abrich

@Animesh404 please consolidate the alembic scripts into a single migration. You can do this by downgrading the two that you have currently applied: ``` alembic downgrade -2 ``` Then generate...

Thanks @Animesh404 ! Can you please show screenshots of a11y events in visualize.py and the dashboard?

@Animesh404 please correct me if I'm wrong but I don't see any accessibility data in the dashboard screenshot

Excellent! Can you please share screenshots? 🙏

Thank you @KIRA009. Those images don't look right. If you set `DEBUG = True` at the top of `visual.py` and run the strategy again, you will see the images that...

> exc=ValueError("'Settings gear icon' is not in list") This is tracked here: https://github.com/OpenAdaptAI/OpenAdapt/issues/658 > this should log any segmentation returned by get_window_segmentation in visual.py Those images you pasted are indeed...

@KIRA009 it looks like the screenshot is blank. Any idea why that is? Which application was open when the screenshot was taken?

@KrishPatel13 it's not clear to me that Graphviz is necessary, see e.g. https://github.com/pm4py/pm4py-core/issues/425#issuecomment-1632520145

Hi Krish, the `activity` should include the action target, as well as any other relevant information.

Use the `events.py::get_events` function with `process_events=True` in order to get keyframe events (ignore `children`). Use `ActionEvent.text` to get action representation. Use `openadapt/strategies/visual.py::add_active_segment_descriptions` to get targets.