Closed Supernova1114 closed 5 months ago
Some object detection libs:
Update:
ToDo:
Doing research:
Progress Report:
Things To Do:
Configuring Object's distance from sensor (camera) - current research:
https://github.com/opencv/opencv/blob/4.x/samples/python/calibrate.py
https://www.geeksforgeeks.org/realtime-distance-estimation-using-opencv-python/
https://pyimagesearch.com/2015/01/19/find-distance-camera-objectmarker-using-python-opencv/
Formula Used to Find Distance:
F is the Focal Length of Camera
measure the apparent width in pixels P
distance D from our camera
a marker or object with a known width W
Labeling is in progress.
Object detection implementation is done, including a distance estimator.
URC 2024 Rules In this year's autonomy mission, there are requirements for object detection other than Aruco tags. We will need to detect an orange mallet, and a plastic reusable water bottle. You can find specific in the rules including a link to the mallet item.