Richard Abrich

Results 309 comments of Richard Abrich

@yangarbiter thanks for the suggestion! Your previous suggestion of tensorflow 1.14 and keras 2.3 worked with Python 3.7. Regarding this being an old project, do you have any recommendations for...

Thanks @KIRA009 ! I tried running a recording with this, but it seems to hang: ``` 2024-05-16 15:39:57.576 | DEBUG | openadapt.video:write_video_frame:118 - time_diff=6.378242254257202 pts=153 video_stream.average_rate=Fraction(24, 1) 2024-05-16 15:39:57.725 |...

> how long was it in this state ~5min before I killed it. Upon trying again I am no longer experiencing this issue, and the recording completes, modulo this exception:...

@KIRA009 when pressing ctrl+c during recording I get this: ``` 2024-05-20 10:52:55.839 | DEBUG | __mp_main__:write_events:431 - event_type='screen' written 10:52:56 [22/1774] 2024-05-20 10:52:55.860 | DEBUG | __mp_main__:write_events:431 - event_type='screen' written...

@KIRA009 I'm unable to start the recording: ``` sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) table recording has no column named original_recording_id [SQL: INSERT INTO recording (timestamp, monitor_width, monitor_height, double_click_interval_seconds, double_click_distance_pixels, platform, task_description, video_start_time, config,...

After recreating the database, I no longer get the database error. However, I do still get the lock error, and have to manually delete it. Also, after stopping the cording...

I think we may need to run this on startup: ``` # since the lock is a file, delete it when starting the app so that # new instances can...

@KIRA009 we could merge this as-is. However ideally we would integrate `record_audio` with `record.write_events` just like we did with `write_video`. See `write_video` in https://github.com/OpenAdaptAI/OpenAdapt/commit/20e08b8ac7d4f2c5f23d37839e7f9ef522427f90#diff-57d8577d1fb5faaf576a6f5663741c83e672378c13c91a1db036fb7a3f05e067R366, compare with `write_video_frame` in https://github.com/OpenAdaptAI/OpenAdapt/blob/main/openadapt/video.py#L73 The...

Related: - https://github.com/OpenAdaptAI/OpenAdapt/issues/637 - https://github.com/OpenAdaptAI/OpenAdapt/issues/554 - https://github.com/OpenAdaptAI/OpenAdapt/issues/500 - https://github.com/OpenAdaptAI/OpenAdapt/issues/528

Related: https://community.openai.com/t/your-input-image-may-contain-content-that-is-not-allowed-by-our-safety-system-vision-api-response/653372/17 > I expect that the AI is denying your request because it doesn’t know if you are trying to solve a CAPTCHA or attempting to use the AI...