Richard Abrich
Richard Abrich
@0dm: > needs to be configured to only report issues instead of performance metrics e.g. ``` def configure_error_reporting() -> None: ... if is_reporting_branch: sentry_sdk.init( dsn=config.ERROR_REPORTING_DSN, # Disable performance events #...
Workaround: 1. Right-click on downloaded file 2. Click "Keep": 3. Click "Show More": 4. Click "Keep Anyway"
Possibly related, on Windows 11 Pro: ``` Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\Users\user> cd oa...
@Animesh404 I believe we want to move away from NextJS as a dependency so that we can support Electron (e.g. Vite + React).
> doesn't Next already supports electron not as far as I know. @Animesh404 I think we want to revisit https://github.com/OpenAdaptAI/OpenAdapt/issues/761. Essentially we want to paint each action.screenshot to the HTML...
This was already implemented in a previous version, but after updating is no longer available. Why was it removed? Edit: I re-installed the version from https://chatboxai.app and 3.7 is back....
@yadong-lu thank you for the excellent work on this repo! I believe this PR is ready to merge. Please let me know if you have any questions/comments!
@yadong-lu I have reverted `gradio_demo.py` and added only the minimum required changes in order to return the bboxes (in order to implement a working client.py) and format the output in...
See https://github.com/OpenAdaptAI/OpenAdapt/pull/943 for an updated version that works independently of Github Actions and is compatible with OmniParser v2 (weights and FastAPI server). @n-sviridenko thank you for the suggestion! Implemented here:...
请参考 https://github.com/microsoft/OmniParser/pull/52 中的[`Dockerfile`](https://github.com/microsoft/OmniParser/pull/52/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557),该文件已实现。使用方法如下: ``` % sudo nvidia-docker build -t omniparser . % sudo docker run -d -p 7861:7861 --gpus all --name omniparser-container omniparser % python client.py "http://0.0.0.0:7861" ~/Desktop/screenshot.png Loaded as...