Skip to content

voc_classes() need refactor #286

@cregouby

Description

@cregouby

Current situation

voc_classes() are currently defined in R/models-deeplabv3.R
pascal_voc_datasets() as well as pascal_segmentation_dataset() and pascal_detection_dataset() all expose a $classes attribute that is not aligned with thoses classes

  • in the code
  • in the tests
  • in the examples

Expected situation

a renamed of aliases for pascal_voc_classes() to be consistent with dataset names
relocate the voc_classes() into R/dataset-pascal.R
a consistent, tested and documented use of pascal_voc_classes() for all pascal datasets

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions