Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Dynamic detector: Don't try full static detection on every missed frame #21

@dbolkensteyn

Description

@dbolkensteyn

The static detector is quite expensive to be called on a full frame, which is why the dynamic detector was introduced in the first place.

The dynamic detector shouldn't start full static detection on the first frame where it loses tracking, it should wait to see if it can recover in the next or few upcoming frames - or else the video processing will lag all of a sudden because of the static's detector slow performances.

This issue relates a bit to #20 - because, with more training images, we also expect to improve the performances as misses will occur less often.

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