329 - What is Detectron2? An introduction.

  Рет қаралды 14,773

DigitalSreeni

DigitalSreeni

11 ай бұрын

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/bnsreenu/python_fo...
All other code:
github.com/bnsreenu/python_fo...
Detectron2 repo: github.com/facebookresearch/d...
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
@KalanaNethsara
@KalanaNethsara 11 ай бұрын
glad to see you again Mr. Sreeni, Love from SriLanka :)
@madeleinedawson8539
@madeleinedawson8539 8 ай бұрын
Really helpful and I appreciate all these excellent videos!
@pushkarkopparla260
@pushkarkopparla260 7 ай бұрын
Thank you for sharing your code so freely!
@DigitalSreeni
@DigitalSreeni 7 ай бұрын
Of course!! Thank you.
@ajay0909
@ajay0909 11 ай бұрын
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 11 ай бұрын
That's nice. Would I ask you which annotation tool you have used?
@hakankosebas2085
@hakankosebas2085 11 ай бұрын
please cover optimization problems, you explain topics very well
@yogidwitama2480
@yogidwitama2480 11 ай бұрын
Thank you, sir. I can't wait for the tutorial on using custom dataset. 😁
@DigitalSreeni
@DigitalSreeni 11 ай бұрын
Working on it :)
@yogidwitama2480
@yogidwitama2480 11 ай бұрын
@@DigitalSreeni 🔥🔥
@rahatkibriabhuiyan2426
@rahatkibriabhuiyan2426 11 ай бұрын
@@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.
@bibhutibaibhavbora8770
@bibhutibaibhavbora8770 11 ай бұрын
Great video sir
@eranfeit
@eranfeit 7 ай бұрын
Thank you for the tutorial
@DigitalSreeni
@DigitalSreeni 7 ай бұрын
You’re welcome 😊
@lakayhukay
@lakayhukay 10 ай бұрын
how can i locate caves and tunnels sir? what can i can use
@shantilalzanwar8687
@shantilalzanwar8687 8 ай бұрын
How can we do basic math on detected region, if overlap is there, calculate area etc? Thanks for great content
@loocalbertlin6258
@loocalbertlin6258 9 ай бұрын
謝謝!
@DigitalSreeni
@DigitalSreeni 9 ай бұрын
Thank you very much.
@madeleinedawson8539
@madeleinedawson8539 8 ай бұрын
Thanks!
@DigitalSreeni
@DigitalSreeni 8 ай бұрын
Thank you very much.
@cplusplus-python
@cplusplus-python 10 ай бұрын
Thanks PRof. wondering about Diffusion + GAN models. Would be great if you could make it. Thanks again!
@tamerzohdy8589
@tamerzohdy8589 11 ай бұрын
Thanks a lot for these amazing videos. Would you please make us some tutorials on Yolo algorithm
@jayakrishna7995
@jayakrishna7995 11 ай бұрын
Great ... but sir please continue with microscopic datasets........
@Tabelukhan
@Tabelukhan 10 ай бұрын
Great Sir can you please make a video on Active learning would be grateful to you.!!
@user-nm1bi6xc6f
@user-nm1bi6xc6f 11 ай бұрын
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 11 ай бұрын
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.
@user-nm1bi6xc6f
@user-nm1bi6xc6f 11 ай бұрын
makes sense. Thank you for your reply @@DigitalSreeni 🙏
@tamerzohdy8589
@tamerzohdy8589 10 ай бұрын
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 8 ай бұрын
@@DigitalSreeni yolov8 outputs masks as well.
@ShadowD2C
@ShadowD2C 7 ай бұрын
@@DigitalSreenias others have said YOLOv8 outputs masks as well
@robosergTV
@robosergTV 4 ай бұрын
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 4 ай бұрын
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.
@dounia4109
@dounia4109 10 ай бұрын
Hello sir please I need the code for unmasking of masked face by gan
@manoschaniotakis3328
@manoschaniotakis3328 5 ай бұрын
mmdetection is superior in code support and features / models, no?
@user-me7mo1iw2x
@user-me7mo1iw2x 8 ай бұрын
Isn't it already outdated model? Sounds like it does not use VIT.
@flloyd
@flloyd 6 ай бұрын
Thanks!
@DigitalSreeni
@DigitalSreeni 6 ай бұрын
Thank you very much.
283 - What is Mask R-CNN?
23:46
DigitalSreeni
Рет қаралды 32 М.
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 23 МЛН
Me: Don't cross there's cars coming
00:16
LOL
Рет қаралды 13 МЛН
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 146 МЛН
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 52 МЛН
Detectron2 - Next Gen Object Detection Library - Yuxin Wu
10:08
Panoptic Image Segmentation: Mask2Former explained | Identify all objects!
12:22
CV3DST - Instance and panoptic segmentation
1:13:54
Dynamic Vision and Learning Group
Рет қаралды 18 М.
305 - What is Cellpose algorithm for segmentation?
30:04
DigitalSreeni
Рет қаралды 8 М.
Use Arc Instead of Vec
15:21
Logan Smith
Рет қаралды 138 М.
Pydantic is all you need: Jason Liu
17:55
AI Engineer
Рет қаралды 169 М.
PART 52 || DIY Wireless Switch forElectronic Lights - Easy Guide!
1:01
HUBAB__OFFICIAL
Рет қаралды 30 МЛН
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 160 М.