An open API service indexing awesome lists of open source software.

https://github.com/jacktheprogrammer/opencv-course-for-cv

OpenCV course for computer vision
https://github.com/jacktheprogrammer/opencv-course-for-cv

cv cv-course dnn object-detection opencv-python upscaling

Last synced: 3 months ago
JSON representation

OpenCV course for computer vision

Awesome Lists containing this project

README

          

# References
## Video
Get started from [here](https://youtu.be/yQu_3e7MAr0?si=fw1Gk2xJ6fCR8Fj9)

## Article
[Upscaling images using EDSR and LapSRN](https://blog.gopenai.com/upscaling-images-using-edsr-and-lapsrn-aa9715599be7)

[From Blurry to Brilliant: Upscaling Satellite Images Using OpenCV DNN](https://medium.com/@animagun/from-blurry-to-brilliant-upscaling-satellite-images-using-opencv-dnn-efe5c6be6618)

# Resources
[HaarCascades](https://github.com/opencv/opencv/tree/master/data/haarcascades)

## Models
* EDSR: All EDSR [models](https://github.com/Saafke/EDSR_Tensorflow/tree/master/models)
* LAPSRN: All LAPSRN [models](https://github.com/fannymonori/TF-LapSRN/tree/master/export)
* *Note:* You can go/experiment with the other mentioned models in [this](https://blog.gopenai.com/upscaling-images-using-edsr-and-lapsrn-aa9715599be7) article