Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyipan committed Sep 29, 2023
1 parent 39a9448 commit d22c08f
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h2 class="title is-3">Dataset</h2>
NYC-Event-VPR covers New York City, focusing on Chinatown area in Manhattan with overlapping traversal.
</p>
</div>
<img src="./static/images/sensor_setup.jpg" style="object-fit: contain; height: 300px;" class="center"/>
<img src="./static/images/sensor_setup.jpg" style="object-fit: contain; height: 200px;" class="center"/>
<div class="content has-text-justified">
<br>
<p>
Expand All @@ -281,16 +281,41 @@ <h2 class="title is-3">Dataset</h2>
</div>
<table>
<tr>

<th>Type</th><th>Specification</th>
</tr>
<tr>

<td>Prophesee EV4 HD</td><td>
<pre>
IMX636ES (HD) event vision sensor,
Resolution (px): 1280x720,
Latency (µs): 220,
Dynamic range (dB): >86,
Power consumption: 500mW-1.5W,
Pixel size (µm): 4.86x4.86,
Camera max bandwidth (Gbps): 1.6,
Interface: USB 3.0
</pre>
</td>
</tr>
<tr>

<td>ELP USB Camera</td><td>
<pre>
CMOS 1080p sensor,
Resolution (px): 1280x720,
Interface: USB 2.0,
5-50mm varifocal lens
</pre>
</td>
</tr>
<tr>

<td>Sparkfun GPS-RTK-SMA</td><td>
<pre>
Horizontal accuracy: 2.5m w/o RTK,
Max altitude: 50km,
Max velocity: 500m/s,
GPS, GLONASS, Galileo, BeiDou
</pre>
</td>
</tr>
</table>
<img src="./static/images/report.png" style="object-fit: contain; height: 500px;" class="center"/>
Expand Down

0 comments on commit d22c08f

Please sign in to comment.