Skip to content

Commit

Permalink
update cvpr 2023 tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
hgchen committed Apr 2, 2023
1 parent 6a92797 commit 0398b0d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 23 deletions.
4 changes: 2 additions & 2 deletions _news/cvpr_2023_tutorial.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: post
title: CVPR 2023 Tutorial
date: 2023-03-01 16:00:00-0400
date: 2023-04-02 16:00:00-0400
inline: true
---

I will co-host a tutorial, Polarization-based Computer Vision, at CVPR 2023.
I will co-host the [CVPR 2023 Tutorial on Polarization-based Computer Vision](https://hgchen.com/pol_vis_tutorial/cvpr2023/).
2 changes: 1 addition & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ where I worked with [Jinwei Gu](https://www.gujinwei.org) building an R&D team t
of computational photography on smartphones. Thanks to my excellent colleagues and interns, we are able to devise the state-of-the-art methods
and datasets for [under-display camera diffraction mitigation](https://jnjaby.github.io/projects/UDC/),
[time-of-flight 3D transient imaging](https://pages.cs.wisc.edu/~felipe/project-pages/2021-itof2dtof/), [neural image compression](https://github.com/SenseBrain/JPD-SE),
HDR night photography, and ISP pipeline for next-gen imaging sensors beyond existing RGB ones.
HDR night photography, and ISP pipeline for next-gen imaging sensors.

I obtained my Ph.D. degree from Rice University in 2019, supervised by [Ashok Veeraraghaven](https://computationalimaging.rice.edu/),
where [my works](/publications) are among the first to leverage deep learning alongside physics-based models to solve computational imaging problems.
Expand Down
59 changes: 39 additions & 20 deletions _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,50 @@ nav: true
nav_order: 3
---

## GitHub users
[//]: # (## GitHub users)

{% if site.data.repositories.github_users %}
<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
{% for user in site.data.repositories.github_users %}
{% include repository/repo_user.html username=user %}
{% endfor %}
</div>
[//]: # ()
[//]: # ({% if site.data.repositories.github_users %})

---
[//]: # (<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">)

{% if site.repo_trophies.enabled %}
{% for user in site.data.repositories.github_users %}
{% if site.data.repositories.github_users.size > 1 %}
<h4>{{ user }}</h4>
{% endif %}
<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
{% include repository/repo_trophies.html username=user %}
</div>
[//]: # ( {% for user in site.data.repositories.github_users %})

---
[//]: # ( {% include repository/repo_user.html username=user %})

{% endfor %}
{% endif %}
{% endif %}
[//]: # ( {% endfor %})

[//]: # (</div>)

[//]: # ()
[//]: # (---)

[//]: # ()
[//]: # ({% if site.repo_trophies.enabled %})

[//]: # ({% for user in site.data.repositories.github_users %})

[//]: # ( {% if site.data.repositories.github_users.size > 1 %})

[//]: # ( <h4>{{ user }}</h4>)

[//]: # ( {% endif %})

[//]: # ( <div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">)

[//]: # ( {% include repository/repo_trophies.html username=user %})

[//]: # ( </div>)

[//]: # ()
[//]: # ( ---)

[//]: # ()
[//]: # ({% endfor %})

[//]: # ({% endif %})

[//]: # ({% endif %})

## GitHub Repositories

Expand Down

0 comments on commit 0398b0d

Please sign in to comment.