Myosotis-Researches 0.0.10__py3-none-any.whl → 0.0.12__py3-none-any.whl

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.
@@ -17,7 +17,7 @@ def make_h5(image_dir: str, h5_path: str, image_names: list[str], image_labels,
17
17
  image = Image.open(image_path).convert("RGB")
18
18
  rgb_array = np.array(image).transpose((2, 0, 1))
19
19
  image_datas.append(rgb_array)
20
- img_datas = np.array(img_datas, dtype=np.uint8)
20
+ image_datas = np.array(image_datas, dtype=np.uint8)
21
21
 
22
22
  # Set train_idx = 1, 3, 5, ...
23
23
  train_idx = np.array(range(1, N, 2), dtype=np.int32)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Myosotis-Researches
3
- Version: 0.0.10
3
+ Version: 0.0.12
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
@@ -3,10 +3,10 @@ myosotis_researches/CcGAN/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
3
3
  myosotis_researches/CcGAN/utils/__init__.py,sha256=Pu9COV4zcXHGXuczhObersyeshVChmlEtwqp8VLUDxw,300
4
4
  myosotis_researches/CcGAN/utils/concat_image_horizontal.py,sha256=e6WsfO9IiSoP8zkZNz7IGimPUASr9VvyJUJdF-d40iw,954
5
5
  myosotis_researches/CcGAN/utils/concat_image_vertical.py,sha256=97-SuE8ZWpaeBm_ed6MAEaUOvtpzlYq_X3yWt4OEUTY,951
6
- myosotis_researches/CcGAN/utils/make_h5.py,sha256=1Q_a78Yc3TohposEljvE_dr2KAupo467jmO6por2Cz4,1235
6
+ myosotis_researches/CcGAN/utils/make_h5.py,sha256=baY4lElNUzoCkEcoYrE1bulEYFHr1l6vKAof2WtbMQI,1239
7
7
  myosotis_researches/CcGAN/utils/print_hdf5_structure.py,sha256=leaR8H3GhlX6EuIXDMh36xG2zBdV-XlJkaXBuoorl6I,320
8
- myosotis_researches-0.0.10.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
9
- myosotis_researches-0.0.10.dist-info/METADATA,sha256=6DhrXi4lJ7yxbuR1LuBqmyPyd-SsZm3gXT29ZL1fOjU,765
10
- myosotis_researches-0.0.10.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
11
- myosotis_researches-0.0.10.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
12
- myosotis_researches-0.0.10.dist-info/RECORD,,
8
+ myosotis_researches-0.0.12.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
9
+ myosotis_researches-0.0.12.dist-info/METADATA,sha256=_awkE9siKuYkbBqvK9sc9p69z7KN6NJh8Pxf3Qqp994,765
10
+ myosotis_researches-0.0.12.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
11
+ myosotis_researches-0.0.12.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
12
+ myosotis_researches-0.0.12.dist-info/RECORD,,