-
Notifications
You must be signed in to change notification settings - Fork 53
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
How get only pupil or iris size box ? #41
Comments
Is there a chance that someone will answer? |
You can make your own 'pipeline_output_builder' in the environment when building pipeline and extract the size of pupil or iris from 'call_trace["geometry_estimation"]'. Please refer to the implementations in file 'src/iris/orchestration/output_builders.py'. |
thanks for the answer |
Hey @DimIsaev, thank you for raising the issue. @EliteWeapon is right. You can extract that information from metadata returned from How to do it? Please, first have a look at our Getting started tutorial. After studying the second section of this tutorial 2. Configuring IRISPipeline environment you should understand how How to implement your own
Please let me know if that helps. @EliteWeapon Thank you also for answering. Best regards, |
Hi @DimIsaev, Alternatively you can use the bounding box information already present in the default metadata. The width or height of the bounding box will give you the iris / pupil diameter. Please let us know if that answers your question ! Tanguy |
great answer, to some other question I need to separately obtain only these parameters without additional calculations |
Can I hope for an answer? Maybe we should close the Issues section? |
Sorry for the late answer but we were swamped with other priorities. Regarding the issue, I think you should study tutorials we provided again. You will learn from them:
A small comment, I'm still not sure if you manage to configure pipeline such that it will run with the time performance you expect but it's something you should for sure check out and try it yourself. Main time complexity comes from semantic segmentation model. We never considered making this one run in real time so feel free to check out other algorithms that does that and maybe you will get some time performance improvement. We also encourage you to contribute any improvements you may find relevant and help Best regards, |
Hey @DimIsaev, Please, let me know if you manage to solve your problem, so we can close this issue, or you still would like some support from our side? Best regards, |
how to call one of the API methods to get pupil or iris sizes
thanks
The text was updated successfully, but these errors were encountered: