photosynthesis-team / piq

Measures and metrics for image2image tasks. PyTorch.
Apache License 2.0
1.4k stars 120 forks source link

examples and tests folder should be installed #324

Closed hubutui closed 1 year ago

hubutui commented 2 years ago

It seems the examples and tests folder are installed to site-packages dir. These are usually exclude from the installation.

denproc commented 1 year ago

Hi @hubutui,

Thank you for the suggestion. The package is updated accordingly. Now, tests and examples are excluded from the installation using setup.py.