Skip to content

YUTING0907/SubscribePapers

Repository files navigation

SubscribePapers

一、Arxiv论文推送bot

* 利用GitHub Action每天定时推送最新的cs.CV的论文 (也可以指定query)

* 彩云小译翻译摘要

* Server酱提供从服务器到微信端的推送

1.GitHub Actions

是一项持续集成和部署服务,可用于自动化构建、测试和部署你的代码。 配置 GitHub Actions 主要包括以下步骤: 在你的代码仓库中创建 .github/workflows 目录。 在 .github/workflows 目录中创建一个 YAML 格式的配置文件,命名为 [workflow-name].yml,其中 [workflow-name] 是你自定义的工作流名称。

编辑工作流配置文件,使用 YAML 语法描述工作流程的结构和步骤。配置文件中可以包含触发条件、环境变量、任务步骤、依赖项等。 保存配置文件后,GitHub 将自动检测并运行你的工作流程。

完成配置后,将配置文件推送到代码仓库中的 .github/workflows 目录中,GitHub 将会自动运行你的工作流程。

【Github Actions生成 secrets参考链接】: https://blog.csdn.net/weixin_45178716/article/details/106416925

2.彩云小译翻译摘要

彩云小译提供翻译api 官网链接:https://platform.caiyunapp.com/

3.Server酱服务

https://sct.ftqq.com/


推送效果图:

image image image

二、CV顶会论文列表

在workflows中同样增加了对于顶刊顶会论文的获取action-bot,action-bot会根据新建的issue触发,配置模版可参考已经closed的issue

CVPR ICLR NeurIPS ECCV ICCV AAAI
2012 2012 2012 2012 2012 2012
2013 2013 2013 2013 2013 2013
2014 2014 2014 2014 2014 2014
2015 2015 2015 2015 2015 2015
2016 2016 2016 2016 2016 2016
2017 2017 2017 2017 2017 2017
2018 2018 2018 2018 2018 2018
2019 2019 2019 2019 2019 2019
2020 2020 2020 2020 2020 2020
2021 2021 2021 2021 2021 2021
2022 2022 2022 2022 2022 2022
2023 2023 2023 2023 2023 2023

三、keywords

专业名词对应的英文

1.cv领域

计算机美学 computer aesthetics
图像美学 photo aesthetics
自动构图 image retargeting
自动美学增强 tone-mapping
图像修复 image inpainting
多重曝光 multiple exposure
图像对应 Image correspondence
图像对齐 Image Registration
特征匹配 Feature mapping
光流 optical flow
SFM Structure from Motion
全自动图像着色 Automatic Image Colorization
风格迁移 style tranfer
语义分割 semantic segmentation
目标检测 Object Detection
实例分割 Instance Segmentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages