Justin Georgi jgeorgi
  • Joined on 2023-10-07
jgeorgi pushed to main at ALVINN/ALVINN_f7 2024-07-26 00:16:35 +00:00
0fab2da693 Remove click action from main detection svg icon
jgeorgi pushed to main at ALVINN/ALVINN_f7 2024-07-26 00:07:20 +00:00
0d96174279 Clean up shared worker changes
jgeorgi pushed to main at ALVINN/ALVINN_f7 2024-07-26 00:03:39 +00:00
6ab643a16f Change vite shared worker to query suffix
jgeorgi pushed to main at ALVINN/ALVINN_f7 2024-07-25 23:27:51 +00:00
3f0860534d Move worker url call to detect page create
jgeorgi deleted branch xps-fix-worker from ALVINN/ALVINN_f7 2024-07-25 23:09:54 +00:00
jgeorgi pushed to main at ALVINN/ALVINN_f7 2024-07-25 23:09:54 +00:00
1d4f8c8ecd Fix shared worker for vite build (#188)
jgeorgi merged pull request ALVINN/ALVINN_f7#188 2024-07-25 23:09:52 +00:00
Fix shared worker for vite build
jgeorgi created pull request ALVINN/ALVINN_f7#188 2024-07-25 23:09:43 +00:00
Fix shared worker for vite build
jgeorgi created branch xps-fix-worker in ALVINN/ALVINN_f7 2024-07-25 23:08:38 +00:00
jgeorgi pushed to xps-fix-worker at ALVINN/ALVINN_f7 2024-07-25 23:08:38 +00:00
bf3625b911 Fix shared worker for vite build
jgeorgi deleted branch xps-detect-workers from ALVINN/ALVINN_f7 2024-07-25 17:56:22 +00:00
jgeorgi pushed to main at ALVINN/ALVINN_f7 2024-07-25 17:56:22 +00:00
8cdded7617 Add detection worker (#187)
jgeorgi closed issue ALVINN/ALVINN_f7#186 2024-07-25 17:56:22 +00:00
Add multithreading
jgeorgi merged pull request ALVINN/ALVINN_f7#187 2024-07-25 17:56:21 +00:00
Add detection worker
jgeorgi created pull request ALVINN/ALVINN_f7#187 2024-07-25 17:55:32 +00:00
Add detection worker
jgeorgi pushed to xps-detect-workers at ALVINN/ALVINN_f7 2024-07-25 17:54:09 +00:00
205f2da87d Clean up shared worker addition
77b108af6c Add worker video detection
cd6cad9e73 Add shared worker structure detection
c7622c3602 Add basic worker function
Compare 4 commits »
jgeorgi created branch xps-detect-workers in ALVINN/ALVINN_f7 2024-07-25 17:54:09 +00:00
jgeorgi commented on issue ALVINN/ALVINN_f7#186 2024-07-24 20:28:40 +00:00
Add multithreading

Nevermind, figured out how to pass image data more efficiently, so the old background image technique still works. Don't need to move the image to the canvas.

Until I want panning and zooming,…

jgeorgi commented on issue ALVINN/ALVINN_f7#186 2024-07-23 16:36:40 +00:00
Add multithreading

This requires a fairly large rebuild. The image as background for the canvas is a problem because getting the image data to the worker in a way that tensorflow can handle is not easy. So,…

jgeorgi opened issue ALVINN/ALVINN_f7#186 2024-07-17 18:23:05 +00:00
Add multithreading