Myosotis-Researches 0.1.14__tar.gz → 0.1.15__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15/Myosotis_Researches.egg-info}/PKG-INFO +1 -1
  2. {myosotis_researches-0.1.14/Myosotis_Researches.egg-info → myosotis_researches-0.1.15}/PKG-INFO +1 -1
  3. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/visualize/src/template.html +1 -1
  4. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/visualize/visualize_datasets.py +6 -2
  5. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/setup.py +1 -1
  6. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/LICENSE +0 -0
  7. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/MANIFEST.in +0 -0
  8. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/Myosotis_Researches.egg-info/SOURCES.txt +0 -0
  9. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/Myosotis_Researches.egg-info/dependency_links.txt +0 -0
  10. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/Myosotis_Researches.egg-info/top_level.txt +0 -0
  11. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/README.md +0 -0
  12. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/__init__.py +0 -0
  13. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/internal/__init__.py +0 -0
  14. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/internal/install_datasets.py +0 -0
  15. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/internal/show_datasets.py +0 -0
  16. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/internal/uninstall_datasets.py +0 -0
  17. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_128/CcGAN_SAGAN.py +0 -0
  18. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_128/ResNet_class_eval.py +0 -0
  19. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_128/ResNet_embed.py +0 -0
  20. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_128/ResNet_regre_eval.py +0 -0
  21. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_128/__init__.py +0 -0
  22. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_128/autoencoder.py +0 -0
  23. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_128/cGAN_SAGAN.py +0 -0
  24. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_128/cGAN_concat_SAGAN.py +0 -0
  25. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_256/CcGAN_SAGAN.py +0 -0
  26. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_256/ResNet_class_eval.py +0 -0
  27. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_256/ResNet_embed.py +0 -0
  28. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_256/ResNet_regre_eval.py +0 -0
  29. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_256/__init__.py +0 -0
  30. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_256/autoencoder.py +0 -0
  31. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_256/cGAN_SAGAN.py +0 -0
  32. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/models_256/cGAN_concat_SAGAN.py +0 -0
  33. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/train/__init__.py +0 -0
  34. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/train/train_ccgan.py +0 -0
  35. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/train/train_cgan.py +0 -0
  36. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/train/train_cgan_concat.py +0 -0
  37. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/train/train_net_for_label_embed.py +0 -0
  38. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/utils/IMGs_dataset.py +0 -0
  39. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/utils/SimpleProgressBar.py +0 -0
  40. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/utils/__init__.py +0 -0
  41. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/utils/concat_image.py +0 -0
  42. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/utils/make_h5.py +0 -0
  43. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/utils/opts.py +0 -0
  44. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/utils/print_hdf5.py +0 -0
  45. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/utils/train.py +0 -0
  46. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/visualize/__init__.py +0 -0
  47. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/visualize/src/style.css +0 -0
  48. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/visualize/src/style.css.map +0 -0
  49. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/CcGAN/visualize/src/style.scss +0 -0
  50. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/myosotis_researches/__init__.py +0 -0
  51. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/pyproject.toml +0 -0
  52. {myosotis_researches-0.1.14 → myosotis_researches-0.1.15}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Myosotis-Researches
3
- Version: 0.1.14
3
+ Version: 0.1.15
4
4
  Summary: A repository for storing my progress of researches.
5
5
  Home-page: https://github.com/Zeyu-Xie/Myosotis-Researches
6
6
  Author: Zeyu Xie
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Myosotis-Researches
3
- Version: 0.1.14
3
+ Version: 0.1.15
4
4
  Summary: A repository for storing my progress of researches.
5
5
  Home-page: https://github.com/Zeyu-Xie/Myosotis-Researches
6
6
  Author: Zeyu Xie
@@ -37,7 +37,7 @@
37
37
  {% for item in items %}
38
38
  <tr>
39
39
  <td>
40
- <img src="{{ item.image }}" alt="" style="width: 64px;">
40
+ <img src="{{ item.image }}" alt="" style="width: {{ img_size }}px;">
41
41
  </td>
42
42
  <td class="code">
43
43
  {{ item.image_name }}
@@ -17,7 +17,7 @@ def Image_to_Base64(image: Image):
17
17
  return f"data:image/png;base64,{img_base64}"
18
18
 
19
19
 
20
- def datasets_to_html(indexes, datasets_path, list_path, template_path):
20
+ def datasets_to_html(indexes, datasets_path, list_path, template_path, img_size):
21
21
 
22
22
  N = len(indexes)
23
23
 
@@ -66,6 +66,7 @@ def datasets_to_html(indexes, datasets_path, list_path, template_path):
66
66
  list_path=list_path,
67
67
  template_path=template_path,
68
68
  items=items,
69
+ img_size=img_size,
69
70
  )
70
71
 
71
72
 
@@ -79,13 +80,16 @@ def visualize_datasets(
79
80
  host="127.0.0.1",
80
81
  port=8000,
81
82
  debug=True,
83
+ img_size=64,
82
84
  ):
83
85
  # Local server
84
86
  app = Flask(__name__)
85
87
 
86
88
  @app.route("/")
87
89
  def index():
88
- return datasets_to_html(indexes, datasets_path, list_path, template_path)
90
+ return datasets_to_html(
91
+ indexes, datasets_path, list_path, template_path, img_size
92
+ )
89
93
 
90
94
  @app.route("/style.css")
91
95
  def style():
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="Myosotis-Researches",
5
- version="0.1.14",
5
+ version="0.1.15",
6
6
  description="A repository for storing my progress of researches.",
7
7
  long_description=open("README.md").read(),
8
8
  long_description_content_type="text/markdown",