Skip to content

Some Questions About the Box-List File Usage During Training #766

Description

@studentyyh

While analyzing the SlowFast training code, I noticed that in the configuration file SLOWFAST_32x2_R101_SHORT.yaml, under the AVA section, the TRAIN_PREDICT_BOX_LISTS is defined as:
TRAIN_PREDICT_BOX_LISTS: [ "ava_train_v2.2.csv", "person_box_67091280_iou90/ava_detection_train_boxes_and_labels_include_negative_v2.2.csv", ]
However, in default.py, the GT_BOX_LIST also contains "ava_train_v2.2.csv".
This makes me wonder: is it a configuration mistake to use the same file in both TRAIN_PREDICT_BOX_LISTS and the GT box list? Or is it intentional? I'd appreciate any clarification on this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions