Skip to content

loss calculation of multi-label classification. #33

@aiwithshekhar

Description

@aiwithshekhar
  1. For multi classification, while calculating loss for coco dataset why it is multiplied by number of classes (80.0)? Is it weight parameter for class imbalance?
    loss = criteria(output, target.float()) * 80.0

  2. For calculating precision and recall should we use cumulative TP & FP as mentioned here:
    https://github.com/rafaelpadilla/Object-Detection-Metrics

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions