Skip to content

Better management of __init__ files #49

Description

@RaphaelMeudec

I can't do this:

from tf2_yolov4 import YOLOv4

When I do this, it fails:

import tf2_yolov4

yolo_model = tf2_yolov4.model.YOLOv4

I think it's related to our init files being empty. We should add the __all__ export in those init

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions