Skip to content

feature_map_generator in Object Detection API and Python 3 compatibility #3605

@jrabary

Description

@jrabary

The function fpn_top_down_feature_maps is not working with python 3 and cause the following error

line 225, in fpn_top_down_feature_maps
    reversed(zip(output_feature_map_keys, output_feature_maps_list)))
TypeError: 'zip' object is not reversible

The workaround is to change zip(...) into list(zip(...))

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