SlideShare a Scribd company logo
1 of 24
Download to read offline
Deep$Learning$
on
3D$Point$Clouds
SK#Reddy#
Chief#Product#Officer#AI
skreddy99
skreddy99
Confidential2 https://arxiv.org/pdf/1808.01462.pdf
Confidential3 https://arxiv.org/pdf/1808.01462.pdf
Confidential4
O"CNN%&2017
https://arxiv.org/pdf/1712.01537.pdf
Left:=the=original=3D=shape.=Middle:=the=voxelized 3D=
shape.=Right:=the=octree=representation=with=normals
sampled=at=the=finest=leaf=octants
2D=quadtree=illustration=of=octree=structure
Confidential5
OctNet&'2017
https://arxiv.org/pdf/1611.05009.pdf
Network=Architecture=Semantic=3D=Point=Cloud=
Labeling
Hybrid=GridKOctree=Data=Structure.=This=example=illustrates=a=
hybrid=gridKoctree=consisting=of=8=shallow=octrees=indicated=by=
different=colors.=Using=2=shallow=octrees=in=each=dimension=
with=a=maximum=depth=of=3=leads=to=a=total=resolution=of========
voxels
Bit=Representation.=Shallow=octrees=can=be=efficiently=encoded=
using=bitKstrings.=Here,=the=bitKstring=1=01010000=00000000=
01010000=00000000=01010000=0...=defines=the=octree=in=(a).=The=
corresponding=tree=is=shown=in=(b).=The=color=of=the=voxels=
corresponds=to=the=split=level
Confidential6
PointNet()2017
https://arxiv.org/pdf/1612.00593.pdf
Confidential7
Deep$Kd'Network.$2017
https://arxiv.org/pdf/1704.01222.pdf
A;kd=tree;built;on;the;point;cloud;of;eight;points;(left),;
and;the;associated;Kd=network;built;for;classification;
(right)
The;architecture;for;parts;segmentation;(individual;point;classification);
for;the;point;cloud
Confidential8
PointNet++)*2017
https://arxiv.org/pdf/1706.02413.pdf
(a) MultiAscaleCgroupingC(MSG)FC
(b) MultiresolutionCgroupingC(MRG)
MNISTCdigitCclassification
Confidential9
SPLATNet)*2018*
https://arxiv.org/pdf/1802.08275.pdf
Bilateral*Convolution*Layer Left:=splatting=the=input=points=(orange)=onto=
the=lattice=corners=(black)D=Middle:=The=extent=of=a=filter=on=the=lattice=with=a=s===2=
neighborhood=(white=circles),=for=reference=we=show=a=Gaussian=filter,=with=its=
values=color=coded.=The=general=case=has=a=free=scalar/vector=parameter=per=
circle.=Right:=The=result=of=the=convolution=at=the=lattice=corners=(black)=is=projected=
back=to=the=output=points=(blue).=
Confidential10
MRTNet'(2018
https://arxiv.org/pdf/1807.03520.pdf
Confidential11
SqueezeSeg:-CNNs-with-Recurrent-CRF-for-Real7Time-Road7
Object-Segmentation-from-3D-LiDAR-Point-CloudD-2017
https://arxiv.org/pdf/1710.07368.pdf
Conditional-Random-Field-(CRF)-as-an-RNN-layer
Confidential12
PointSeg-.Sep.2018
https://arxiv.org/pdf/1807.06288.pdf
The.pipeline.of.PointSeg..Raw.LiDAR.point.cloud.is.projected.to.a.multichannel.range.
image..After.the.network.processing,.the.predicted.pointKwise.label.will.be.projected.back.
to.the.original.space.
Source.code:.https://github.com/ywangeq/PointSeg
Confidential13
LMNet:.Real0time.Multiclass.Object.Detection.on.CPU.using.3D.LiDAR?.2018
https://arxiv.org/pdf/1805.04902.pdf
IMPLEMENTED.DILATED.LAYERS
Confidential14
DeLS%3D:.Deep.Localization.and.
Segmentation.with.a.3D.Semantic.Map;.2018
https://arxiv.org/pdf/1805.04949.pdf
Confidential15
Spherical CNN for/3D/Point/Clouds5/2018
https://arxiv.org/pdf/1805.07872.pdf
Classification/performance/on/ModelNetszz
Confidential16
https://arxiv.org/pdf/1808.06840.pdf
Example(result(of(our(FCPN(on(semantic(voxel(labeling(and(captioning(on(an(Tango(3D(
reconstruction(/(point(cloud:((a)(3D(reconstruction((not(used),((b)(Input(point(cloud((c)(Output(
semantic(voxel(prediction.(
Visualization(of(the(semantic(segmentation(on((a)(a(depth(image,((b)(a(2.4m×2.4m×2.4m(partial(
reconstruction((c)(an(entire(reconstruction(of(a(hotel(suite.(Please(note(that(each(of(these(outputs(
are(predicted(in(a(single(shot(from(the(same(network(trained(with(2.4m(× 2.4m(× 2.4m(volumes(
Fully%Convolutional-Point-Network-Architecture Aug<2018<
(Source<code:<Not<yetC<https://github.com/drethage/fullyFconvolutionalFpointFnetwork)
Confidential17
Data$sets
• ScanNet:2Indoor2Scenes
• ShapeNet:23D2shapes
• Princeton2ModelNet
• KITTI2(Code2available2for2some)
• Pascal3D+2(….in2the2wild)
• Pascal2VOC
• SUNCG2(room2models)
• SceneNet (RGBMD2room2models)
• CV2Lab2datasets2with2Code2
(http://cvgl.stanford.edu/resources.html)
• Collective2Activity2Dataset2(old)
• Monocular2Multiview2Object2Tracking2with2
3D2Aspect2Parts2(???)
• Stanford22DM3DMSemantics2Dataset2(2DM
3DMS)2(**)
• Stanford2Drone2Dataset
• ObjectNet3D
List$of$datasets:
1.2http://clickdamage.com/sourcecode/cv_datasets.php
Other$Data$sets
• TOSCA2(nonMrigid2dataset)
• FAUST2(highMres2human2scans)
• SUN3D
• NYC3DCars
• LabelMe3D2(old2dataset)
• CVLab (MultiMview2car2dataset)
• MIT2Street2Scenes
• Daimler2Pedestrian2Datasets
• Caltech2Pedestrian2Detection2Benchmark
• Robust2MultiMPerson2Tracking2from2Mobile2Platforms
• FlyingThings3D2(Synthetic)
• BU4DFE23D2
Confidential18
PVNet:"A"Joint"Network"of"Point"Cloud"and"Multi6View"for"
3D"Shape"Recognition"(Aug"2018)
Confidential19 https://arxiv.org/pdf/1806.01411.pdf
FlowNet3D:;Scene;Flow;in;3D;PCs(June;2018);
Confidential20
YOLO3D Aug02018
Sample0of0the0output0shown0in03D0and0projected0on0the0top0view0map0
Confidential21
PointFlowNet 3D/Scene/Flow/Estimation/from/PCs/(Sep/2018)
https://arxiv.org/pdf/1806.02170.pdf
Confidential22
Point&Cloud&Library Modules
Confidential23
https://github.com/kzampog/cilantro;
Cilantro
library;for;point;cloud;data;processing;
Bundled;with:;
• nanoflann (for;fast;kdAtree;queries);
• Spectra;(ARPACKAinspired;library;for;large;
scale;eigen;decompositions;
• Qhull (for;convex;hull;and;halfA space;
intersection;computations);
• tinyply (for;PLY;format;geometry;I/O);
• External;dependencies:;
• Eigen;(linear;algebra;library);
• Pangolin;(lightweight;OpenGL;viewport;
manager;and;video;I/O;abstraction;library)
Confidential24
Thank&you
SK&Reddy
Chief&Product&Officer&AI
skreddy99
skreddy99

More Related Content

What's hot

Deep convolutional neural fields for depth estimation from a single image
Deep convolutional neural fields for depth estimation from a single imageDeep convolutional neural fields for depth estimation from a single image
Deep convolutional neural fields for depth estimation from a single image
Wei Yang
 

What's hot (20)

Introduction to Graph neural networks @ Vienna Deep Learning meetup
Introduction to Graph neural networks @  Vienna Deep Learning meetupIntroduction to Graph neural networks @  Vienna Deep Learning meetup
Introduction to Graph neural networks @ Vienna Deep Learning meetup
 
Depth estimation using deep learning
Depth estimation using deep learningDepth estimation using deep learning
Depth estimation using deep learning
 
Learning Sparse Representation
Learning Sparse RepresentationLearning Sparse Representation
Learning Sparse Representation
 
Video Transformers.pptx
Video Transformers.pptxVideo Transformers.pptx
Video Transformers.pptx
 
Feature Matching using SIFT algorithm
Feature Matching using SIFT algorithmFeature Matching using SIFT algorithm
Feature Matching using SIFT algorithm
 
Dip review
Dip reviewDip review
Dip review
 
Lidar for Autonomous Driving II (via Deep Learning)
Lidar for Autonomous Driving II (via Deep Learning)Lidar for Autonomous Driving II (via Deep Learning)
Lidar for Autonomous Driving II (via Deep Learning)
 
LiDAR-based Autonomous Driving III (by Deep Learning)
LiDAR-based Autonomous Driving III (by Deep Learning)LiDAR-based Autonomous Driving III (by Deep Learning)
LiDAR-based Autonomous Driving III (by Deep Learning)
 
Semantic Segmentation on Satellite Imagery
Semantic Segmentation on Satellite ImagerySemantic Segmentation on Satellite Imagery
Semantic Segmentation on Satellite Imagery
 
머피's 머신러닝, Mixture model and EM algorithm
머피's 머신러닝, Mixture model and EM algorithm머피's 머신러닝, Mixture model and EM algorithm
머피's 머신러닝, Mixture model and EM algorithm
 
Deep convolutional neural fields for depth estimation from a single image
Deep convolutional neural fields for depth estimation from a single imageDeep convolutional neural fields for depth estimation from a single image
Deep convolutional neural fields for depth estimation from a single image
 
Edge detection
Edge detectionEdge detection
Edge detection
 
face recognition based on PCA
face recognition based on PCAface recognition based on PCA
face recognition based on PCA
 
A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...
 
Final thesis presentation
Final thesis presentationFinal thesis presentation
Final thesis presentation
 
Point cloud library
Point cloud libraryPoint cloud library
Point cloud library
 
Object detection
Object detectionObject detection
Object detection
 
NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
 
Paper Summary of Disentangling by Factorising (Factor-VAE)
Paper Summary of Disentangling by Factorising (Factor-VAE)Paper Summary of Disentangling by Factorising (Factor-VAE)
Paper Summary of Disentangling by Factorising (Factor-VAE)
 
Paper Summary of Beta-VAE: Learning Basic Visual Concepts with a Constrained ...
Paper Summary of Beta-VAE: Learning Basic Visual Concepts with a Constrained ...Paper Summary of Beta-VAE: Learning Basic Visual Concepts with a Constrained ...
Paper Summary of Beta-VAE: Learning Basic Visual Concepts with a Constrained ...
 

Similar to 3D Point Cloud analysis using Deep Learning

Data Mining Open Ap Is
Data Mining Open Ap IsData Mining Open Ap Is
Data Mining Open Ap Is
oscon2007
 

Similar to 3D Point Cloud analysis using Deep Learning (15)

Making sense from point clouds turino oct 2018 "SK Reddy Chief Product Office...
Making sense from point clouds turino oct 2018 "SK Reddy Chief Product Office...Making sense from point clouds turino oct 2018 "SK Reddy Chief Product Office...
Making sense from point clouds turino oct 2018 "SK Reddy Chief Product Office...
 
Making sense from 3D Point Clouds
Making sense from 3D Point Clouds Making sense from 3D Point Clouds
Making sense from 3D Point Clouds
 
PGQL: A Language for Graphs
PGQL: A Language for GraphsPGQL: A Language for Graphs
PGQL: A Language for Graphs
 
SIGDOC 2011 - Necessary and Neglected? An Empirical Study of Internal Documen...
SIGDOC 2011 - Necessary and Neglected? An Empirical Study of Internal Documen...SIGDOC 2011 - Necessary and Neglected? An Empirical Study of Internal Documen...
SIGDOC 2011 - Necessary and Neglected? An Empirical Study of Internal Documen...
 
Knitted Disruption - Build Stuff Ukraine 2019
Knitted Disruption - Build Stuff Ukraine 2019Knitted Disruption - Build Stuff Ukraine 2019
Knitted Disruption - Build Stuff Ukraine 2019
 
Knitted Disruption - Build Stuff LIthuania 2019
Knitted Disruption - Build Stuff LIthuania 2019Knitted Disruption - Build Stuff LIthuania 2019
Knitted Disruption - Build Stuff LIthuania 2019
 
ONLINE KANNADA HANDWRITTEN WORDS RECOGNITION USING DEEP LEARNING
ONLINE KANNADA HANDWRITTEN WORDS RECOGNITION USING DEEP LEARNINGONLINE KANNADA HANDWRITTEN WORDS RECOGNITION USING DEEP LEARNING
ONLINE KANNADA HANDWRITTEN WORDS RECOGNITION USING DEEP LEARNING
 
SCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASES
SCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASESSCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASES
SCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASES
 
SCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASES
SCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASESSCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASES
SCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASES
 
SCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASES
SCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASESSCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASES
SCHEMA BASED STORAGE OF XML DOCUMENTS IN RELATIONAL DATABASES
 
D3: Easy and flexible data visualisation using web standards
D3: Easy and flexible data visualisation using web standardsD3: Easy and flexible data visualisation using web standards
D3: Easy and flexible data visualisation using web standards
 
Cassandra & puppet, scaling data at $15 per month
Cassandra & puppet, scaling data at $15 per monthCassandra & puppet, scaling data at $15 per month
Cassandra & puppet, scaling data at $15 per month
 
DataStax: Enabling Search in your Cassandra Application with DataStax Enterprise
DataStax: Enabling Search in your Cassandra Application with DataStax EnterpriseDataStax: Enabling Search in your Cassandra Application with DataStax Enterprise
DataStax: Enabling Search in your Cassandra Application with DataStax Enterprise
 
Domain typing in Ruby
Domain typing in RubyDomain typing in Ruby
Domain typing in Ruby
 
Data Mining Open Ap Is
Data Mining Open Ap IsData Mining Open Ap Is
Data Mining Open Ap Is
 

More from Data Science Milan

MLOps with a Feature Store: Filling the Gap in ML Infrastructure
MLOps with a Feature Store: Filling the Gap in ML InfrastructureMLOps with a Feature Store: Filling the Gap in ML Infrastructure
MLOps with a Feature Store: Filling the Gap in ML Infrastructure
Data Science Milan
 
Time Series Classification with Deep Learning | Marco Del Pra
Time Series Classification with Deep Learning | Marco Del PraTime Series Classification with Deep Learning | Marco Del Pra
Time Series Classification with Deep Learning | Marco Del Pra
Data Science Milan
 
Audience projection of target consumers over multiple domains a ner and baye...
Audience projection of target consumers over multiple domains  a ner and baye...Audience projection of target consumers over multiple domains  a ner and baye...
Audience projection of target consumers over multiple domains a ner and baye...
Data Science Milan
 
Continual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
Continual/Lifelong Learning with Deep Architectures, Vincenzo LomonacoContinual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
Continual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
Data Science Milan
 
Deep time-to-failure: predicting failures, churns and customer lifetime with ...
Deep time-to-failure: predicting failures, churns and customer lifetime with ...Deep time-to-failure: predicting failures, churns and customer lifetime with ...
Deep time-to-failure: predicting failures, churns and customer lifetime with ...
Data Science Milan
 
Pricing Optimization: Close-out, Online and Renewal strategies, Data Reply
Pricing Optimization: Close-out, Online and Renewal strategies, Data ReplyPricing Optimization: Close-out, Online and Renewal strategies, Data Reply
Pricing Optimization: Close-out, Online and Renewal strategies, Data Reply
Data Science Milan
 
"How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig...
"How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig..."How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig...
"How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig...
Data Science Milan
 

More from Data Science Milan (20)

ML & Graph algorithms to prevent financial crime in digital payments
ML & Graph  algorithms to prevent  financial crime in  digital paymentsML & Graph  algorithms to prevent  financial crime in  digital payments
ML & Graph algorithms to prevent financial crime in digital payments
 
How to use the Economic Complexity Index to guide innovation plans
How to use the Economic Complexity Index to guide innovation plansHow to use the Economic Complexity Index to guide innovation plans
How to use the Economic Complexity Index to guide innovation plans
 
Robustness Metrics for ML Models based on Deep Learning Methods
Robustness Metrics for ML Models based on Deep Learning MethodsRobustness Metrics for ML Models based on Deep Learning Methods
Robustness Metrics for ML Models based on Deep Learning Methods
 
"You don't need a bigger boat": serverless MLOps for reasonable companies
"You don't need a bigger boat": serverless MLOps for reasonable companies"You don't need a bigger boat": serverless MLOps for reasonable companies
"You don't need a bigger boat": serverless MLOps for reasonable companies
 
Question generation using Natural Language Processing by QuestGen.AI
Question generation using Natural Language Processing by QuestGen.AIQuestion generation using Natural Language Processing by QuestGen.AI
Question generation using Natural Language Processing by QuestGen.AI
 
Speed up data preparation for ML pipelines on AWS
Speed up data preparation for ML pipelines on AWSSpeed up data preparation for ML pipelines on AWS
Speed up data preparation for ML pipelines on AWS
 
Serverless machine learning architectures at Helixa
Serverless machine learning architectures at HelixaServerless machine learning architectures at Helixa
Serverless machine learning architectures at Helixa
 
MLOps with a Feature Store: Filling the Gap in ML Infrastructure
MLOps with a Feature Store: Filling the Gap in ML InfrastructureMLOps with a Feature Store: Filling the Gap in ML Infrastructure
MLOps with a Feature Store: Filling the Gap in ML Infrastructure
 
Reinforcement Learning Overview | Marco Del Pra
Reinforcement Learning Overview | Marco Del PraReinforcement Learning Overview | Marco Del Pra
Reinforcement Learning Overview | Marco Del Pra
 
Time Series Classification with Deep Learning | Marco Del Pra
Time Series Classification with Deep Learning | Marco Del PraTime Series Classification with Deep Learning | Marco Del Pra
Time Series Classification with Deep Learning | Marco Del Pra
 
Ludwig: A code-free deep learning toolbox | Piero Molino, Uber AI
Ludwig: A code-free deep learning toolbox | Piero Molino, Uber AILudwig: A code-free deep learning toolbox | Piero Molino, Uber AI
Ludwig: A code-free deep learning toolbox | Piero Molino, Uber AI
 
Audience projection of target consumers over multiple domains a ner and baye...
Audience projection of target consumers over multiple domains  a ner and baye...Audience projection of target consumers over multiple domains  a ner and baye...
Audience projection of target consumers over multiple domains a ner and baye...
 
Weak supervised learning - Kristina Khvatova
Weak supervised learning - Kristina KhvatovaWeak supervised learning - Kristina Khvatova
Weak supervised learning - Kristina Khvatova
 
GANs beyond nice pictures: real value of data generation, Alex Honchar
GANs beyond nice pictures: real value of data generation, Alex HoncharGANs beyond nice pictures: real value of data generation, Alex Honchar
GANs beyond nice pictures: real value of data generation, Alex Honchar
 
Continual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
Continual/Lifelong Learning with Deep Architectures, Vincenzo LomonacoContinual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
Continual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
 
Deep time-to-failure: predicting failures, churns and customer lifetime with ...
Deep time-to-failure: predicting failures, churns and customer lifetime with ...Deep time-to-failure: predicting failures, churns and customer lifetime with ...
Deep time-to-failure: predicting failures, churns and customer lifetime with ...
 
50 Shades of Text - Leveraging Natural Language Processing (NLP), Alessandro ...
50 Shades of Text - Leveraging Natural Language Processing (NLP), Alessandro ...50 Shades of Text - Leveraging Natural Language Processing (NLP), Alessandro ...
50 Shades of Text - Leveraging Natural Language Processing (NLP), Alessandro ...
 
Pricing Optimization: Close-out, Online and Renewal strategies, Data Reply
Pricing Optimization: Close-out, Online and Renewal strategies, Data ReplyPricing Optimization: Close-out, Online and Renewal strategies, Data Reply
Pricing Optimization: Close-out, Online and Renewal strategies, Data Reply
 
"How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig...
"How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig..."How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig...
"How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig...
 
A view of graph data usage by Cerved
A view of graph data usage by CervedA view of graph data usage by Cerved
A view of graph data usage by Cerved
 

Recently uploaded

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 

3D Point Cloud analysis using Deep Learning