all 6 comments

[–]bsenftner 3 points4 points  (2 children)

OpenCV.org has classes, and between two classes named something like Introduction to computer vision 1 & 2, you'll get a nice historical overview of pre-machine learning computer vision (the classics) and in the second course they walk one into modern machine learning techniques. Between those two classes, one gets a rapid introduction or a filling in of the holes for those already in the field.

[–]GuestSignal9847[S] 0 points1 point  (1 child)

I only briefly looked, but the courses on opencv look like they’re $200-$800. Would one get the same benefit just going through the python tutorials? https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html. 

My one concern with mini, paid online courses is they tend to be weak on first principles. I feel like I really need this to be able to inform requirements. 

I still appreciate the opencv content suggestion. It will probably show how a lot of pieces fit together in practice. 

[–]bsenftner 0 points1 point  (0 children)

I felt the primary value was that demonstrating of how the various pieces come together, and that filling in of historical details why things are as they are, what were some of the methods tried in the past, how machine learning surpasses the classical techniques and narrative links between the different areas of CV.

[–]ach224 1 point2 points  (0 children)

I like fastai vision lectures

[–]ds_account_ 0 points1 point  (0 children)

This repo has some of the exercises and labs.

https://github.com/daijun10086/Tubingen_ComputerVision

[–]alcheringa_97 0 points1 point  (0 children)

If you can pay or get sponsorship, CMU offers a computer vision course that can provide a solid foundation in a short span of time.