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
{{ message }}
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
Feature Description:
Develop an algorithm to detect plants using the webcam. The intention is to put the webcam to the top of the robot, maybe on a stick, so we can get a bird's-eye like view. We want to detect the plants from this view and put them on a map for path planning.
This feature's input is a colour image.
Expected output is a mask of the image where pixels that belong to a plant are 1 and other pixels are 0.
Feature Description:
Develop an algorithm to detect plants using the webcam. The intention is to put the webcam to the top of the robot, maybe on a stick, so we can get a bird's-eye like view. We want to detect the plants from this view and put them on a map for path planning.
This feature's input is a colour image.
Expected output is a mask of the image where pixels that belong to a plant are 1 and other pixels are 0.
Some Resources:
The text was updated successfully, but these errors were encountered: