Hackster is hosting Hackster Holidays, Finale: Livestream & Giveaway Drawing. Watch previous episodes or stream live on Tuesday!Stream Hackster Holidays, Finale on Tuesday!
Charan
Created July 31, 2024

OCTOCLEANER: The Under water drone

Octacleaner is an underwater drone designed to remove waste from water bodies using octopus-inspired gripping technology and a fish-like str

10
OCTOCLEANER: The Under water drone

Things used in this project

Hardware components

Kria™ KR260 Robotics Starter Kit
AMD Kria™ KR260 Robotics Starter Kit
×1
Thruster
×1
sonar
×1
Battery lithium ion 20v
×1
Flight controller
×1
servo motor
×1

Software apps and online services

Solidworks
Ansys

Hand tools and fabrication machines

creality 3d printer

Story

Read more

Custom parts and enclosures

3d model

Schematics

Architecture

Hardware Architecture

software Architecture

Code

DL code

Python
nvidia-smi

# Commented out IPython magic to ensure Python compatibility.
# %pip install ultralytics
import ultralytics
ultralytics.checks()

import os

!pip install ultralytics

from ultralytics import YOLO
from IPython.display import display,Image
from IPython import display
display.clear_output()
!yolo mode=checks

!unzip -q  Underwater_trash.zip

# Commented out IPython magic to ensure Python compatibility.
# %%bash
# LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 yolo task=detect mode=train model=yolov8n.pt imgsz=640 data=mydataset.yaml epochs=10 batch=8 name=yolov8n_custom
#

# Commented out IPython magic to ensure Python compatibility.
# %%bash
# export LC_ALL=en_US.UTF-8
# export LANG=en_US.UTF-8
# yolo task=detect mode=train model=yolov8n.pt imgsz=640 data=mydataset.yaml epochs=10 batch=8 name=yolov8n_custom
#

Credits

Charan
1 project • 0 followers
Thanks to Pavani Dhanni and Neha Saw.

Comments