SlideShare a Scribd company logo
1 of 23
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Introduction to GluonCV
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Why GluonCV?
• What is the biggest challenge you have ever encountered with deep
learning?
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Why GluonCV?
• What is the biggest challenge you have ever encountered with deep
learning?
• “reproducing the best claimed results from latest papers”
SOTA
state-of-the-art
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Real-world Stories #1
• Back to a period in 2016, the same ImageNet models trained by MXNet
achieved on average 1% worse accuracy compared to Torch.
• Tried almost everything to debug, even developed a plugin to run Torch
code inside MXNet to make it easier to compare results.
=> Transcoding training images using 95 JPEG quality rather than 85 solved
the problem.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Real-world Stories #2
• Using another open source DL framework: trained model accuracies
cannot match previous internal version.
• Spent months to figure out why, with no clue.
=> The order of data augmentation is different from previous version.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
• I will write clean and reusable code
when I’m prototyping this time.
• Variant:
• - I will write clean and reusable code
next time.
Common myth 1
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Common myth 2
• My code will still run next year.
• Sometimes, it’s not our fault.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Common myth3
• I will finish setting up the
baseline model this afternoon.
• Though it may not be our fault
again.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Starting from scratch can be hard
• Even the most talented researchers will get blocked by trivial things.
• Experience and instincts can be your enemies in certain circumstances.
• Training is time-consuming, initialization and augmentation is
randomized, and many implementation details need to be taken care of.
=> Debugging deep learning models is extremely difficult.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
It’s not easy to embrace open-source implementations
• Often the quality of open-source implementations vary.
• Languages, code styles, project structures, DL frameworks are mixed.
• Personal projects tend to focusing on a specific task with specific
datasets. It requires significant engineering efforts to adapt to your use
case.
• Community projects can be abandoned frequently.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
What does GluonCV provide
• Reproduction of important papers in recent years
• Model zoo with 80+ pre-trained models
• Training scripts (as well as tuned hyper-parameters) to
reproduce the results
• Full training script + Dataset download script
• Logs of training run
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
What does GluonCV provide
• Considerate APIs and modules that are easy to follow and
understand
• Avoid re-writing the same utilities again and again
• Pre-set data augmentation and transforms, visualization and
training utilities
• Community support, feel free to ask and discuss
• User forum
• Github community and open roadmap
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Image Classification
• More than 50+ pre-trained ImageNet models(ResNet, MobileNet…)
• We achieved the best accuracy using some of the most popular
models (e.g., ResNet), compared with other frameworks
• Used as backbone in many downstream tasks => better accuracy
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Semantic Segmentation
• FCN
• PSPNet
• Mask-RCNN
• DeepLab
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Object Detection
• SSD and YOLOv3: fastest
solution
• Faster-RCNN, RFCN and FPN:
slower but more accurate,
especially for tiny objects
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Instance Segmentation
• Mask R-CNN
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Key Point Estimation
• SimplePose
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Style Transfer
MSGNet
GANs
CycleGAN
SRGAN
WGAN
Re-identification
Market1501
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Coming Soon: Depth Estimation
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
Like GluonCV? Go build!
https://gluon-cv.mxnet.io
https://github.com/dmlc/gluon-cv

More Related Content

Similar to Introduction to GluonCV

Similar to Introduction to GluonCV (20)

Webinar-DevOps.pdf
Webinar-DevOps.pdfWebinar-DevOps.pdf
Webinar-DevOps.pdf
 
DevOps Culture at Amazon
DevOps Culture at AmazonDevOps Culture at Amazon
DevOps Culture at Amazon
 
AWS DeepLens Workshop: Building Computer Vision Applications - BDA201 - Anahe...
AWS DeepLens Workshop: Building Computer Vision Applications - BDA201 - Anahe...AWS DeepLens Workshop: Building Computer Vision Applications - BDA201 - Anahe...
AWS DeepLens Workshop: Building Computer Vision Applications - BDA201 - Anahe...
 
AWS Toronto Summit 2019 - AIM302 - Build, train, and deploy ML models with Am...
AWS Toronto Summit 2019 - AIM302 - Build, train, and deploy ML models with Am...AWS Toronto Summit 2019 - AIM302 - Build, train, and deploy ML models with Am...
AWS Toronto Summit 2019 - AIM302 - Build, train, and deploy ML models with Am...
 
Grokking Techtalk #40: AWS’s philosophy on designing MLOps platform
Grokking Techtalk #40: AWS’s philosophy on designing MLOps platformGrokking Techtalk #40: AWS’s philosophy on designing MLOps platform
Grokking Techtalk #40: AWS’s philosophy on designing MLOps platform
 
DevOps on AWS
DevOps on AWSDevOps on AWS
DevOps on AWS
 
DEV206_Life of a Code Change to a Tier 1 Service
DEV206_Life of a Code Change to a Tier 1 ServiceDEV206_Life of a Code Change to a Tier 1 Service
DEV206_Life of a Code Change to a Tier 1 Service
 
GluonCV
GluonCVGluonCV
GluonCV
 
From Monolith to Microservices (And All the Bumps along the Way) (CON360-R1) ...
From Monolith to Microservices (And All the Bumps along the Way) (CON360-R1) ...From Monolith to Microservices (And All the Bumps along the Way) (CON360-R1) ...
From Monolith to Microservices (And All the Bumps along the Way) (CON360-R1) ...
 
Moving to DevOps the Amazon Way
Moving to DevOps the Amazon WayMoving to DevOps the Amazon Way
Moving to DevOps the Amazon Way
 
A Gentle Intro to Deep Learning
A Gentle Intro to Deep LearningA Gentle Intro to Deep Learning
A Gentle Intro to Deep Learning
 
Releasing Mission-Critical Software at Amazon (DEV209-R1) - AWS re:Invent 2018
Releasing Mission-Critical Software at Amazon (DEV209-R1) - AWS re:Invent 2018Releasing Mission-Critical Software at Amazon (DEV209-R1) - AWS re:Invent 2018
Releasing Mission-Critical Software at Amazon (DEV209-R1) - AWS re:Invent 2018
 
BDA210 AWS DeepLens Workshop Building Computer Vision Applications
BDA210 AWS DeepLens Workshop Building Computer Vision Applications BDA210 AWS DeepLens Workshop Building Computer Vision Applications
BDA210 AWS DeepLens Workshop Building Computer Vision Applications
 
Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018
Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018
Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018
 
Life of a Code Change to a Tier 1 Service - AWS Online Tech Talks
Life of a Code Change to a Tier 1 Service - AWS Online Tech TalksLife of a Code Change to a Tier 1 Service - AWS Online Tech Talks
Life of a Code Change to a Tier 1 Service - AWS Online Tech Talks
 
WhereML a Serverless ML Powered Location Guessing Twitter Bot
WhereML a Serverless ML Powered Location Guessing Twitter BotWhereML a Serverless ML Powered Location Guessing Twitter Bot
WhereML a Serverless ML Powered Location Guessing Twitter Bot
 
Build Your Recommendation Engine on AWS Today!
Build Your Recommendation Engine on AWS Today!Build Your Recommendation Engine on AWS Today!
Build Your Recommendation Engine on AWS Today!
 
DevOps on AWS
DevOps on AWSDevOps on AWS
DevOps on AWS
 
DevOps on AWS
DevOps on AWSDevOps on AWS
DevOps on AWS
 
Introduction to GluonNLP
Introduction to GluonNLPIntroduction to GluonNLP
Introduction to GluonNLP
 

More from Apache MXNet

More from Apache MXNet (20)

Recent Advances in Natural Language Processing
Recent Advances in Natural Language ProcessingRecent Advances in Natural Language Processing
Recent Advances in Natural Language Processing
 
Fine-tuning BERT for Question Answering
Fine-tuning BERT for Question AnsweringFine-tuning BERT for Question Answering
Fine-tuning BERT for Question Answering
 
Introduction to Computer Vision
Introduction to Computer VisionIntroduction to Computer Vision
Introduction to Computer Vision
 
Introduction to Deep face detection and recognition
Introduction to Deep face detection and recognitionIntroduction to Deep face detection and recognition
Introduction to Deep face detection and recognition
 
Deep Learning With Apache MXNet On Video by Ben Taylor @ ziff.ai
Deep Learning With Apache MXNet On Video by Ben Taylor @ ziff.aiDeep Learning With Apache MXNet On Video by Ben Taylor @ ziff.ai
Deep Learning With Apache MXNet On Video by Ben Taylor @ ziff.ai
 
Using Java to deploy Deep Learning models with MXNet
Using Java to deploy Deep Learning models with MXNetUsing Java to deploy Deep Learning models with MXNet
Using Java to deploy Deep Learning models with MXNet
 
AI powered emotion recognition: From Inception to Production - Global AI Conf...
AI powered emotion recognition: From Inception to Production - Global AI Conf...AI powered emotion recognition: From Inception to Production - Global AI Conf...
AI powered emotion recognition: From Inception to Production - Global AI Conf...
 
MXNet Paris Workshop - Intro To MXNet
MXNet Paris Workshop - Intro To MXNetMXNet Paris Workshop - Intro To MXNet
MXNet Paris Workshop - Intro To MXNet
 
