Skip to content

Releases: isl-org/adaptive-surface-reconstruction

ASR v0.2.0

03 Apr 16:06
Compare
Choose a tag to compare

Summary

  • Fix an incompatibility with running the pretrained network in the library.
  • Headers now use C strings to improve compatibility.

Python wheels

The python wheels provide high level functions (reconstruct_surface()) and access to functions within the reconstruction pipeline.

To install the python wheel run

python -m pip install adaptivesurfacereconstruction -f https://github.com/isl-org/adaptive-surface-reconstruction/releases/tag/v0.2.0

AppImage

The AppImage is an example binary to demonstrate the use of the library in a C++ application and uses default parameters.
The image can be run like an executable. Make sure the set the executable flag after download with

chmod u+x asrtool-0.2.0-x86_64.AppImage

To display the help message run

./asrtool-0.2.0-x86_64.AppImage

ASR v0.1.0

12 Dec 09:04
581a4a1
Compare
Choose a tag to compare

Summary

This initial release contains python wheels and an AppImage for running the model with pretrained weights.

Python wheels

The python wheels provide high level functions (reconstruct_surface()) and access to functions within the reconstruction pipeline.

To install the python wheel run

python -m pip install adaptivesurfacereconstruction -f https://github.com/isl-org/adaptive-surface-reconstruction/releases/tag/v0.1.0

AppImage

The AppImage is an example binary to demonstrate the use of the library in a C++ application and uses default parameters.
The image can be run like an executable. Make sure the set the executable flag after download with

chmod u+x asrtool-0.1.0-x86_64.AppImage

To display the help message run

./asrtool-0.1.0-x86_64.AppImage

models

11 Dec 22:34
702a29b
Compare
Choose a tag to compare
models Pre-release
Pre-release

Model files for CI builds