All Projects → ngchc → Camerasr

ngchc / Camerasr

Licence: mit
Camera Lens Super-Resolution in CVPR 2019

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Camerasr

BlazorApplicationInsights
Application Insights for Blazor web applications
Stars: ✭ 101 (-29.86%)
Mutual labels:  application-insights
Angulartics2
Vendor-agnostic analytics for Angular2 applications.
Stars: ✭ 963 (+568.75%)
Mutual labels:  application-insights
Serverless Url Shortener
Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
Stars: ✭ 113 (-21.53%)
Mutual labels:  application-insights
arcus.observability
Observability with Microsoft Azure in a breeze.
Stars: ✭ 24 (-83.33%)
Mutual labels:  application-insights
Applicationinsights Js
Microsoft Application Insights SDK for JavaScript
Stars: ✭ 462 (+220.83%)
Mutual labels:  application-insights
Hunt
Hunt is a virtual scavenger hunt app where players can join a game, select a team and solve hints to acquire treasure. The team with the most points wins.
Stars: ✭ 65 (-54.86%)
Mutual labels:  application-insights
spring-petclinic-microservices
Distributed version of Spring Petclinic built with Spring Cloud
Stars: ✭ 55 (-61.81%)
Mutual labels:  application-insights
Angular Application Insights
Angular & Azure Application Insights module - Find out performance and usage of your app by connecting Microsoft Azure Application insights with your Angular application by @TrilonIO
Stars: ✭ 125 (-13.19%)
Mutual labels:  application-insights
Dnn.appinsights
A module to use Visual Studio Application Insights with the DNN Platform (formerly DotNetNuke) CMS
Stars: ✭ 12 (-91.67%)
Mutual labels:  application-insights
Applicationinsights Dotnet Logging
.NET Logging adaptors
Stars: ✭ 100 (-30.56%)
Mutual labels:  application-insights
Orchard-Azure-Application-Insights
This Orchard CMS module enables easy integration of Azure Application Insights telemetry into Orchard. Useful for Azure-based cloud hsoting.
Stars: ✭ 17 (-88.19%)
Mutual labels:  application-insights
Applicationinsights Dotnet
ApplicationInsights-dotnet
Stars: ✭ 367 (+154.86%)
Mutual labels:  application-insights
Azure K8s Metrics Adapter
An implementation of the Kubernetes Custom Metrics API and External Metrics API for Azure Services
Stars: ✭ 97 (-32.64%)
Mutual labels:  application-insights
opentelemetry-application-insights
OpenTelemetry exporter for Azure Application Insights
Stars: ✭ 17 (-88.19%)
Mutual labels:  application-insights
Applicationinsights Go
Microsoft Application Insights SDK for Go
Stars: ✭ 113 (-21.53%)
Mutual labels:  application-insights
applicationinsights-module
Application Insights module for NuxtJS
Stars: ✭ 14 (-90.28%)
Mutual labels:  application-insights
Azuremonitoringhackathon
Operationalize Azure deployments with Azure platform tools​
Stars: ✭ 46 (-68.06%)
Mutual labels:  application-insights
Applicationinsights Dotnet Server
Microsoft Application Insights for .NET Web Applications
Stars: ✭ 130 (-9.72%)
Mutual labels:  application-insights
Applicationinsights Python
Application Insights SDK for Python
Stars: ✭ 114 (-20.83%)
Mutual labels:  application-insights
Applicationinsights Php
Azure Application Insights SDK for PHP
Stars: ✭ 98 (-31.94%)
Mutual labels:  application-insights

Camera Lens Super-Resolution

Chang Chen, Zhiwei Xiong, Xinmei Tian, Zheng-Jun Zha, Feng Wu. Camera Lens Super-Resolution. In CVPR 2019.

City100 Dataset

To access the DSLR version of City100

cd City100/City100_NikonD5500

To access the smartphone version of City100

cd City100/City100_iPhoneX

To access the raw files of City100 (10 GB)
Download City100_RAW.tar.gz.0~2 from
http://pan.bitahub.com/index.php?mod=shares&
sid=eTJ2bFFQR3BzTm5FTGdWN19RNGh1TTR4d0Q3Y2dKT3NwNGVvSUE

cat City100_RAW.tar.gz.* | tar -xzv

Test the pre-trained models

Usage example to VDSR model for reconstruction accuracy

cd Models/VDSR && python inference.py

Usage example to SRGAN model for perceptual quality

cd Models/SRGAN/model
cat model.data-00000-of-00001.tar.gz.* | tar -xzv
cd .. && /bin/bash inference.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].