joeyballentine / Video-Inference

Easy inference for video networks. Currently supports SOFVSR (traiNNer Version), RIFE, and TecoGAN-pytorch
55 stars 1 forks source link

__init__.py #7

Closed yisikawa closed 2 years ago

yisikawa commented 2 years ago

Isn't there init.py under the utils folder?

joeyballentine commented 2 years ago

There isn't. You only need __init__.py if you want to reference the folder as a module instead of referencing the individual files.

yisikawa commented 2 years ago

Thanks.