Skip to content

Commit

Permalink
update ar-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibYang committed Nov 21, 2024
1 parent f7d2aec commit beccde8
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 2 deletions.
73 changes: 72 additions & 1 deletion AR-Benchmark/ImageTarget.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,85 @@ <h1 style="font-size:30px;">ZJU Image Target Dataset</h1>
<h3>Introduction</h3>
<hr style="margin-top:0px;">
<p class="text-justify">

<p>
This is a dataset for image target detection and tracking. We use the motion trackin device 'VICON' to record the groundtruth pose of camrera. And we collect 10 different types of motion data to evaluation the performance of algorithm of image target. We think it would benifit to the area of image target AR.
<br><br>
You can download our dataset from <a href="">here</a>.
</p>
</p>
</div>
</div>
</div>
</section>
<br>

<!--Format-->
<br>
<section>
<div class="container">
<div class="row">
<div class="col">
<h5 class="text-left" id="dior_format"><li>Devices Info</li></h5>
<hr style="margin-top:0px">
<p>
We use the phone of 'OPPO R17 Pro', with the resolution of 1280 x 960 and 30Hz rolling shutter camera.
</p>
</div>
</div>
</div>
</section>
<!--Format-->
<br>
<section>
<div class="container">
<div class="row">
<div class="col">
<h5 class="text-left" id="dior_format"><li>Dataset format</li></h5>
<hr style="margin-top:0px">
<p>
The format of files are as follow:
There are 10 types of data with different motions. Each is in a separate folder. 'MarkerImage' is the pattern image.
</p>
<pre class="text-left">
<code>
|--MarkerImage |
| `-- 1.png |
| |
|--Sequences |
| |--1-static |
| |--2-fast-move |
| |--3-scale |
| |--4-large-rotation |
| |--5-pure-rotatin |
| |--6-surrounding-mobile |
| |--7-blur |
| |--8-distortion |
| |--9-dynamic |
`--10-illumination |

</code>
</pre>
<p>
The following is an example of test data, including image and IMU data and calibration parameters, as well as the groundtruth from the 'VICON'.
</p>
<pre class="text-left">
<code>
|--Sequence |
| |--annotation.csv |
| |--camera.yaml |
| |--data.csv |
| |--vicon.csv |
| |--imu |
| |--images |
`--MarkerID

</code>
</pre>
</div>
</div>
</div>
</section>



<footer class="text-center" style="margin-bottom:10px; font-size: medium;">
Expand Down
2 changes: 1 addition & 1 deletion AR-Benchmark/LSFB.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Introduction</h3>
<p class="text-justify">
We propose LSFB, a novel low-cost and scalable framework to build localization benchmark in large-scale indoor and outdoor environments.
<br><br>
Download from: <a href="https://pan.baidu.com/s/1W1KluP2V77j5HAQwblh0vQ?pwd=n985">Baidu Yunpan</a>.</li>
Download from <a href="https://pan.baidu.com/s/1W1KluP2V77j5HAQwblh0vQ?pwd=n985">here</a>.
</p>
</div>
</div>
Expand Down

0 comments on commit beccde8

Please sign in to comment.