Git Product home page Git Product logo

unet_yolo's Introduction

YOLOv8 Algorithm on MSLS

This includes all of the files from my Saturn Cloud YOLOv8 environment. To run, make sure your data is stored in datasets/data in their appropriate folders. YOLO is very particular about their names and where to store the files, so try not to change the configuration if you want to do so. To run these, first put your test and train data in their respective folders. Make sure your images are in the image folder and then your masks are in the labels folder. Then you can run preprocessing.ipynb which will automatically 1) resize your images for the 640x640 pixel requirement in YOLO, 2) generate bounding boxes from the masks and replace the masks .png files with the bounding box .txt files, and 3) move 20% of the images and labels from the train into the validation folder.

data.yaml

This is the configuration in which YOLO reads to understand where the data is and what are classes that it is segmenting

u2y.ipynb

This is the notebook transfer data from UNET type to YOLO type.

y2u.ipynb

This is the notebook transfer data from YOLO type to UNET type.

YOLO_MSLS.ipynb

The simple notebook that runs the model. Currently experiencing issues relating to the CUDA going outside of the bounds.

yolov8n-seg.pt

A pre-trained model from Ultralytics that does segmentation.

unet_yolo's People

Contributors

avalanchezy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.