Apache MXNet ODSC West 2018
Apache MXNet ODSC West 2018Apache MXNet ODSC West 2018
Apache MXNet ODSC West 2018
 
DeepLearning001&ApacheMXNetWithSparkForInference-ACNA2018
DeepLearning001&ApacheMXNetWithSparkForInference-ACNA2018DeepLearning001&ApacheMXNetWithSparkForInference-ACNA2018
DeepLearning001&ApacheMXNetWithSparkForInference-ACNA2018
 
Apache MXNet EcoSystem - ACNA2018
Apache MXNet EcoSystem - ACNA2018Apache MXNet EcoSystem - ACNA2018
Apache MXNet EcoSystem - ACNA2018
 
ONNX and Edge Deployments
ONNX and Edge DeploymentsONNX and Edge Deployments
ONNX and Edge Deployments
 
Distributed Inference with MXNet and Spark
Distributed Inference with MXNet and SparkDistributed Inference with MXNet and Spark
Distributed Inference with MXNet and Spark
 
Multivariate Time Series
Multivariate Time SeriesMultivariate Time Series
Multivariate Time Series
 
AI On the Edge: Model Compression
AI On the Edge: Model CompressionAI On the Edge: Model Compression
AI On the Edge: Model Compression
 
Building Content Recommendation Systems using MXNet Gluon
Building Content Recommendation Systems using MXNet GluonBuilding Content Recommendation Systems using MXNet Gluon
Building Content Recommendation Systems using MXNet Gluon
 
Game Playing RL Agent
Game Playing RL AgentGame Playing RL Agent
Game Playing RL Agent
 
Building Applications with Apache MXNet
Building Applications with Apache MXNetBuilding Applications with Apache MXNet
Building Applications with Apache MXNet
 
Neural Machine Translation with Sockeye
Neural Machine Translation with SockeyeNeural Machine Translation with Sockeye
Neural Machine Translation with Sockeye
 
Debugging and Performance tricks for MXNet Gluon
Debugging and Performance tricks for MXNet GluonDebugging and Performance tricks for MXNet Gluon
Debugging and Performance tricks for MXNet Gluon
 

Recently uploaded

Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cherry
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.
Cherry
 
LUNULARIA -features, morphology, anatomy ,reproduction etc.
LUNULARIA -features, morphology, anatomy ,reproduction etc.LUNULARIA -features, morphology, anatomy ,reproduction etc.
LUNULARIA -features, morphology, anatomy ,reproduction etc.
Cherry
 
Human genetics..........................pptx
Human genetics..........................pptxHuman genetics..........................pptx
Human genetics..........................pptx
Cherry
 
PODOCARPUS...........................pptx
PODOCARPUS...........................pptxPODOCARPUS...........................pptx
PODOCARPUS...........................pptx
Cherry
 
CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptx
Cherry
 
ONLINE VOTING SYSTEM SE Project for vote
ONLINE VOTING SYSTEM SE Project for voteONLINE VOTING SYSTEM SE Project for vote
ONLINE VOTING SYSTEM SE Project for vote
RaunakRastogi4
 
COMPOSTING : types of compost, merits and demerits
COMPOSTING : types of compost, merits and demeritsCOMPOSTING : types of compost, merits and demerits
COMPOSTING : types of compost, merits and demerits
Cherry
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
NazaninKarimi6
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
MohamedFarag457087
 

Recently uploaded (20)

Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
 
Cot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNACot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNA
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.
 
LUNULARIA -features, morphology, anatomy ,reproduction etc.
LUNULARIA -features, morphology, anatomy ,reproduction etc.LUNULARIA -features, morphology, anatomy ,reproduction etc.
LUNULARIA -features, morphology, anatomy ,reproduction etc.
 
Genome sequencing,shotgun sequencing.pptx
Genome sequencing,shotgun sequencing.pptxGenome sequencing,shotgun sequencing.pptx
Genome sequencing,shotgun sequencing.pptx
 
Use of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxUse of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptx
 
Cyanide resistant respiration pathway.pptx
Cyanide resistant respiration pathway.pptxCyanide resistant respiration pathway.pptx
Cyanide resistant respiration pathway.pptx
 
GBSN - Microbiology (Unit 5) Concept of isolation
GBSN - Microbiology (Unit 5) Concept of isolationGBSN - Microbiology (Unit 5) Concept of isolation
GBSN - Microbiology (Unit 5) Concept of isolation
 
Human genetics..........................pptx
Human genetics..........................pptxHuman genetics..........................pptx
Human genetics..........................pptx
 
PODOCARPUS...........................pptx
PODOCARPUS...........................pptxPODOCARPUS...........................pptx
PODOCARPUS...........................pptx
 
