forked from Vincentqyw/cv-arxiv-daily
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
34 lines (28 loc) · 951 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# TODO: add papers by configuration file
base_url: "https://arxiv.paperswithcode.com/api/v0/papers/"
user_name: "bainisuoci"
repo_name: "cv-arxiv-daily"
show_authors: True
show_links: True
show_badge: True
max_results: 100
publish_readme: True
publish_gitpage: True
publish_wechat: False
# file paths
json_readme_path: './docs/cv-arxiv-daily.json'
json_gitpage_path: './docs/cv-arxiv-daily-web.json'
json_wechat_path: './docs/cv-arxiv-daily-wechat.json'
md_readme_path: 'README.md'
md_gitpage_path: './docs/index.md'
md_wechat_path: './docs/wechat.md'
# keywords to search
keywords:
"小目标":
filters: ["small object detect", "sod", "tiny object detect", "tod"]
"object detection":
filters: ["object detect", "object detection"]
"Remote Sensing Image":
filters: ["object detect", "object detection","Remote Sensing Image Target Detection"]
"Ship detection":
filters: ["Ship detection"]