Post

Replies

Boosts

Views

Activity

How to get the nearest point on a depth map?
I achieved streaming depth map using ARKit by taking reference to this GitHub code: https://github.com/TokyoYoshida/ExampleOfiOSLiDAR/blob/main/ExampleOfiOSLiDAR/Samples/Depth/DepthMapViewController.swift Now I would like to find the point which is closest to the rear camera and show the point on the depth map. It is like the codes can automatically detect the closest point and label it when the app is running. How can I get the closest pixel point with ARKit and CVPixelBuffer?
0
0
589
Oct ’21
Can I add new classes to existing Core ml model?
Since there are only 80 class labels for existing YOLOv3 Coreml model, I want to add some more categories to be used in my app, can I do that? If this is possible, how can I do?
Replies
0
Boosts
0
Views
649
Activity
Feb ’22
How to get the nearest point on a depth map?
I achieved streaming depth map using ARKit by taking reference to this GitHub code: https://github.com/TokyoYoshida/ExampleOfiOSLiDAR/blob/main/ExampleOfiOSLiDAR/Samples/Depth/DepthMapViewController.swift Now I would like to find the point which is closest to the rear camera and show the point on the depth map. It is like the codes can automatically detect the closest point and label it when the app is running. How can I get the closest pixel point with ARKit and CVPixelBuffer?
Replies
0
Boosts
0
Views
589
Activity
Oct ’21
Can I measure distance from rear camera to an object?
I'm new to Swift, but I have to make an app that can real-time detect any obstacle and measure the distance from the iPhone to the obstacle. Is it feasible to use ARKit to capture clear depth data in this case?
Replies
2
Boosts
0
Views
2.4k
Activity
Oct ’21