Ask Your Question
0

Using AWS to train and develop downloadable cascade file

asked 2020-04-16 12:48:02 -0600

Is there a way to use AWS to train and develop the cascade file which I can download on my computer locally?

My goal is to be able to develop larger cascades more quickly while still being able to use my local computer to do the object detection. I am currently running opencv.traincascade.exe on my computer but it's taking days to compete because of the quantity and size of images being used. I'm looking into GPU and CODA to try and help speed up training but my head is spinning... I am self taught with minimal training in software development. I recently learnt python and how to run this so any help would be appreciated!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-04-18 09:26:16 -0600

berak gravatar image

Is there a way to use AWS to train and develop the cascade file

you'd have to build the apps and opencv libs locally first (c++ code, using cmake / gcc).

also please note, that the code to train cascades has been deprecated / removed from recent opencv

I'm looking into GPU and CUDA

that'll be of no use, the training code is not GPU optimized in any way

I recently learnt python

i guess, this is all way over the top for you now

edit flag offensive delete link more

Comments

Thank you for your help pointing me in the right direct! Yes, more learning to to do :)

mlawton231 gravatar imagemlawton231 ( 2020-04-21 08:30:13 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2020-04-16 12:48:02 -0600

Seen: 93 times

Last updated: Apr 16 '20