Skip to content

felixkarevo/CVAT-custom-yolov8-segmentation-auto-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CVAT-custom-yolov8-segmentation-auto-annotation

This GitHub repository contains the files to use a custom YoloV8 segmentation model serverless with Nuclio on CVAT with GPU support.

First, you need to set up all the serverless functionalities, install Nuclio as a function in Nuclio, etc. See the documentation here. The files in this repository can be used to deploy the Nuclio functions that run the custom YoloV8 segmentation model. The files will create a CVAT Nuclio project to contain the functions within a Docker container. Commands should be run only after CVAT has been installed using Docker Compose because it runs the Nuclio dashboard which manages all serverless functions.

Besides the custom YoloV8 segmentation model, you need the function-gpu.yaml file for setting up Nuclio and a main.py script that runs in Nuclio and handles the data from the model.

Once everything is set up, navigate to your CVAT folder from which you can deploy the Nuclio function. If you have a GPU, you can do it like this:

./serverless/deploy_gpu.sh ~/cvat/serverless/pytorch/ultralytics/custom_yolov8_GPU

I believe the scripts should also work if you don't have a GPU.

I use my custom yolov8 segemtantion model to (bulk) auto annotate all images. However, I find that it is sometimes not accurate enough. Therefore, as a second step I am using segment anything to correct lables or make them more fine-grained. I find this two step approach to generate very accurate labels.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages