Jump to content

Nvidia Jetson for shooting club

Fristad

Hello

 

I'm currently in the process of building a coaxial camera system for my pistol shooting club. The purpose of this system is to show our members where on their targets they've hit without changing shooting positions and walking 25 metres up to the target to check.

 

Everything is sorted regarding what cameras, cable, converters and monitors we're gonna buy, but i wonder if in the future we could feed all cameras through an AI-board such as a Nvidia Jetson that will mark each hit with a red ring around it so that older people or those who have a hard time focusing on electronic monitors have an easier time spotting their hits. I've seen demonstrations we're they've been used for counting people on CCTV by the silhouette of people's bodies, so I can't imagine this can be too hard to implement?

 

And if someone knows of people who've done this sort of thing before feel free to share, I don't doubt someone already has programs for this sort of thing up on Github or similar repositories, I just haven't been able to find any projects. 

Link to comment
Share on other sites

Link to post
Share on other sites

35 minutes ago, Fristad said:

I've seen demonstrations we're they've been used for counting people on CCTV by the silhouette of people's bodies, so I can't imagine this can be too hard to implement?

I don't doubt the board is powerful enough to run a neural network that has been trained to do such a thing. But unless you know what type of hardware was used to train the AI and for how long, and what type of information was needed, you can't really say how difficult it was.

 

This might be a starting point:

https://www.reddit.com/r/computervision/comments/cyarfn/bullet_hole_detection/

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, Eigenvektor said:

I don't doubt the board is powerful enough to run a neural network that has been trained to do such a thing. But unless you know what type of hardware was used to train the AI and for how long, and what type of information was needed, you can't really say how difficult it was.

You don't even need a neural network for that, plain OpenCV should do, and even a raspberry would be enough for it.

 

3 hours ago, Fristad said:

I've seen demonstrations we're they've been used for counting people on CCTV by the silhouette of people's bodies, so I can't imagine this can be too hard to implement?

Not that hard if you already have some python knowledge, googling for stuff like bounding boxes and image subtraction with opencv.

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, igormp said:

You don't even need a neural network for that, plain OpenCV should do, and even a raspberry would be enough for it.

Yeah, I was mostly trying to point out that using AI may not be as easy as it sounds, even though NNs have been used for more complex stuff. Running a NN is not the problem, creating one is.

 

The link I posted above goes in the same direction you do. If you know what the target looked like before you shot at it and compare that to it's current state you have a pretty good idea where the holes are.

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×