Viredery / tf-eager-fasterrcnn

Faster R-CNN R-101-FPN model was implemented with TensorFlow2.0 eager execution.
MIT License
89 stars 46 forks source link

Add empty `__init__.py` files #30

Closed khatchad closed 3 months ago

khatchad commented 3 months ago

I don't think that these are supposed to be "namespace" packages, thus, adding the explicit __init__.py files (there are also some older versions of Python that require these files in order to use the modules).

Viredery commented 3 months ago

Thanks!