You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+17-33Lines changed: 17 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -21,38 +21,15 @@
21
21
# Build settings
22
22
remote_theme: mmistakes/minimal-mistakes
23
23
minimal_mistakes_skin: default
24
-
plugins:
25
-
# - jekyll-remote-theme
26
-
- jekyll-sitemap
27
-
- jekyll-seo-tag
28
-
- jekyll-paginate
29
-
- jekyll-gist
30
-
- jekyll-feed
31
-
- jemoji
32
-
- jekyll-include-cache
33
-
34
-
# sass:
35
-
# sass_dir: assets/css
36
-
# style: compact
37
24
38
-
# ==================================================== INFORMATION ====================================================
39
-
name: Dominik Muhle
40
-
email: dominik.muhle@tum.de
41
-
description: >- # this means to ignore newlines until "baseurl:"
42
-
I am a PhD student at the Computer Vision Group at TU Munich under the guidance of Prof. Cremers. This is an overview over projects I was personally involved in. Check out more awesome work from our group at https://cvg.cit.tum.de/publications
43
-
baseurl: ""# the subpath of your site, e.g. /blog
44
-
url: ""# the base hostname & protocol for your site, e.g. http://example.com
45
-
twitter_username: dominikmuhle
46
-
github_username: dominikmuhle
47
25
26
+
include:
27
+
- _pages
28
+
- _publications
29
+
48
30
# Exclude from processing.
49
-
# The following items will not be processed, by default.
50
-
# Any item listed under the `exclude:` key here will be automatically added to
51
-
# the internal "default list".
52
-
53
-
# Excluded items can be processed by explicitly listing the directories or
54
-
# their entries' file path in the `include:` list.
55
-
31
+
# The following items will not be processed, by default. Create a custom list
description: 'Happy to announce that my students paper "Boosting Self-Supervision for Single View Scene Completion via Knowledge Distillation" was accepted to CVPR 2024'
2
+
description: 'Happy to announce that my [students](https://keonhee-han.github.io) paper [Boosting Self-Supervision for Single View Scene Completion via Knowledge Distillation](https://keonhee-han.github.io/publications/kdbts/) was accepted to **CVPR 2024**'
3
3
- date: November 2023
4
-
description: 'Our Paper "S4C: Self-Supervised Semantic Scene Completion with Neural Fields" has been accepted as one of the spotlight papers at 3DV 2024'
4
+
description: 'Our paper [S4C: Self-Supervised Semantic Scene Completion with Neural Fields](https://ahayler.github.io/publications/s4c/) has been accepted as one of the *spotlight* papers at **3DV 2024**'
5
5
- date: April 2023
6
-
description: 'Happy to announce that our paper "Learning Correspondence Uncertainty via Differentiable Nonlinear Least Squares" was accepted to CVPR 2023'
6
+
description: 'Happy to announce that our paper [Learning Correspondence Uncertainty via Differentiable Nonlinear Least Squares](publications/dnls_covs/) was accepted to **CVPR 2023**'
7
7
- date: April 2022
8
-
description: 'The Probabilistic Normal Epipolar Constraint for Frame-To-Frame Rotation Optimization under Uncertain Feature Positionsto CVPR 2022'
8
+
description: '[The Probabilistic Normal Epipolar Constraint for Frame-To-Frame Rotation Optimization under Uncertain Feature Positions](publications/pnec/) was accepted to **CVPR 2022**'
9
9
- date: April 2022
10
-
description: 'Started my PhD at the Computer Vision Group at TUM under the guidance of Prof. Daniel Cremers'
10
+
description: 'Started my PhD at the [Computer Vision Group](https://cvg.cit.tum.de) at TUM under the guidance of Prof. Daniel Cremers'
I am a PhD student at the <ahref="https://cvg.cit.tum.de">Computer Vision Group</a> at <ahref="https://www.tum.de">Technical University of Munich</a> (TUM) under the guidance of Prof. Cremers. This website collects my <ahref="publications">research projects</a> in computer vision. Check out more awesome work from our <ahref="https://cvg.cit.tum.de/publications">group</a>.
10
10
<br>
11
11
My research interest mainly lie in visual odometry, SLAM, and 3D reconstruction. However, sometimes I also dabble in various other computer vision topics.
12
12
<br>
13
-
I have obtained my master's degree in computer science (<ahref="https://www.tum.de/en/studies/degree-programs/detail/robotics-cognition-intelligence-master-of-science-msc">Robotics, Cognition, Intelligence</a>) from the TUM. My master's thesis was on the topic of "Probabilistic Normal Epipolar Constraint for Frame-To-Frame Rotation Optimization under Uncertain Feature Positions". The thesis was supervised by <ahref="https://vision.in.tum.de/members/cremers">Prof. Cremers</a>, <ahref="https://lukaskoestler.com">Lukas Koestler</a> and <ahref="https://cvg.cit.tum.de/members/demmeln">Nikolaus Demmel</a>.
13
+
I have obtained my master's degree in computer science (<ahref="https://www.tum.de/en/studies/degree-programs/detail/robotics-cognition-intelligence-master-of-science-msc">Robotics, Cognition, Intelligence</a>) from the TUM. My master's thesis was on the topic of "Probabilistic Normal Epipolar Constraint for Frame-To-Frame Rotation Optimization under Uncertain Feature Positions". The thesis was supervised by <ahref="https://lukaskoestler.com">Lukas Koestler</a>, <ahref="https://cvg.cit.tum.de/members/demmeln">Nikolaus Demmel</a>, <ahref="https://vision.in.tum.de/members/cremers">Prof. Cremers</a>.
14
14
<br>
15
15
I have obtained my bachelor's degree in electrical engineering from the <ahref="https://www.kit.edu">Karlsruhe Institute of Technology</a> (KIT).
0 commit comments