SaddlebackCollegeRobotics / .github

0 stars 0 forks source link

Object detection algorithm #10

Closed Supernova1114 closed 5 months ago

Supernova1114 commented 1 year ago

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.

Supernova1114 commented 1 year ago

Some object detection libs:

Supernova1114 commented 1 year ago

Update:

Supernova1114 commented 1 year ago

ToDo:

Supernova1114 commented 12 months ago

Doing research:

kavehzare98 commented 10 months ago

Progress Report:

Things To Do:

kavehzare98 commented 10 months ago

Configuring Object's distance from sensor (camera) - current research:

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

Supernova1114 commented 7 months ago

Labeling is in progress.

Supernova1114 commented 5 months ago

Object detection implementation is done, including a distance estimator.