Skip to content

Commit

Permalink
Add reference
Browse files Browse the repository at this point in the history
  • Loading branch information
RebornForPower committed Nov 9, 2021
1 parent c22c547 commit a74fb57
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions basicsr/archs/focalir_arch.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
######
# FocalIR
# This code is referenced by Focal Transformer and SwinIR
# This model is supported by BasicSR
######
# --------------------------------------------------------
# Focal Transformer
# Copyright (c) 2021 Microsoft
# Licensed under The MIT License [see LICENSE for details]
# Written by Jianwei Yang (jianwyan@microsoft.com)
# Based on Swin Transformer written by Zhe Liu
# --------------------------------------------------------
# -----------------------------------------------------------------------------------
# SwinIR: Image Restoration Using Swin Transformer, https://arxiv.org/abs/2108.10257
# Originally Written by Ze Liu, Modified by Jingyun Liang.
# -----------------------------------------------------------------------------------


import math
import torch
Expand Down

0 comments on commit a74fb57

Please sign in to comment.