Skip to content

AgML 0.4.6

Compare
Choose a tag to compare
@amogh7joshi amogh7joshi released this 18 Dec 20:57
· 199 commits to main since this release

Main Changes

  • You can now manually generate synthetic data with Helios using your own C++ generation file and CMake parameters/XML style file, using the method agml.synthetic.manual_generate_data. This allows for a greater deal of customizability and control over how Helios is compiled, as well as which methods are being used.
  • A convenience method agml.viz.show_sample has been added which enables quick visualization of an image and its annotations: this works for all types of annotations, simply pass a loader as the argument.

Other Improvements

  • If you want to overwrite files when generating synthetic data with the HeliosDataGenerator, you can now pass the argument clear_existing_files = True to the generate method.
  • You can now compile Helios using the standard API in both the 'Release' and 'Debug' modes.

Read the Full Changelog Here.