forked from Vincentqyw/cv-arxiv-daily
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml.bak
47 lines (43 loc) · 1.54 KB
/
config.yaml.bak
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
44
45
46
47
# TODO: add papers by configuration file
base_url: "https://arxiv.paperswithcode.com/api/v0/papers/"
user_name: "Vincentqyw"
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:
"SLAM":
filters: ["SLAM", "Visual Odometry","Navigation","Dyanmic","long-term","life-long","mapless"]
"SFM":
filters: ["SFM", "Structure from Motion"]
"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"]
"GNN,GCN":
filters: ["GNN","GCNs","graph neural networks","graph Convolution networks"]
"Event-Camera":
filters: ["Event-Camera","event camera","event"]
"SNNs":
filters: ["spiking"]
"neuron":
filters: ["neuron model","synapse","dendrites","dendritic","Dendrodendritic"]