Skip to content

Commit

Permalink
Update projects.md
Browse files Browse the repository at this point in the history
  • Loading branch information
praneet195 authored Jan 15, 2025
1 parent ea4c0d5 commit aa93618
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ nav_order: 3

<div class="project0">
<div class="image-container0">
{% include figure.liquid loading="eager" path="assets/img/blue zone.jpg" style="width: 300px; height: 300px;" %}
{% include figure.liquid loading="eager" path="assets/img/gaussians.png" style="width: 300px; height: 300px;" %}
</div>
<div class="project-details0">
<div class="heading">
<h3>The Blue Zone Project</h3>
<span class="timeline">Aug 2024 - Present</span>
<h3>Compression of gaussian primitives to reduce the memory footprint of 3D/4D Gaussian Splatting</h3>
<span class="timeline">Sep 2024 - Dec 2024</span>
</div>
<p>This project is part of Omdena San Jose, USA Chapter Challenge. It examines how healthcare, environmental conditions, lifestyle, socioeconomic status, and demographics impact life expectancy. It explores disparities between rural and urban areas and investigates the reasons for varying life expectancies across U.S. counties.</p>
<p>This project was part of my fall internship at Dolby. During my internship, I designed an end-to-end neural network based compression algorithm for 3D gaussian splats. I also worked on compressing spherical harmonic coefficients of 3D gaussian splats (occupy ~50% size) using conventional inter-frame video coding tools.</p>
</div>
</div>

0 comments on commit aa93618

Please sign in to comment.