MANIFEST.in
README.md
pyproject.toml
setup.py
./stram/__init__.py
./stram/domain/__init__.py
./stram/domain/style_product.py
./stram/domain/methods/__init__.py
./stram/domain/methods/base_method.py
./stram/domain/methods/gatys_method.py
./stram/domain/methods/reinhard_method.py
./stram/domain/methods/yijun_method.py
./stram/domain/toolsets/__init__.py
./stram/domain/toolsets/gatys_toolset.py
./stram/domain/toolsets/general_toolset.py
./stram/domain/toolsets/reinhard_toolset.py
./stram/domain/toolsets/yijun_toolset.py
./stram/services/__init__.py
./stram/services/commander.py
./stram/services/executor.py
./stram/services/method_factory.py
./stram/utils/__init__.py
./stram/utils/exceptions.py
./stram/utils/export.py
./stram/utils/hashing.py
./stram/utils/image_processing.py
./stram/utils/json_processing.py
./stram/utils/worklog.py
assets/content_mask_superposition.jpg
assets/content_style_synthesized.jpg
assets/example_gatys.jpg
assets/example_reinhard.jpg
assets/example_yijun.jpg
assets/run_example.jpg
assets/run_example_block2_1e-1.jpg
assets/run_example_block2_1e-2.jpg
assets/run_example_block2_1e1.jpg
assets/run_example_block5_1e-1.jpg
assets/run_example_block5_1e-2.jpg
assets/run_example_block5_1e1.jpg
assets/run_example_masked.jpg
assets/style_mask_superposition.jpg
assets/mountains/img.png
assets/mountains/label.png
assets/mountains/label_viz.png
assets/wheat_field_with_cypresses/img.png
assets/wheat_field_with_cypresses/label.png
assets/wheat_field_with_cypresses/label_viz.png
stram/__init__.py
stram.egg-info/PKG-INFO
stram.egg-info/SOURCES.txt
stram.egg-info/dependency_links.txt
stram.egg-info/requires.txt
stram.egg-info/top_level.txt
stram/domain/__init__.py
stram/domain/style_product.py
stram/domain/methods/__init__.py
stram/domain/methods/base_method.py
stram/domain/methods/gatys_method.py
stram/domain/methods/reinhard_method.py
stram/domain/methods/yijun_method.py
stram/domain/toolsets/__init__.py
stram/domain/toolsets/gatys_toolset.py
stram/domain/toolsets/general_toolset.py
stram/domain/toolsets/reinhard_toolset.py
stram/domain/toolsets/yijun_toolset.py
stram/services/__init__.py
stram/services/commander.py
stram/services/executor.py
stram/services/method_factory.py
stram/utils/__init__.py
stram/utils/exceptions.py
stram/utils/export.py
stram/utils/hashing.py
stram/utils/image_processing.py
stram/utils/json_processing.py
stram/utils/worklog.py