Skip to content

memory leak in boxlist_iou? #31

@twmht

Description

@twmht

I found out that memory leak may happen in box_list_iou (https://github.com/zhangxiaosong18/FreeAnchor/blob/master/maskrcnn_benchmark/modeling/rpn/free_anchor_loss.py#L108)

when it processes large number of ground truth, of course the gpu memory grows up. but it never frees the memory it holds.

turning to cpu mode is a workaround but very slow.

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