Skip to content

Hyuto/yolov8-seg-tfjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Segmentation Application Using YOLOv8 and Tensorflow.js

love tensorflow.js


⚠️ Low performance on doing video processing, need to be improved.

Object Segmentation application right in your browser. Serving YOLOv8-Seg in browser using tensorflow.js with webgl backend.

TO DO

  1. Readable code
  2. Improve performance

Setup

git clone https://github.com/Hyuto/yolov8-seg-tfjs.git
cd yolov8-seg-tfjs
yarn install #Install dependencies

Scripts

yarn start # Start dev server
yarn build # Build for productions

Model

YOLOv8n-Seg model converted to tensorflow.js.

used model : yolov8n-seg
size       : 14 Mb

Reference