TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Apple releasing segmentation/pose for humans and animals, embedding for 27 lang

220 pointsby sumodmalmost 2 years ago

10 comments

lgrebealmost 2 years ago
I remember when pose detection was announced, showing an app that corrected your workout movements. i have yet to see an app that actually does that. i&#x27;d love to have the equivalent of a personal trainer showing me where i need to adjust my pose in say pushups or other simple excercies.<p>thus im equally sceptical of seeing these apis used. it seems developers are mostly porting web apps to all platforms ignoring neat but platform specific apis like this.<p>please prove me wrong and link some awesome apps that use pose detection.
评论 #36211653 未加载
评论 #36209997 未加载
评论 #36210517 未加载
评论 #36212502 未加载
评论 #36214453 未加载
评论 #36210167 未加载
评论 #36219245 未加载
评论 #36223169 未加载
评论 #36222338 未加载
评论 #36211590 未加载
评论 #36212322 未加载
评论 #36210224 未加载
iFirealmost 2 years ago
To be clear does it mean access on Apple devices and not like an Apache 2 licensed Github repository?<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;yeemachine&#x2F;status&#x2F;1656391928223768576?s=20" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;yeemachine&#x2F;status&#x2F;1656391928223768576?s=...</a><p><a href="https:&#x2F;&#x2F;mediapipe-studio.webapps.google.com&#x2F;demo&#x2F;face_landmarker" rel="nofollow">https:&#x2F;&#x2F;mediapipe-studio.webapps.google.com&#x2F;demo&#x2F;face_landma...</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;mediapipe">https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;mediapipe</a>
yyykalmost 2 years ago
Where are the actual bindings? Linking to a page with lots of long videos that are mostly not available (it says &quot;Available on June 6&quot; (or 7,8,9) with a editorialized title that is not even on the page is below HN standards.
评论 #36210997 未加载
lukkoalmost 2 years ago
Just in case you were wondering, animals seems to be just cats and dogs: <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;vision&#x2F;vnanimalidentifier" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;vision&#x2F;vnanimalide...</a>
评论 #36210664 未加载
评论 #36210880 未加载
评论 #36210884 未加载
ajayxtraalmost 2 years ago
We had tried their vision framework for pose, the accuracy was not great compared to other open source models. Hope they solve the issues with the new release.<p>@lgrebe: Check XTRAVISION and let me know if that is what you were looking for. Demo: <a href="https:&#x2F;&#x2F;demo.xtravision.ai&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;demo.xtravision.ai&#x2F;</a>
egonschielealmost 2 years ago
Does this mean Apple is making it easier to run models on Macs? I have a fairly powerful Mac studio, but I&#x27;ve found it very hard to run any model on it.
评论 #36216335 未加载
itakealmost 2 years ago
(feel free to correct me if I am wrong), but my main gripe against mobile ML frameworks (Android too) is they require the app to embed the ML model with the app (as opposed to the OS storing the model like a shared library).<p>People with limited storage on low-end device don&#x27;t have enough memory to store the apps.
评论 #36216568 未加载
评论 #36219259 未加载
tracerbulletxalmost 2 years ago
Is there an app using this for coaching running form, or doing a custom bike fitting? That would be awesome.
评论 #36219278 未加载
heliophobicdudealmost 2 years ago
I would be interested to know of a consistent, on-board embeddings model. Trying to reduce latency and dependence on API calls for simple vector database search will go a long wag
评论 #36214760 未加载
YouWhyalmost 2 years ago
TL;DR: Good step for the entire market, productization is the harder problem.<p>I had been formerly involved with Kemtai, which built a fantastic physical therapy&#x2F;fitness experience (in my biased view) using motion tracking.<p>If anyone&#x27;s interested, it is running well and quickly over WebGL on a pretty impressive share of regular phones and laptops across all platforms with WebGL (not just Apple)<p>My learnings is that the hard part is the productization on top of motion tracking: what constitutes an exercise? What is a &quot;good&quot; performance? How to build the authoring workflow for the many hundreds to low thousands of exercises necessary to reach a typical user base?<p>In any case, that&#x27;s awesome news. There are literally billions of people whose condition is going to be better via motion tracking based health and fitness. May it grow there, and quickly!