Train Instance Segmentation Model with Detectron2 | Tutorial | Custom Dataset | Google Colab

preview_player
Показать описание
Detectron2 is a popular PyTorch based modular computer vision model library. It is the second iteration of Detectron, originally written in Caffe2. The Detectron2 system allows you to plug in custom state of the art computer vision technologies into your workflow.

Chapters:
0:00 Introduction
1:20 Setting up python environment
2:31 Inference using pre-trained model
3:56 Getting open source data from Roboflow Universe
8:20 Training segmentation model
11:08 Outro

Рекомендации по теме
Комментарии
Автор

Thanks for great video I just have one doubt, don't we need to normalize the custom data and its bounding box before using it?

siddharthsurya
Автор

Can I use Object Detection(Bounding Box) instead of Instance Segmentation for Detectron2 ?

rohanchumun
Автор

Is there any change of code while my data just have 1 class? I can't visualize the predict mask btw

hoinhtrieu
Автор

CUDA error: device-side assert triggered
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions.

i got error like this, what should i do sir?thank you

raflisyawal
Автор

Hi can anyone tell me how to chose which yaml file is best suitable for our model?

kunjanparikh
Автор

When I use this code


# Look at training curves in tensorboard:
%load_ext tensorboard
%tensorboard --logdir $OUTPUT_DIR_PATH



It got error 403.
How can I fix it?

abckoko
Автор

Why would you use Detectron2 over YoloV8 or Mask_RCNN? - I'm still a bit confused about the advantages of Detectron2 over the rest.

DigiDriftZone
Автор

how can we get approx size of the object? or is there any way to do it? can it be done while labelling the images if yes then how?

bahubalipatil
Автор

I am getting error ;

AttributeError: Cannot find field 'gt_masks' in the given Instances!

can you please suggest how to solve it .

shariqansari
Автор

Hi, great video, and works for me, generally which one is better for object detectron, Detectronv2 or YOLOv8?

lofihavensongs
Автор

Hi can you please tell me how to use this trained model to detect the objects from fresh images?

rajivpannuri
Автор

please make video about training detectron2 projects like VITDet

body
Автор

I would like to know how to create a Confusion matrix. please.

py