16 Star 160 Fork 43

Xintao/BasicSR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

BasicSR docs

This folder includes:

中文文档

我们提供了更完整的 BasicSR 中文解读文档 PDF,你所需要的内容可以在相应的章节中找到。

文档的最新版可以从 BasicSR-docs/releases 下载。

欢迎大家一起来帮助查找文档中的错误,完善文档。

如何在本地自动生成 API docs

cd docs
make html

规范

rst 语法参考: https://3vshej.cn/rstSyntax/

着重几个点:

- 空行
- :file:`file`, :func:`func`, :class:`class`, :math:`\gamma`
- **粗体**,*斜体*
- ``Paper: title``
- Reference: link

Examples:

class SPyNetTOF(nn.Module):
    """SPyNet architecture for TOF.

    Note that this implementation is specifically for TOFlow. Please use :file:`spynet_arch.py` for general use.
    They differ in the following aspects:

    1. The basic modules here contain BatchNorm.
    2. Normalization and denormalization are not done here, as they are done in TOFlow.

    ``Paper: Optical Flow Estimation using a Spatial Pyramid Network``

    Reference: https://github.com/Coldog2333/pytoflow

    Args:
        load_path (str): Path for pretrained SPyNet. Default: None.
    """
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xinntao/BasicSR.git
git@gitee.com:xinntao/BasicSR.git
xinntao
BasicSR
BasicSR
master

搜索帮助