Motivation
We implement a pipeline localisation approach using the camera(s) to find a precise location of the pipeline starting point. Camera(s) is picked in favour of sonar because the sonar has significantly more noise. Because we are underwater, the assumed range is max 10 meters
Description
Using the image from the camera(s), determine whether it contains the pipeline. If the pipeline is displayed, locate the starting point. The starting point of the pipe can be assumed to be endpoint closest to the drone or origo.
Planning to use YOLOv8 since we get confidence scores. It also gives us a segmentation mask.
Task suggestion
Deliverables
- A method to determine wether the pipeline is present in the image
- A method to create a segmentation mask on the pipeline the image
- A method to locate the starting point of the segmented pipeline
References
Contacts
@MadsJJ
Motivation
We implement a pipeline localisation approach using the camera(s) to find a precise location of the pipeline starting point. Camera(s) is picked in favour of sonar because the sonar has significantly more noise. Because we are underwater, the assumed range is max 10 meters
Description
Using the image from the camera(s), determine whether it contains the pipeline. If the pipeline is displayed, locate the starting point. The starting point of the pipe can be assumed to be endpoint closest to the drone or origo.
Planning to use YOLOv8 since we get confidence scores. It also gives us a segmentation mask.
Task suggestion
Deliverables
References
Contacts
@MadsJJ