Submitted by AutoModerator t3_110j0cp in MachineLearning
Rubberdiver t1_j99txcd wrote
I noticed ChatGPT can show me some example code but it's far from working (eg. Variables not defined...).
My project: I try to track fishes in a pond filmed from above and calculate their speed to see health issues if their movementspeed changes. For training I have videos of different daytimes.
ChatGPT gave me code but never told me really how to train a model on the PC that will work good enough on a Raspberry Pi 3 or 4. Is there any "known to work" code or tutorial that I can use to start my project from? I did some stuff in Python on the Pi, but I'm far from a programmer. Help?
ParanoidTire t1_j9hatq5 wrote
Leave it be? Or put in the effort and learn programming and numeric methods in general, e.g. HMMs. "I'm far from a professional mountain biker but I want to race down this difficult trail"
Rubberdiver t1_j9hz9fz wrote
Great help 🤦♂️
Raaaaaav t1_j9j21oh wrote
You could look at a YOLO tutorial, that's how I started back whenn YOLO was still new .
Maybe this repo will help you:
https://github.com/ultralytics/yolov5
But keep in mind that you will have to learn AI techniques to really be able to control the outcome of your model and that the training process can become unnecessarily expensive if you don't know when and how to optimize it.
Viewing a single comment thread. View all comments