Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get depth of XY region or point XY [Feature-Request] {Title of feature request} #1172

Closed
akshaydhame2001 opened this issue May 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@akshaydhame2001
Copy link

I want use YOLOv8 on Jetson and then use OAK-D to get just depth of object using bounding box or centroid cordinates

@akshaydhame2001 akshaydhame2001 added the enhancement New feature or request label May 1, 2024
@akshaydhame2001
Copy link
Author

mock ROI

config = dai.SpatialLocationCalculatorConfigData()
topLeft = dai.Point2f(0.4, 0.4)
bottomRight = dai.Point2f(0.6, 0.6)
config.roi = dai.Rect(topLeft, bottomRight)

spatial_calc.addROI(config)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant