openCV super-resolution
Post
원문 보기 →openCV super-resolution
OpenCV super-resolution Super Resolution in OpenCV (learnopencv.com) EDSR Super-resolution benchmarking ---------------------------------------------------------------------------------------------------------------------import cv2import matplotlib.pyplot as plt img1 = img.imread( ''C:/Users/Inho Lee/testAI/data/denoising2/2021.08.09/line/Line 50x_001.tif'')# img1=img1[0:target_height,0:tar
Related Posts
3 posts파이썬 3.11.0
파이썬 3.11.0 파이썬 3.11.0 버전 공개...속도 및 편의성 향상 (naver.com)Python Release Python 3.11.0 | Python.orgPython 3.11 Performance Benchmarks Show Huge Improvement - Phoronix 보다 쉬운 오류찾기조금 더 빨라진 파이썬 파이썬 언어는, 누가 평가하더라도, 최고 인기 컴퓨터 언어가 되었다.인공지능의 인기 때문에 사실상 강제로 최고 인기 프로그램으로 등극했다. 우리는 이 컴퓨터 언어의 특징을 잘 이해해야한다. 실제로 사용해보면 쉽게 들어가서 쉽게 사용할 수 있는 언어이다. 하지만, 계속해서 연습을 해야만하는 언어이다. 기본에서 변형된 형식들이 다수 존재한다. 전문가들의 서비스 정신을 제대로 잘
가장 쉬운 autoencoder(자동암호기)를 이용한 차원 축소
가장 쉬운 autoencoder(자동암호기)를 이용한 차원 축소https://en.wikipedia.org/wiki/Autoencoder 자동암호기 (autoencoder, AE)의 용도:data denoisingdimensionality reductionimage recognition anomaly detection semantic segmentationrecommendation engines If linear activations are used, or only a single sigmoid hidden layer, then the optimal solution to an autoencoder is strongly related to principal component analysis (PCA).
U-net
U-netImage segmentation with a U-Net-like architecture (keras.io)U-Net - Wikipedia U-net은 수축경로와 확장경로를 가지고 있다. U-net은 contracting pathway와 expansive pathway로 나누어진다. autoencoder구성과 유사한 점이 있다. 하지만, 서로 다른 것이다. Imagination is more important than knowledge (지식보다 상상) : 가장 쉬운 VAE (variational autoencoder) 예제 (egloos.com)Imagination is more important than knowledge (지식보다 상상) : 가장 쉬운 AE (autoencoder) 예제


