LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Machine Learning with LabView

Hello,

 

We have a project about object detection. First, we get a live video with camera on our drone and then we want to get object detection with LabView. But we want to make machine learning with LabView too. My question is how can ı get machine learning with LabView? and how can ı get object detection with LabView?

 

Thank you for all answers

0 Kudos
Message 1 of 8
(6,019 Views)

Have you looked at any of the example code that ships with LabVIEW?

 

It really depends on what you are trying to do, How fast you need it to be, what the parts look like etc...

 

You really need to give a lot more detail if you are going to get help.

Tim
GHSP
0 Kudos
Message 2 of 8
(5,985 Views)

Firstly, thank you for your answer.

 

I looked some examples but it wasn't enough for me. That's why I write in here.

 

Actually, I want to take a video on my camera in my drone. Then, I want to use this video with LabView for founding,detecting and tracking object(like other drones etc.) in the drone(I mean in the sky).That's why I want to learn how can I get machine learning with LabView. At the same time, I want to see this video in my computer. So, It will be fast as possible. 

 

I really want to get help for this topic because I couldn't found any information about this topic. 

 

Thank you again.

0 Kudos
Message 3 of 8
(5,977 Views)

Machine vision learning is a VERY HARD thing to do. Trying to develop software that can identify everything it sees will be a monumental undertaking. There are not going to be examples on how to do that in LabVIEW. They will show examples of how to find a specific target (which is hard all on its own).

 

For camera speed that is also another issue. Trying to get frame rates where you need them to be is also going to be tough. You will have some video lag not matter what you use to do your video.

 

If you are asking if LabVIEW has a built in program that can recognize anything it sees, the answer is no. I know of a few team that are using neural nets and deep learning to get there system to recognize a few things like cats and dogs.

 

Good luck,

Tim
GHSP
0 Kudos
Message 4 of 8
(5,671 Views)

@aeastet wrote:

If you are asking if LabVIEW has a built in program that can recognize anything it sees, the answer is no. 


It's quite easy to make a program that 'recognize' anything it sees, but it will classify everything as 'anything' 😊.

0 Kudos
Message 5 of 8
(5,659 Views)

Hello,

I really want to learn difference between machine learning and deep learning. Because, after some days, I'm gonna start a new project to recognize an object in LabView. When I search some examples about machine learning in Labview, I couldn't find anything for machine learning. Still, I do not know what should I use for object recognize. Machine learning or deep learning?

 

Thank you for all answers.

0 Kudos
Message 6 of 8
(5,658 Views)

@ismailkiraz5916 wrote:

I really want to learn difference between machine learning and deep learning.


Deep learning is (a form of) machine learning.

 

Neural networks are a technique to implement machine learning. Deep Learning is a specific way to arrange a Neural network.

 

The problem with machine learning is that picking the right technique can only be done with expertise. So you'll need to get that expertise, one way or the other...

Message 8 of 8
(5,516 Views)