329 - What is Detectron2? An introduction.

  Рет қаралды 17,014

DigitalSreeni

DigitalSreeni

Күн бұрын

This video provides an introduction to Detectron2 in python using pre-trained models for instance and panoptic segmentation.
Code generated in the video can be downloaded from here: github.com/bns...
All other code:
github.com/bns...
Detectron2 repo: github.com/fac...
What is Detectron2?
An open-source object detection and segmentation framework developed by Facebook AI Research.​
Built on top of PyTorch and provides a unified API for a variety of tasks, including object detection, instance segmentation, and panoptic segmentation.​
Designed to be flexible and easy-to-use, it puts a focus on enabling rapid research.​
It includes high-quality implementations of state-of-the-art algorithms like Mask R-CNN, RetinaNet, and DensePose.​
It includes a Model Zoo with models for object detection, instance segmentation, and more. ​

Пікірлер: 37
@ajay0909
@ajay0909 Жыл бұрын
I have done a lot of annotations for a project which took at least 3 hours per image. But with this detectron2 a lot of time and energy is saved. Thank you sir for detailed tutorial.
@rahatkibriabhuiyan2426
@rahatkibriabhuiyan2426 Жыл бұрын
That's nice. Would I ask you which annotation tool you have used?
@KalanaNethsara
@KalanaNethsara Жыл бұрын
glad to see you again Mr. Sreeni, Love from SriLanka :)
@yogidwitama2480
@yogidwitama2480 Жыл бұрын
Thank you, sir. I can't wait for the tutorial on using custom dataset. 😁
@DigitalSreeni
@DigitalSreeni Жыл бұрын
Working on it :)
@yogidwitama2480
@yogidwitama2480 Жыл бұрын
@@DigitalSreeni 🔥🔥
@rahatkibriabhuiyan2426
@rahatkibriabhuiyan2426 Жыл бұрын
@@DigitalSreeni It is very delightful to hear that you're working with the custom dataset training. I would request you to plz look into the matter to plot validation loss graph. I tried a lot of time but can not sort it out. With me tensor board I can plot training loss but not the validation loss. I have also search in the internet many people talk about the hook function or other things but those didn't work to me. Thanks in advance.
@pushkarkopparla260
@pushkarkopparla260 10 ай бұрын
Thank you for sharing your code so freely!
@DigitalSreeni
@DigitalSreeni 10 ай бұрын
Of course!! Thank you.
@madeleinedawson8539
@madeleinedawson8539 11 ай бұрын
Really helpful and I appreciate all these excellent videos!
@hakankosebas2085
@hakankosebas2085 Жыл бұрын
please cover optimization problems, you explain topics very well
@eranfeit
@eranfeit 10 ай бұрын
Thank you for the tutorial
@DigitalSreeni
@DigitalSreeni 10 ай бұрын
You’re welcome 😊
@bibhutibaibhavbora8770
@bibhutibaibhavbora8770 Жыл бұрын
Great video sir
@cplusplus-python
@cplusplus-python Жыл бұрын
Thanks PRof. wondering about Diffusion + GAN models. Would be great if you could make it. Thanks again!
@Tabelukhan
@Tabelukhan Жыл бұрын
Great Sir can you please make a video on Active learning would be grateful to you.!!
@shantilalzanwar8687
@shantilalzanwar8687 11 ай бұрын
How can we do basic math on detected region, if overlap is there, calculate area etc? Thanks for great content
@robosergTV
@robosergTV 7 ай бұрын
Huggingface has all models that Detectron2 supports. Some models of Detectron2 (i.e. Mask2Former) can not be exported to ONNX or Torchscript for fast inference. HF does not have this issue. Any reason you prefer Detectron2 over HF?
@DigitalSreeni
@DigitalSreeni 7 ай бұрын
Detectron2 is known for its strong support for computer vision tasks, especially in object detection and segmentation. Hugging Face has gained popularity for its comprehensive model hub, which includes models for various natural language processing (NLP) and computer vision tasks. If your primary focus is on models that are readily exportable to ONNX or Torchscript for efficient deployment, Hugging Face might be a preferred choice. Basically the selection between Detectron2 and Hugging Face depends on your specific project requirements and the type of models you intend to use.
@tamerzohdy8589
@tamerzohdy8589 Жыл бұрын
Thanks a lot for these amazing videos. Would you please make us some tutorials on Yolo algorithm
@flloyd
@flloyd 9 ай бұрын
Thanks!
@DigitalSreeni
@DigitalSreeni 9 ай бұрын
Thank you very much.
@jayakrishna7995
@jayakrishna7995 Жыл бұрын
Great ... but sir please continue with microscopic datasets........
@loocalbertlin6258
@loocalbertlin6258 Жыл бұрын
謝謝!
@DigitalSreeni
@DigitalSreeni Жыл бұрын
Thank you very much.
@lakayhukay
@lakayhukay Жыл бұрын
how can i locate caves and tunnels sir? what can i can use
@manoschaniotakis3328
@manoschaniotakis3328 8 ай бұрын
mmdetection is superior in code support and features / models, no?
@TensorWhisperer
@TensorWhisperer Жыл бұрын
Thank you for your videos. Just a question: is there any reason you have not talked at all about YOLO since it is actually state of the art in the area of image processing, object detection, segementation etc.. ?
@DigitalSreeni
@DigitalSreeni Жыл бұрын
I do not like YOLO for a very simple reason - I work with scientific images and in almost all cases I need masks as output and YOLO cannot do that. YOLO is fast and light weight but I think it is not for scientific images.
@TensorWhisperer
@TensorWhisperer Жыл бұрын
makes sense. Thank you for your reply @@DigitalSreeni 🙏
@tamerzohdy8589
@tamerzohdy8589 Жыл бұрын
Yolo algorithm can work with contours (polygons) in segmentation these polygons can be converted to binary masks. so why don't we try it?
@michaelcollins399
@michaelcollins399 11 ай бұрын
@@DigitalSreeni yolov8 outputs masks as well.
@ShadowD2C
@ShadowD2C 10 ай бұрын
@@DigitalSreenias others have said YOLOv8 outputs masks as well
@dounia4109
@dounia4109 Жыл бұрын
Hello sir please I need the code for unmasking of masked face by gan
@РамильАхмедов-м6ъ
@РамильАхмедов-м6ъ 11 ай бұрын
Isn't it already outdated model? Sounds like it does not use VIT.
@madeleinedawson8539
@madeleinedawson8539 11 ай бұрын
Thanks!
@DigitalSreeni
@DigitalSreeni 11 ай бұрын
Thank you very much.
333 - An introduction to YOLO v8​
18:44
DigitalSreeni
Рет қаралды 17 М.
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,3 МЛН
إخفاء الطعام سرًا تحت الطاولة للتناول لاحقًا 😏🍽️
00:28
حرف إبداعية للمنزل في 5 دقائق
Рет қаралды 46 МЛН
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 62 МЛН
Do you choose Inside Out 2 or The Amazing World of Gumball? 🤔
00:19
Detectron2 - Next Gen Object Detection Library - Yuxin Wu
10:08
331 - Fine-tune Segment Anything Model (SAM) using custom data
44:07
CV3DST - Instance and panoptic segmentation
1:13:54
Dynamic Vision and Learning Group
Рет қаралды 18 М.
The Value of Source Code
17:46
Philomatics
Рет қаралды 60 М.
Fast R-CNN Explained | ROI Pooling
33:10
ExplainingAI
Рет қаралды 2,1 М.
uv IS the Future of Python Packaging 🐍📦
25:16
Hynek Schlawack
Рет қаралды 11 М.
334 - Training custom instance segmentation model using YOLO v8
35:27
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,3 МЛН