-
Notifications
You must be signed in to change notification settings - Fork 668
Pull requests: google-ai-edge/mediapipe-samples
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fixed issue with
examples/llm_inference/js failing to load larger models by implementing buffered loading system allowing for the loading of larger models like Gemma 3n E2B & E4B
#640
opened Nov 25, 2025 by
RandomGamingDev
Loading…
5 of 7 tasks
Bump glob from 11.0.2 to 11.1.0 in /examples/llm_inference/llm_chat_ts
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
#639
opened Nov 18, 2025 by
dependabot
bot
Loading…
Bump js-yaml from 4.1.0 to 4.1.1 in /examples/llm_inference/llm_chat_ts
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
#638
opened Nov 15, 2025 by
dependabot
bot
Loading…
feat: Implement initial version of the channel app
#621
opened Oct 3, 2025 by
p018841p-coder
Loading…
7 tasks
Adds Missing Script Phase in ImageEmbedder iOS Sample Project
#613
opened Sep 28, 2025 by
paescebu
Loading…
Bump esbuild from 0.23.1 to 0.25.0 in /examples/llm_inference/llm_chat_ts
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
#600
opened Sep 19, 2025 by
dependabot
bot
Loading…
Bump brace-expansion from 2.0.1 to 2.0.2 in /examples/llm_inference/llm_chat_ts
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
#599
opened Sep 19, 2025 by
dependabot
bot
Loading…
Bump esbuild from 0.23.1 to 0.25.0 in /examples/llm_inference/llm_chat
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
#598
opened Sep 19, 2025 by
dependabot
bot
Loading…
Bump brace-expansion from 2.0.1 to 2.0.2 in /examples/llm_inference/llm_chat
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
#597
opened Sep 19, 2025 by
dependabot
bot
Loading…
# ----------------- Face Detection ----------------- def test_face_detection(): print("\n--- Testing Face Detection ---") mp_face = mp.solutions.face_detection face = mp_face.FaceDetection() img = random_image() results = face.process(cv2.cvtColor(img, cv2.COLOR_BGR2RGB)) if results.detections: print("Faces detected:", len(results.detections)) else: print("No faces detected") cv2.imshow("Face Detection", img) cv2.waitKey(1000) cv2.destroyAllWindows() #Create Face detection
#576
opened Sep 9, 2025 by
22ES045
Loading…
Replace cv2_imshow with matplotlib for object detection notebook
#554
opened May 4, 2025 by
gryphon2411
Loading…
Fix: Apply the change of ML Model in Gallery
#539
opened Mar 18, 2025 by
BattleShipPark
Loading…
2 of 7 tasks
Fix typo in Object Detection's CameraView.kt
#534
opened Mar 12, 2025 by
khanyousafzaideveloper
Loading…
ProTip!
Add no:assignee to see everything that’s not assigned.