Skip to content

Coco ignore buffer cli

Vincenzo DiMatteo requested to merge Coco_ignore_buffer_cli into main

Merge request template for feature branches. [click to expand]

See https://semver.org for versioning information:

Given a version number MAJOR.MINOR.PATCH, increment the:

   MAJOR version when you make incompatible API changes,
   MINOR version when you add functionality in a backwards compatible manner, and
   PATCH version when you make backwards compatible bug fixes.

Major version number is 0 for no expectation of backwards compatibility."feature" template should be used for significant features that increment GeoWATCH's minor version number. (Ex. 0.5.0 -> 0.6.0)"patch" template should be used for bugfixes or minor features that increment GeoWATCH's patch version number. (Ex. 0.5.0 -> 0.5.1)

Short Description

Added the ability to add a buffer to images This is based off of a request/issue for Trimaps : coco_add_ignore_buffer.py

Related MRs, Issues, and Other Links

Types of Changes

  • Documentation/tests
  • Bug fix
  • New feature
  • Breaking change

Changelog

Added

coco_add_ignore_buffer.py in the geowatch/cli library

users can specify the size of the buffer in mGSD. and outputs a modified version of the kwcoco file inserted.

# should be run before merging:
cd watch/
./run_developer_setup.sh  # make sure you're in a virtualenv
python dev/lint.py directory_i_changed/ [--mode=apply to fix]
python run_tests.py
  • New code is covered by tests
  • New code is documented
  • Linting passes
  • Tests pass
  • This branch is rebased on master [maintainer]
Edited by Vincenzo DiMatteo

Merge request reports

Loading