Skip to content

Commit

Permalink
Merge pull request #26 from meyerls/meyerls
Browse files Browse the repository at this point in the history
Meyerls
  • Loading branch information
meyerls authored Dec 19, 2022
2 parents 957974e + 371ed2b commit 003b453
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ python3 scale_estimator.py --test_data

* The Code to read out the binary COLMAP data is partly borrowed from the
repo [COLMAP Utility Scripts](https://github.com/uzh-rpg/colmap_utils) by [uzh-rpg](https://github.com/uzh-rpg).
* The visualization of the wooden block is created from the dataset found in [[1](https://robocip-aist.github.io/sii_nerf_scans/)]
* Thanks to [Baptiste](https://github.com/Baptiste-AIST) for providing the data for the wooden block reconstruction. Source from [[1](https://robocip-aist.github.io/sii_nerf_scans/)]

## Trouble Shooting

Expand All @@ -147,8 +147,7 @@ sudo make install
```

## References
Thanks to [Baptiste](https://github.com/Baptiste-AIST) for providing the data for the cube reconstruction. Source from:
[1] <div class="csl-entry">Erich, F., Bourreau, B., <i>Neural Scanning: Rendering and determining geometry of household objects using Neural Radiance Fields</i> <a href="https://robocip-aist.github.io/sii_nerf_scans/">Link</a>. 2022</div>
<div class="csl-entry">[1] Erich, F., Bourreau, B., <i>Neural Scanning: Rendering and determining geometry of household objects using Neural Radiance Fields</i> <a href="https://robocip-aist.github.io/sii_nerf_scans/">Link</a>. 2022</div>

## Citation

Expand Down
2 changes: 1 addition & 1 deletion aruco_estimator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
from aruco_estimator import base
from aruco_estimator import download
from aruco_estimator import opt
from aruco_estimator.visualization import *
from aruco_estimator import visualization

4 changes: 2 additions & 2 deletions aruco_estimator/visualization/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from aruco_estimator.visualization.visualization import *
from aruco_estimator.visualization.visualization_scale_factor_estimator import *
from visualization import *
from visualization_scale_factor_estimator import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name='aruco-estimator',
version='1.1.7',
version='1.1.8',
description='Aruco Scale Factor Estimation',
license="MIT",
long_description=long_description,
Expand Down

0 comments on commit 003b453

Please sign in to comment.