forked from Vincentqyw/cv-arxiv-daily
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
43 lines (39 loc) · 1.41 KB
/
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
34
35
36
37
38
39
40
41
42
43
# TODO: add papers by configuration file
base_url: "https://arxiv.paperswithcode.com/api/v0/papers/"
user_name: "dymymao"
repo_name: "cv-arxiv-daily"
show_authors: True
show_links: True
show_badge: True
max_results: 10
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:
"STISR":
filters: ["STISR","Scene Text Image", "Scene Text Image Super-resolution","Scene Text Image Super Resolution","Text Super Resolution"]
"SR":
filters: ["SR", "Super Resolution"]
"SLAM":
filters: ["SLAM", "Visual Odometry"]
"3DGS":
filters: ["3DGS","3dgs","Guassian Splatting","Guassian Splats"]
"Visual Localization":
filters: ["Visual Localization","Camera Localization",
"Camera Re-localisation","Loop Closure Detection",
"visual place recognition","image retrieval"]
"Keypoint Detection":
filters: ["Keypoint Detection", "Feature Descriptor"]
"Image Matching":
filters: ["Image Matching", "Keypoint Matching",
"Line Segment Detection", "Local Feature Matching"]
"NeRF":
filters: ["NeRF"]