Skip to content

Releases: Pix4D/pyopf

1.3.0

07 Oct 16:41
770ce65
Compare
Choose a tag to compare

What's Changed

  • New command line option in opf2nerf to produce Nerfstudio compatible outputs
  • Example script to compute the reprojection error of input GCPs in calibrated cameras
  • Various bug-fixes

1.2.0

07 Oct 16:40
62f1a95
Compare
Choose a tag to compare

Added

  • transformation_matrix property to BaseToTranslatedCanonicalCrsTransform
  • OPF pointcloud to COLMAP converter
  • OPF pointcloud to PLY converter
  • OPF pointcloud to LAS converter
  • Support for the Pix4D polygonal mesh extension
  • Support for the Pix4D input and calibrated ITPs extension

Changed

  • Raise a KeyError exception if a required attribute is missing
  • Make pyopf.io.load accept paths as strings or os.PathLike objects
  • Fixed handling of pathlib.Path in pyopf.io.save
  • Move to poetry as package manager

Removed

  • OPF projects merging tool

1.1.1

26 Jun 11:24
9f13d02
Compare
Choose a tag to compare

What's Changed

  • fix missing dependencies

1.1.0

23 Jun 15:53
493a79d
Compare
Choose a tag to compare

What's Changed

  • added: opf2nerf converter to easily convert OPF projects to the input required by NVIDIA Instant NERFs (https://github.com/NVlabs/instant-ngp)
    Support for the Pix4D plane extension
  • Improve quality of the image undistortion tool, and correctly handles the cases where the distortion coefficient are all zero.
  • Renamed BaseItem to CoreItem

1.0.0

24 May 11:09
Compare
Choose a tag to compare

Initial release of pyopf