Skip to content

Commit

Permalink
Merge pull request #109 from ucsdwcsng/pushkal-dev
Browse files Browse the repository at this point in the history
Cover image and structure
  • Loading branch information
PushkalM11 authored Jan 16, 2025
2 parents 1c680d9 + 5e327d6 commit ea403a2
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 51 deletions.
101 changes: 58 additions & 43 deletions _layouts/publication.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,40 +474,49 @@ <h2>Press Coverage</h2>
</div>
{% endif %}


<!-- HTML code for video matrix here -->
<!-- Title for video matrix -->
<center>
<span style="font-size:23px; font-weight: bold; text-align: center">{{ page.video_matrix.title }}</span>
</center>
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 5px; margin-bottom: 40px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 20px; border-radius: 8px;">
<!-- Video Rows -->
{% for case in page.video_matrix.examples %}
<!-- Header Row for text -->
<div style="grid-column: span 3; text-align: center; font-weight: bold; font-size: 18px; padding: 10px; border-bottom: 2px solid rgb(0, 0, 0);"> {{ case.case }} </div>
<!-- Text description -->
<div style="grid-column: span 3; width:1000px; text-align: justified; font-size: 20px; padding: 10px;">
{{ case.text }}
</div>
<!-- Hard-coded to 3 input types -->
{% for column_index in (0..2) %}
<div style="padding: 10px; border: 1px solid #ddd; border-radius: 8px; background-color: rgba(255, 255, 255, 0.1);">
<!-- Short caption -->
<p style="text-align: center; margin-top: 10px; font-size: 16px; font-weight: bold;">Input: {{ case.videos[column_index].description }}</p>
<!-- Inserting video here -->
<img
src="{{ case.videos[column_index].link }}"
style="width: 100%; height: auto; border-radius: 8px;"
alt="{{ case.videos[column_index].description }}">
</div>
{% if page.video_matrix != blank %}
<!-- HTML code for video matrix here -->
<!-- Overview -->
<center>
<span style="font-size:23px; font-weight: bold">Overview</span>
</center>
<div style="width:1000px; margin:0 auto; text-align: justified;">{{page.video_matrix.overview.text}}</div>
<br>
<center>
<hr>
</center>
<!-- Title for video matrix -->
<center>
<span style="font-size:23px; font-weight: bold; text-align: center">{{ page.video_matrix.title }}</span>
</center>
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 5px; margin-bottom: 40px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 20px; border-radius: 8px;">
<!-- Video Rows -->
{% for case in page.video_matrix.examples %}
<!-- Header Row for text -->
<div style="flex: 1 1 100%; text-align: center; font-weight: bold; font-size: 18px; padding: 2px;"> {{ case.case }} </div>
<!-- Text description -->
<div style="flex: 1 1 100%; text-align: justified; font-size: 20px; padding: 2px;">
{{ case.text }}
</div>
<!-- Hard-coded to 3 input types -->
{% for column_index in (0..2) %}
<div style="flex: 1 1 calc(33.333% - 20px); padding: 10px; border: 1px solid #ddd; border-radius: 8px; background-color: rgba(255, 255, 255, 0.1);">
<!-- Short caption -->
<p style="text-align: center; margin-top: 10px; font-size: 16px; font-weight: bold;">Input: {{ case.videos[column_index].description }}</p>
<!-- Inserting video here -->
<img
src="{{ case.videos[column_index].link }}"
style="width: 100%; height: auto; border-radius: 8px;"
alt="{{ case.videos[column_index].description }}">
</div>
{% endfor %}
{% endfor %}
{% endfor %}
</div>
<center>
<hr>
</center>

<!-- End of code for video matrix here -->
</div>
<center>
<hr>
</center>
<!-- End of code for video matrix here -->
{% endif %}

{% if page.video!= blank %}
<center>
Expand All @@ -519,17 +528,23 @@ <h2>Press Coverage</h2>
<hr>
</center>
{% elsif page.cover!= blank %}
<center>
<img width="768" height="432" max-width="100%" src="{{page.cover}}" frameborder="0"
allowfullscreen></iframe>
{% if page.cover_caption %}
<p class="cover-caption">{{ page.cover_caption }}</p>
{% if page.disp_cover != blank %}
{% if page.disp_cover == "False" %}
<!-- Don't add the image to website -->
{% endif %}
</center>
<br>
<center>
<hr>
</center>
{% else %}
<center>
<img width="768" height="432" max-width="100%" src="{{page.cover}}" frameborder="0"
allowfullscreen></iframe>
{% if page.cover_caption %}
<p class="cover-caption">{{ page.cover_caption }}</p>
{% endif %}
</center>
<br>
<center>
<hr>
</center>
{% endif %}
{% endif %}

{% for desc in page.description %}
Expand Down
15 changes: 7 additions & 8 deletions _posts/2024-12-10-c-shenron.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ layout: publication
title : "C-Shenron: A Realistic Radar Simulation Framework for CARLA"
short_title: "C-Shenron"
tags: Vehicle
# cover: /assets/images/c-shenron/c-shenron.png
conference: "Submitted to CVPR 2025"
cover: /assets/images/c-shenron/c-shenron.png
disp_cover: "False"
conference: "In Submission"
authors: "Satyam Srivastava, Jerry Li, Pushkal Mishra, Kshitiz Bansal, Dinesh Bharadia"
author_list:
- name: Satyam Srivastava
Expand All @@ -20,20 +21,16 @@ author_list:
- name: Dinesh Bharadia
url: https://dineshb-ucsd.github.io/
email: [email protected]
conference_site: https://cvpr.thecvf.com/Conferences/2025
paper: /files/c-shenron_paper.pdf
# github: https://github.com/ucsdwcsng/carla-radarimaging/
conference: "In Submission"
miscs:
- content_type: Paper
content_url: /files/c-shenron_paper.pdf
- content_type: Supplementary Material
content_url: /files/c-shenron-supplementary-materials.pdf
- content_type: Driving Videos
content_url: https://www.youtube.com/playlist?list=PLMklUDp_gXNE2W83f0UNoK7Vrs9QZROIv

banner: "📢 Code and Dataset will be released after the acceptance."
description: # all combinations are possible: (title+text+image, title+image, text+image etc), things will be populated in orders
- title: Overview
text: "The advancement of self-driving technology has become a focal point in outdoor robotics, driven by the need for robust and efficient perception systems. This paper addresses the critical role of sensor integration in autonomous vehicles, particularly emphasizing the underutilization of radar compared to cameras and LiDARs. While extensive research has been conducted on the latter two due to the availability of large-scale datasets, radar technology offers unique advantages such as all-weather sensing and occlusion penetration, which are essential for safe autonomous driving. This study presents a novel integration of a realistic radar sensor model within the CARLA simulator, enabling researchers to develop and test navigation algorithms using radar data. Utilizing this radar sensor and showcasing its capabilities in simulation, we demonstrate improved performance in end-to-end driving scenarios. Our findings aim to rekindle interest in radar-based self-driving research and promote the development of algorithms that leverage radar's strengths."
- title: High Level Implementation
text: <p>The following diagram illustrates a high level overview of our sensor integration into CARLA and the evaluation framework for End-to-End Driving.</p>

Expand Down Expand Up @@ -75,4 +72,6 @@ video_matrix:
- description: "Camera + Radar"
link: "/assets/gif/c-shenron/case3/Camera+Radar.gif"
text: "This is a special test scenario in CARLA where the traffic lights in opposing lanes are turned on to test the situational awareness of the driving agent. Here the vehicle is attempting to make a right turn at the intersection when the lights from crossing lane are on. The Camera only model fails to stop in time and crashes into the incoming car from the crossing lane. However the other two models using LiDAR and Radar manage to avoid the crash by stopping abruptly and proceeding only when it's safe."
overview: # Modify this
text: "The advancement of self-driving technology has become a focal point in outdoor robotics, driven by the need for robust and efficient perception systems. This paper addresses the critical role of sensor integration in autonomous vehicles, particularly emphasizing the underutilization of radar compared to cameras and LiDARs. While extensive research has been conducted on the latter two due to the availability of large-scale datasets, radar technology offers unique advantages such as all-weather sensing and occlusion penetration, which are essential for safe autonomous driving. This study presents a novel integration of a realistic radar sensor model within the CARLA simulator, enabling researchers to develop and test navigation algorithms using radar data. Utilizing this radar sensor and showcasing its capabilities in simulation, we demonstrate improved performance in end-to-end driving scenarios. Our findings aim to rekindle interest in radar-based self-driving research and promote the development of algorithms that leverage radar's strengths."
---

0 comments on commit ea403a2

Please sign in to comment.