Skip to content

Releases: Pix4D/pyopf

1.4.0

12 Dec 06:54
e16f0c6
Compare
Choose a tag to compare

What's Changed

Added

  • Added the functionality for opf2nerf to output the avg_pos and scale when using with --nerfstudio.
  • Added the original resources to the metadata of resolved project items.

Fixed

  • Version check for compatibility.

1.3.1

02 Dec 08:23
ec60ebe
Compare
Choose a tag to compare

What's Changed

Fixed

  • height in ROI extension was fixed to thickness to comply with OPF specification
  • Fix bug causing GlTFPointCloud instances to inherit previous instance nodes

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