Skip to content

Non-person objects in COCO pretraining #18

Closed
@nemtiax

Description

@nemtiax

When doing COCO pretraining, do you train on only person objects (only_person=True) or on all objects (only_person=False). It looks like the code as it stands does the latter, but I'm not sure if this is an indication of the intended algorithm, or if it's a relic of an ablation experiment. I had originally interpreted Table 4 from the paper as saying that only the person objects are used, but the code (

RAPiD/train.py

Line 45 in 12c9699

only_person = False if args.model == 'Hitachi80' else True
) has made me second-guess this.

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