Hands-on computer vision with Detectron2 : develop object detection and segmentation models with a code and visualization approach

Book Cover
Average Rating
Published
Birmingham, UK : Packt Publishing Ltd., 2023.
Status
Available Online

Description

Loading Description...

More Details

Format
Edition
1st edition.
Language
English
ISBN
9781800566606, 1800566603

Notes

General Note
Includes index.
Description
Computer vision is a crucial component of many modern businesses, including automobiles, robotics, and manufacturing, and its market is growing rapidly. This book helps you explore Detectron2, Facebook's next-gen library providing cutting-edge detection and segmentation algorithms. It's used in research and practical projects at Facebook to support computer vision tasks, and its models can be exported to TorchScript or ONNX for deployment. The book provides you with step-by-step guidance on using existing models in Detectron2 for computer vision tasks (object detection, instance segmentation, key-point detection, semantic detection, and panoptic segmentation). You'll get to grips with the theories and visualizations of Detectron2's architecture and learn how each module in Detectron2 works. As you advance, you'll build your practical skills by working on two real-life projects (preparing data, training models, fine-tuning models, and deployments) for object detection and instance segmentation tasks using Detectron2. Finally, you'll deploy Detectron2 models into production and develop Detectron2 applications for mobile devices. By the end of this deep learning book, you'll have gained sound theoretical knowledge and useful hands-on skills to help you solve advanced computer vision tasks using Detectron2.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Discover More

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Pham, V. V., & Dang, T. (2023). Hands-on computer vision with Detectron2: develop object detection and segmentation models with a code and visualization approach (1st edition.). Packt Publishing Ltd..

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Pham, Van Vung and Tommy, Dang. 2023. Hands-on Computer Vision With Detectron2: Develop Object Detection and Segmentation Models With a Code and Visualization Approach. Birmingham, UK: Packt Publishing Ltd.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Pham, Van Vung and Tommy, Dang. Hands-on Computer Vision With Detectron2: Develop Object Detection and Segmentation Models With a Code and Visualization Approach Birmingham, UK: Packt Publishing Ltd, 2023.

Harvard Citation (style guide)

Pham, V. V. and Dang, T. (2023). Hands-on computer vision with detectron2: develop object detection and segmentation models with a code and visualization approach. 1st edn. Birmingham, UK: Packt Publishing Ltd.

MLA Citation, 9th Edition (style guide)

Pham, Van Vung,, and Tommy Dang. Hands-on Computer Vision With Detectron2: Develop Object Detection and Segmentation Models With a Code and Visualization Approach 1st edition., Packt Publishing Ltd., 2023.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
18a571cb-5067-31cd-4ff6-f1d89c6417fb-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID18a571cb-5067-31cd-4ff6-f1d89c6417fb-eng
Full titlehands on computer vision with detectron2 develop object detection and segmentation models with a code and visualization approach
Authorpham van vung
Grouping Categorybook
Last Update2025-01-24 12:33:29PM
Last Indexed2025-01-30 03:03:35AM

Book Cover Information

Image Sourcedefault
First LoadedJan 14, 2025
Last UsedJan 14, 2025

Marc Record

First DetectedDec 16, 2024 11:24:51 PM
Last File Modification TimeDec 17, 2024 08:24:20 AM
SuppressedRecord had no items

MARC Record

LEADER06288cam a22005537i 4500
001on1377282539
003OCoLC
00520241217082254.0
006m     o  d        
007cr cnu|||unuuu
008230425s2023    enka    o     001 0 eng d
015 |a GBC360444|2 bnb
0167 |a 020999406|2 Uk
019 |a 1375187683|a 1375294398|a 1378194382
020 |a 9781800566606
020 |a 1800566603
035 |a (OCoLC)1377282539|z (OCoLC)1375187683|z (OCoLC)1375294398|z (OCoLC)1378194382
037 |a 9781800561625|b O'Reilly Media
037 |a 10251137|b IEEE
040 |a ORMDA|b eng|e rda|e pn|c ORMDA|d EBLCP|d YDX|d UKMGB|d UKAHL|d N$T|d OCLCF|d OCLCQ|d IEEEE|d OCLCO
049 |a MAIN
050 4|a TA1634
08204|a 006.3/7|2 23/eng/20230425
1001 |a Pham, Van Vung,|e author.
24510|a Hands-on computer vision with Detectron2 :|b develop object detection and segmentation models with a code and visualization approach /|c Van Vung Pham ; foreword by Tommy Dang.
250 |a 1st edition.
264 1|a Birmingham, UK :|b Packt Publishing Ltd.,|c 2023.
300 |a 1 online resource (318 pages) :|b illustrations
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
500 |a Includes index.
5050 |a Cover -- Title Page -- Copyright and Credits -- Dedications -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction to Detectron2 -- Chapter 1: An Introduction to Detectron2 and Computer Vision Tasks -- Technical requirements -- Computer vision tasks -- Object detection -- Instance segmentation -- Keypoint detection -- Semantic segmentation -- Panoptic segmentation -- An introduction to Detectron2 and its architecture -- Introducing Detectron2 -- Detectron2 architecture -- Detectron2 development environments
5058 |a Cloud development environment for Detectron2 applications -- Local development environment for Detectron2 applications -- Connecting Google Colab to a local development environment -- Summary -- Chapter 2: Developing Computer Vision Applications Using Existing Detectron2 Models -- Technical requirements -- Introduction to Detectron2's Model Zoo -- Developing an object detection application -- Getting the configuration file -- Getting a predictor -- Performing inferences -- Visualizing the results -- Developing an instance segmentation application -- Selecting a configuration file
5058 |a Getting a predictor -- Performing inferences -- Visualizing the results -- Developing a keypoint detection application -- Selecting a configuration file -- Getting a predictor -- Performing inferences -- Visualizing the results -- Developing a panoptic segmentation application -- Selecting a configuration file -- Getting a predictor -- Performing inferences -- Visualizing the results -- Developing a semantic segmentation application -- Selecting a configuration file and getting a predictor -- Performing inferences -- Visualizing the results -- Putting it all together -- Getting a predictor
5058 |a Performing inferences -- Visualizing the results -- Performing a computer vision task -- Summary -- Part 2: Developing Custom Object Detection Models -- Chapter 3: Data Preparation for Object Detection Applications -- Technical requirements -- Common data sources -- Getting images -- Selecting an image labeling tool -- Annotation formats -- Labeling the images -- Annotation format conversions -- Converting YOLO datasets to COCO datasets -- Converting Pascal VOC datasets to COCO datasets -- Summary -- Chapter 4: The Architecture of the Object Detection Model in Detectron2
5058 |a Technical requirements -- Introduction to the application architecture -- The backbone network -- Region Proposal Network -- The anchor generator -- The RPN head -- The RPN loss calculation -- Proposal predictions -- Region of Interest Heads -- The pooler -- The box predictor -- Summary -- Chapter 5: Training Custom Object Detection Models -- Technical requirements -- Processing data -- The dataset -- Downloading and performing initial explorations -- Data format conversion -- Displaying samples -- Using the default trainer -- Selecting the best model
520 |a Computer vision is a crucial component of many modern businesses, including automobiles, robotics, and manufacturing, and its market is growing rapidly. This book helps you explore Detectron2, Facebook's next-gen library providing cutting-edge detection and segmentation algorithms. It's used in research and practical projects at Facebook to support computer vision tasks, and its models can be exported to TorchScript or ONNX for deployment. The book provides you with step-by-step guidance on using existing models in Detectron2 for computer vision tasks (object detection, instance segmentation, key-point detection, semantic detection, and panoptic segmentation). You'll get to grips with the theories and visualizations of Detectron2's architecture and learn how each module in Detectron2 works. As you advance, you'll build your practical skills by working on two real-life projects (preparing data, training models, fine-tuning models, and deployments) for object detection and instance segmentation tasks using Detectron2. Finally, you'll deploy Detectron2 models into production and develop Detectron2 applications for mobile devices. By the end of this deep learning book, you'll have gained sound theoretical knowledge and useful hands-on skills to help you solve advanced computer vision tasks using Detectron2.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Computer vision.|9 34219
7001 |a Dang, Tommy,|e writer of foreword.
77608|i Print version:|a Pham, Van Vung|t Hands-On Computer Vision with Detectron2|d Birmingham : Packt Publishing, Limited,c2023
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781800561625/?ar|x O'Reilly|z eBook
938 |a ProQuest Ebook Central|b EBLB|n EBL30464865
938 |a YBP Library Services|b YANK|n 304813621
938 |a Askews and Holts Library Services|b ASKH|n AH41170577
938 |a EBSCOhost|b EBSC|n 3588547
994 |a 92|b VIA
999 |c 359161|d 359161