Skip to content

Commit

Permalink
feat : added qualitative and quantitative tables
Browse files Browse the repository at this point in the history
  • Loading branch information
crepejung00 committed Dec 8, 2023
1 parent 4fc5afc commit 8107b59
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 25 deletions.
Binary file added img/coponerf/Table_PSNR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coponerf/Table_pose_estimation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coponerf/epipolar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coponerf/main_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coponerf/qual_RealEstate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coponerf/qual_acid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 16 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h3>
<h3>
Qualitative Results
</h3>
<div>
<!-- <div>
<div class="row">
<div class="col-md-4">
<video class="video" id="0758" width="33%" loop playsinline autoPlay muted
Expand All @@ -211,38 +211,24 @@ <h3>
</div>
</div>
</div>
<br>
<br> -->
<div class="text-justify">
Qualitative results of on Synthetic Dataset trained with NeRF Synthetic Extreme(3-view).
</div>
<div class="text-center">
<img src="./img/Qualitative_results_of_NeRF_Synthetic_with_3_input_view_1.png" width="100%">
Qualitative results of on <b>RealEstate10K</b> Dataset.
</div>
<br>
<div class="text-center">
<img src="./img/Qualitative_results_of_NeRF_Synthetic_with_3_input_view_2.png" width="100%">
<img src="./img/coponerf/qual_RealEstate.png" width="100%">
</div>
<br>
<div class="text-justify">
Qualitative comparisons of on Synthetic Dataset trained with NeRF Synthetic Extreme(3-view).
</div>
<div class="text-center">
<img src="./img/Comparions1.png" width="100%">
Qualitative results of on <b>ACID</b> Dataset.
</div>
<br>
<div class="text-center">
<img src="./img/depths_1.png" width="100%">
</div>
<br>
<div class="text-center">
<img src="./img/depths_2.png" width="100%">
<img src="./img/coponerf/qual_acid.png" width="100%">
</div>
<br>
<div class="text-justify">
Qualitative comparisons of on LLFF Dataset trained with randomly selected <b>3 input views</b>.
Visualization of epipolar lines from estimated poses.
</div>
<div class="text-center">
<img src="./img/Comparison2.png" width="100%">
<img src="./img/coponerf/epipolar.png" width="100%">
</div>
</div>
</div>
Expand All @@ -252,12 +238,17 @@ <h3>
<h3>
Quantitative Results
</h3>
<div class="text-center">
<img src="./img/quan_perdataset.png" width="100%">
<div class="text-justify">
The best-performing results are presented in <b>bold</b>, gray color indicates methods not directly
comparable as they supervise correspondence with ground-truth depth; they are included for reference only.
We also specify the targeted task for each method.
We evaluate the performance of our method on camera pose estimation and novel view synthesis.
<div class="text-left">
<img src="./img/coponerf/Table_pose_estimation.png" width="100%">
</div>
<br>
<div class="text-center">
<img src="./img/quan_synthetic_perscene.png" width="80%">
<img src="./img/coponerf/Table_PSNR.png" width="100%">
</div>
</div>
</div>
Expand Down

0 comments on commit 8107b59

Please sign in to comment.