You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to calculate the length and breadth of an obkject in the frame. I read that measure is a good function to calcualte this. However, as im not good at c, I would like the python equivalent version of this. My bsaic requirement is, to calcualte length and breadth of an objet. I am using darknet to find th ebounding box and coodinates of the extremitie sof the objct. I now want to use these cooridnates and find the corresponding distance between them in real life. Is there any other way to caluclate this using Realsense L 515 and python along with darknet yolov4
The text was updated successfully, but these errors were encountered:
@akshayacharya97
There is some work being done on the python example box_dimensioner_multicam_demo.py that might be of some help here. Yes the measure example is there but not in python.
Issue Description
I wanted to calculate the length and breadth of an obkject in the frame. I read that measure is a good function to calcualte this. However, as im not good at c, I would like the python equivalent version of this. My bsaic requirement is, to calcualte length and breadth of an objet. I am using darknet to find th ebounding box and coodinates of the extremitie sof the objct. I now want to use these cooridnates and find the corresponding distance between them in real life. Is there any other way to caluclate this using Realsense L 515 and python along with darknet yolov4
The text was updated successfully, but these errors were encountered: