|
32 | 32 |
|
33 | 33 | function showSlides(n) { |
34 | 34 | let i; |
35 | | - let gifDurations = [2500, 3800, 5400, 4400]; |
36 | | - let git_repeat = 2 |
| 35 | + let gifDurations = [2550, 3800, 5500, 4900]; |
| 36 | + let gifRepeat = 2 |
37 | 37 | let slides = document.getElementsByClassName("mySlides"); |
38 | 38 | let dots = document.getElementsByClassName("dot4"); |
39 | 39 |
|
|
56 | 56 | gif.src = currentSrc; |
57 | 57 |
|
58 | 58 | clearTimeout(id); |
59 | | - id = setTimeout(nextSlide, gifDurations[slideIndex - 1] * git_repeat); |
| 59 | + id = setTimeout(nextSlide, gifDurations[slideIndex - 1] * gifRepeat); |
60 | 60 | } |
61 | 61 | </script> |
62 | 62 |
|
@@ -131,7 +131,7 @@ <h1 class="title is-3 publication-title" style="color: black !important;"> |
131 | 131 |
|
132 | 132 | <div class="is-size-5 publication-authors"> |
133 | 133 | <span class="author-block"> |
134 | | - <a href="https://github.com/WaywayPao/">Pang-Yuan Pao</a>, |
| 134 | + <a href="https://sites.google.com/view/pang-yuan-pao/">Pang-Yuan Pao</a>, |
135 | 135 | </span> |
136 | 136 | <span class="author-block"> |
137 | 137 | <a href="https://www.linkedin.com/in/shu-wei-lu/">Shu-Wei Lu</a>, |
@@ -666,9 +666,9 @@ <h2 class="title is-4">ROI Demo on the RiskBench</h2> |
666 | 666 | </div> |
667 | 667 | </div> |
668 | 668 |
|
669 | | - <div class="content has-text-centered"> |
670 | | - <b>BS</b>, <b>PF</b> refer to Bird's-Eye-View Segmentation and Potential Field |
671 | | - respectively. |
| 669 | + <div class="content has-text-centered" style="font-style: italic;"> |
| 670 | + The terms <b>GT</b>, <b>BS</b>, and <b>PF</b> refer to Ground Truth, Bird's-Eye-View |
| 671 | + Segmentation, and Potential Field, respectively. |
672 | 672 |
|
673 | 673 | All detected risk objects are shown with green bounding boxes, while ground truth risks |
674 | 674 | are masked in red. |
@@ -1203,11 +1203,13 @@ <h2 class="title is-4" style="text-align: center;">Table 4: nuScenes-ROI Evaluat |
1203 | 1203 | <h2 class="title is-4" style="text-align: center;">ROI on the nuScenes Dataset</h2> |
1204 | 1204 | <img src="./static/img/qualitative_nuscenes.png" alt="qualitative_nuscenes" /> |
1205 | 1205 | <figcaption> |
1206 | | - ROI results on sample scenarios selected from the nuScenes dataset with rows |
1207 | | - representing different behavior change-based methods. |
| 1206 | + <em> |
| 1207 | + ROI results on sample scenarios selected from the nuScenes dataset, with rows |
| 1208 | + representing different behavior change-based methods. |
1208 | 1209 |
|
1209 | | - All detected risk objects are shown with green bounding boxes, while ground truth |
1210 | | - risks are masked in red. |
| 1210 | + All detected risk objects are shown with green bounding boxes, while ground truth |
| 1211 | + risks are masked in red. |
| 1212 | + </em> |
1211 | 1213 | </figcaption> |
1212 | 1214 | </figure> |
1213 | 1215 |
|
@@ -1235,7 +1237,7 @@ <h2 class="title is-3">Citation</h2> |
1235 | 1237 | }</code></pre> |
1236 | 1238 | <p> |
1237 | 1239 | If you have any questions, please contact <a |
1238 | | - href="https://github.com/HCIS-Lab/PF-BCP">Pang-Yuan Pao</a>. |
| 1240 | + href="https://sites.google.com/view/pang-yuan-pao/">Pang-Yuan Pao</a>. |
1239 | 1241 | </p> |
1240 | 1242 | </div> |
1241 | 1243 | </div> |
|
0 commit comments