Myosotis-Researches 0.1.38__py3-none-any.whl → 0.1.40__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.
- myosotis_researches/CcGAN/utils/similarity.py +11 -11
- {myosotis_researches-0.1.38.dist-info → myosotis_researches-0.1.40.dist-info}/METADATA +1 -1
- {myosotis_researches-0.1.38.dist-info → myosotis_researches-0.1.40.dist-info}/RECORD +6 -6
- {myosotis_researches-0.1.38.dist-info → myosotis_researches-0.1.40.dist-info}/WHEEL +0 -0
- {myosotis_researches-0.1.38.dist-info → myosotis_researches-0.1.40.dist-info}/licenses/LICENSE +0 -0
- {myosotis_researches-0.1.38.dist-info → myosotis_researches-0.1.40.dist-info}/top_level.txt +0 -0
@@ -7,8 +7,8 @@ from skimage.metrics import structural_similarity as ssim
|
|
7
7
|
|
8
8
|
# MSE
|
9
9
|
def _MSE(image_1, image_2):
|
10
|
-
array_1 = np.
|
11
|
-
array_2 = np.
|
10
|
+
array_1 = np.asarray(image_1) / 255
|
11
|
+
array_2 = np.asarray(image_2) / 255
|
12
12
|
n, m, _ = array_1.shape
|
13
13
|
return np.sum((array_1 - array_2) ** 2) / (n * m * 3)
|
14
14
|
|
@@ -27,8 +27,8 @@ def MSE(images):
|
|
27
27
|
|
28
28
|
def _SSIM(image_1, image_2):
|
29
29
|
|
30
|
-
array_1 = np.
|
31
|
-
array_2 = np.
|
30
|
+
array_1 = np.asarray(image_1)
|
31
|
+
array_2 = np.asarray(image_2)
|
32
32
|
score, _ = ssim(array_1, array_2, channel_axis=-1, full=True)
|
33
33
|
return score
|
34
34
|
|
@@ -64,8 +64,8 @@ def PSNR(images):
|
|
64
64
|
|
65
65
|
|
66
66
|
def _cross_correlation(image_1, image_2):
|
67
|
-
array_1 = np.
|
68
|
-
array_2 = np.
|
67
|
+
array_1 = np.asarray(image_1).astype(np.float32) / 255
|
68
|
+
array_2 = np.asarray(image_2).astype(np.float32) / 255
|
69
69
|
correlations = []
|
70
70
|
for c in range(3):
|
71
71
|
channel1 = array_1[..., c]
|
@@ -94,16 +94,16 @@ def _rgb_histogram(image, bins=32):
|
|
94
94
|
image: numpy array of shape (H, W, 3), RGB format
|
95
95
|
returns: concatenated histogram for R, G, B channels
|
96
96
|
"""
|
97
|
-
hist_r, _ = np.histogram(image[:, :, 0], bins=bins, range=(0, 255)
|
98
|
-
hist_g, _ = np.histogram(image[:, :, 1], bins=bins, range=(0, 255)
|
99
|
-
hist_b, _ = np.histogram(image[:, :, 2], bins=bins, range=(0, 255)
|
97
|
+
hist_r, _ = np.histogram(image[:, :, 0], bins=bins, range=(0, 255))
|
98
|
+
hist_g, _ = np.histogram(image[:, :, 1], bins=bins, range=(0, 255))
|
99
|
+
hist_b, _ = np.histogram(image[:, :, 2], bins=bins, range=(0, 255))
|
100
100
|
hist = np.concatenate([hist_r, hist_g, hist_b])
|
101
101
|
return hist
|
102
102
|
|
103
103
|
|
104
104
|
def _histogram_intersection(image_1, image_2):
|
105
|
-
array_1 = np.
|
106
|
-
array_2 = np.
|
105
|
+
array_1 = np.asarray(image_1)
|
106
|
+
array_2 = np.asarray(image_2)
|
107
107
|
hist_1 = _rgb_histogram(array_1)
|
108
108
|
hist_2 = _rgb_histogram(array_2)
|
109
109
|
return np.sum(np.minimum(hist_1, hist_2))
|
@@ -29,13 +29,13 @@ myosotis_researches/CcGAN/train/train_net_for_label_embed.py,sha256=4j6r4_o4rXgA
|
|
29
29
|
myosotis_researches/CcGAN/utils/__init__.py,sha256=yH4I2QzSoBsjcdjvOH0YKLTeEji_oWrzBGm5EkVZpoI,146
|
30
30
|
myosotis_researches/CcGAN/utils/concat_image.py,sha256=BIGKz52Inn9S7M5fBFKye2V9bLJ0DqEQILoOVWAXUiE,2165
|
31
31
|
myosotis_researches/CcGAN/utils/dataset.py,sha256=TXJSLMpwI1h0xb6lXpq5iUjjurheKPZnPbR2KIU-Py4,4216
|
32
|
-
myosotis_researches/CcGAN/utils/similarity.py,sha256=
|
32
|
+
myosotis_researches/CcGAN/utils/similarity.py,sha256=q9Z1G7nxDViAGQWRVy3hAncPOVTdC2aEKq3UByQcJAE,3496
|
33
33
|
myosotis_researches/CcGAN/utils/src/style.css,sha256=bNp3_nlpg0W5qA7Rx8MM5ayeprEbYH3_6AIDRTN8UhM,566
|
34
34
|
myosotis_researches/CcGAN/utils/src/style.css.map,sha256=GTGPet_xXnKQnsz-E2CMUWtrgu3D5t0g4J_A_amFdvw,246
|
35
35
|
myosotis_researches/CcGAN/utils/src/style.scss,sha256=_Wa7VPmFzCkEHtrzdG35tj89QNwPd-fpiT-YL4ohcMs,526
|
36
36
|
myosotis_researches/CcGAN/utils/src/template.html,sha256=S35ak_uJ0Zd3_PhX-YoCRBP2TMKxdFPMMaBdpARdKcU,3890
|
37
|
-
myosotis_researches-0.1.
|
38
|
-
myosotis_researches-0.1.
|
39
|
-
myosotis_researches-0.1.
|
40
|
-
myosotis_researches-0.1.
|
41
|
-
myosotis_researches-0.1.
|
37
|
+
myosotis_researches-0.1.40.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
38
|
+
myosotis_researches-0.1.40.dist-info/METADATA,sha256=e6btj8xrHJ7RFkvM8Ar148cCj7etp0_EmAXG79yA4qk,3484
|
39
|
+
myosotis_researches-0.1.40.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
40
|
+
myosotis_researches-0.1.40.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
|
41
|
+
myosotis_researches-0.1.40.dist-info/RECORD,,
|
File without changes
|
{myosotis_researches-0.1.38.dist-info → myosotis_researches-0.1.40.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
File without changes
|