Energy is the beat of life irrespective of the domains. ATP- the energy curre...
Energy is the beat of life irrespective of the domains. ATP- the energy curre...Energy is the beat of life irrespective of the domains. ATP- the energy curre...
Energy is the beat of life irrespective of the domains. ATP- the energy curre...
 
CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptx
 
GBSN - Biochemistry (Unit 3) Metabolism
GBSN - Biochemistry (Unit 3) MetabolismGBSN - Biochemistry (Unit 3) Metabolism
GBSN - Biochemistry (Unit 3) Metabolism
 
ONLINE VOTING SYSTEM SE Project for vote
ONLINE VOTING SYSTEM SE Project for voteONLINE VOTING SYSTEM SE Project for vote
ONLINE VOTING SYSTEM SE Project for vote
 
COMPOSTING : types of compost, merits and demerits
COMPOSTING : types of compost, merits and demeritsCOMPOSTING : types of compost, merits and demerits
COMPOSTING : types of compost, merits and demerits
 
Daily Lesson Log in Science 9 Fourth Quarter Physics
Daily Lesson Log in Science 9 Fourth Quarter PhysicsDaily Lesson Log in Science 9 Fourth Quarter Physics
Daily Lesson Log in Science 9 Fourth Quarter Physics
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
 
FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.
 
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
 

Introduction to GluonCV

  • 1. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Introduction to GluonCV
  • 2. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Why GluonCV? • What is the biggest challenge you have ever encountered with deep learning?
  • 3. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Why GluonCV? • What is the biggest challenge you have ever encountered with deep learning? • “reproducing the best claimed results from latest papers” SOTA state-of-the-art
  • 4. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Real-world Stories #1 • Back to a period in 2016, the same ImageNet models trained by MXNet achieved on average 1% worse accuracy compared to Torch. • Tried almost everything to debug, even developed a plugin to run Torch code inside MXNet to make it easier to compare results. => Transcoding training images using 95 JPEG quality rather than 85 solved the problem.
  • 5. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Real-world Stories #2 • Using another open source DL framework: trained model accuracies cannot match previous internal version. • Spent months to figure out why, with no clue. => The order of data augmentation is different from previous version.
  • 6. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark • I will write clean and reusable code when I’m prototyping this time. • Variant: • - I will write clean and reusable code next time. Common myth 1
  • 7. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Common myth 2 • My code will still run next year. • Sometimes, it’s not our fault.
  • 8. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Common myth3 • I will finish setting up the baseline model this afternoon. • Though it may not be our fault again.
  • 9. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Starting from scratch can be hard • Even the most talented researchers will get blocked by trivial things. • Experience and instincts can be your enemies in certain circumstances. • Training is time-consuming, initialization and augmentation is randomized, and many implementation details need to be taken care of. => Debugging deep learning models is extremely difficult.
  • 10. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
  • 11. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark It’s not easy to embrace open-source implementations • Often the quality of open-source implementations vary. • Languages, code styles, project structures, DL frameworks are mixed. • Personal projects tend to focusing on a specific task with specific datasets. It requires significant engineering efforts to adapt to your use case. • Community projects can be abandoned frequently.
  • 12. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark What does GluonCV provide • Reproduction of important papers in recent years • Model zoo with 80+ pre-trained models • Training scripts (as well as tuned hyper-parameters) to reproduce the results • Full training script + Dataset download script • Logs of training run
  • 13. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark What does GluonCV provide • Considerate APIs and modules that are easy to follow and understand • Avoid re-writing the same utilities again and again • Pre-set data augmentation and transforms, visualization and training utilities • Community support, feel free to ask and discuss • User forum • Github community and open roadmap
  • 14. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
  • 15. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Image Classification • More than 50+ pre-trained ImageNet models(ResNet, MobileNet…) • We achieved the best accuracy using some of the most popular models (e.g., ResNet), compared with other frameworks • Used as backbone in many downstream tasks => better accuracy
  • 16. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Semantic Segmentation • FCN • PSPNet • Mask-RCNN • DeepLab
  • 17. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Object Detection • SSD and YOLOv3: fastest solution • Faster-RCNN, RFCN and FPN: slower but more accurate, especially for tiny objects
  • 18. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
  • 19. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Instance Segmentation • Mask R-CNN
  • 20. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Key Point Estimation • SimplePose
  • 21. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Style Transfer MSGNet GANs CycleGAN SRGAN WGAN Re-identification Market1501
  • 22. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Coming Soon: Depth Estimation
  • 23. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Like GluonCV? Go build! https://gluon-cv.mxnet.io https://github.com/dmlc/gluon-cv

Editor's Notes

  1. First call deck for a high level introduction to Apache MXNet.