Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds the TPAC 2025 F2F meeting agenda document to the meetings archive, addressing issue #35. The agenda covers a two-day face-to-face meeting (November 10-11, 2025) in Kobe, Japan, focusing on Web Neural Network API discussions on day one and incubations (WebMCP, Built-in AI APIs) on day two.
Key changes:
- Complete meeting agenda with logistics, timezones, and session details
- Comprehensive coverage of WebNN API topics including new features, interoperability, and implementation plans
- Day two agenda covering WebMCP and various Built-in AI APIs (Prompt, Writing Assistance, Translation, Proofreader)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [WebNN via Transformers.js](https://huggingface.co/webnn/spaces): | ||
| - Depth Anything (GPU / NPU) | ||
| - MODNet (GPU / NPU) | ||
| - YOLO12n (GPU / NPU) |
There was a problem hiding this comment.
The model name 'YOLO12n' appears unusual. YOLO versions typically follow patterns like YOLOv8, YOLOv9, YOLOv10, or YOLOv11. Verify this is the correct model name or if it should be 'YOLOv12n' or another version.
| - YOLO12n (GPU / NPU) | |
| - YOLOv12n (GPU / NPU) |
There was a problem hiding this comment.
This is an ONNX version of Ultralytics YOLO12 modified for the usage with Transformers.js and WebNN backend. See https://huggingface.co/webnn/yolo12n
Co-authored-by: Copilot <[email protected]>
Fix #35