Qengineering / YoloV7-ncnn-Raspberry-Pi-4

YoloV7 for a bare Raspberry Pi using ncnn.
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
91 stars 19 forks source link

I need make train object #1

Open theoldman73 opened 1 year ago

theoldman73 commented 1 year ago

Can you tell how to make train with RasPI4.

Qengineering commented 1 year ago

A Raspberry Pi has not the computer power to train a neural network. You have to use a powerful PC with a (NVIDIA) GPU card. Or use the some cloud based training. In the last case, you can still use the RPi.

theoldman73 commented 1 year ago

Thank a lot.