Myosotis-Researches 0.1.17__py3-none-any.whl → 0.1.19__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/internal/install_datasets.py +1 -1
- myosotis_researches/CcGAN/visualize/src/style.css +12 -15
- myosotis_researches/CcGAN/visualize/src/style.css.map +1 -1
- myosotis_researches/CcGAN/visualize/src/style.scss +17 -15
- myosotis_researches/CcGAN/visualize/src/template.html +59 -44
- {myosotis_researches-0.1.17.dist-info → myosotis_researches-0.1.19.dist-info}/METADATA +1 -1
- {myosotis_researches-0.1.17.dist-info → myosotis_researches-0.1.19.dist-info}/RECORD +10 -10
- {myosotis_researches-0.1.17.dist-info → myosotis_researches-0.1.19.dist-info}/WHEEL +0 -0
- {myosotis_researches-0.1.17.dist-info → myosotis_researches-0.1.19.dist-info}/licenses/LICENSE +0 -0
- {myosotis_researches-0.1.17.dist-info → myosotis_researches-0.1.19.dist-info}/top_level.txt +0 -0
@@ -10,7 +10,7 @@ datasets_dir = resources.files("myosotis_researches").joinpath("CcGAN", "dataset
|
|
10
10
|
# File ID dictionary
|
11
11
|
file_id_dict = {
|
12
12
|
"Ra": "1CcXp7ga4Ebj7XeMA_fYH2RxTMOWvA0v5",
|
13
|
-
"MNIST": "
|
13
|
+
"MNIST": "1uAL7c8GNgv6VL42PGmc9Ei-MTNGOPUO4",
|
14
14
|
"Ra_sorted": "1pQ_HVkkBB7tpnaxDuStoyw_SSOS-Qqkb"
|
15
15
|
}
|
16
16
|
|
@@ -8,13 +8,7 @@
|
|
8
8
|
}
|
9
9
|
|
10
10
|
body {
|
11
|
-
|
12
|
-
max-width: 1024px;
|
13
|
-
margin: 0 auto;
|
14
|
-
}
|
15
|
-
|
16
|
-
.container {
|
17
|
-
margin: 0;
|
11
|
+
margin: 0 1rem;
|
18
12
|
border: 0;
|
19
13
|
padding: 0;
|
20
14
|
}
|
@@ -23,24 +17,27 @@ body {
|
|
23
17
|
font-family: "Courier New", Courier, monospace;
|
24
18
|
}
|
25
19
|
|
26
|
-
|
27
|
-
margin:
|
28
|
-
|
29
|
-
|
30
|
-
#header-container p {
|
20
|
+
.container {
|
21
|
+
margin: 0;
|
22
|
+
border: 0;
|
23
|
+
padding: 0;
|
31
24
|
overflow: scroll;
|
32
|
-
|
25
|
+
}
|
26
|
+
|
27
|
+
.inline-info {
|
28
|
+
word-break: break-all;
|
33
29
|
}
|
34
30
|
|
35
31
|
#main-container {
|
36
32
|
margin: 1rem auto;
|
37
|
-
width: fit-content;
|
38
33
|
}
|
39
34
|
|
40
35
|
#main-table {
|
36
|
+
margin-inline: auto;
|
41
37
|
text-align: center;
|
42
38
|
}
|
43
|
-
#main-table th,
|
39
|
+
#main-table th,
|
40
|
+
#main-table td {
|
44
41
|
padding: 0.5rem 1rem;
|
45
42
|
}
|
46
43
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;;AACA;EACE;;;AAIJ;EACE;EACA;EACA;;;
|
1
|
+
{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;;AACA;EACE;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;AACA;AAAA;EAEE","file":"style.css"}
|
@@ -8,33 +8,35 @@
|
|
8
8
|
}
|
9
9
|
|
10
10
|
body {
|
11
|
-
|
12
|
-
max-width: 1024px;
|
13
|
-
margin: 0 auto;
|
14
|
-
}
|
15
|
-
.container {
|
16
|
-
margin: 0;
|
11
|
+
margin: 0 1rem;
|
17
12
|
border: 0;
|
18
13
|
padding: 0;
|
19
14
|
}
|
15
|
+
|
20
16
|
.code {
|
21
17
|
font-family: "Courier New", Courier, monospace;
|
22
18
|
}
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
}
|
19
|
+
|
20
|
+
.container {
|
21
|
+
margin: 0;
|
22
|
+
border: 0;
|
23
|
+
padding: 0;
|
24
|
+
overflow: scroll;
|
30
25
|
}
|
26
|
+
|
27
|
+
.inline-info {
|
28
|
+
word-break: break-all;
|
29
|
+
}
|
30
|
+
|
31
31
|
#main-container {
|
32
32
|
margin: 1rem auto;
|
33
|
-
width: fit-content;
|
34
33
|
}
|
34
|
+
|
35
35
|
#main-table {
|
36
|
+
margin-inline: auto;
|
36
37
|
text-align: center;
|
37
|
-
th,
|
38
|
+
th,
|
39
|
+
td {
|
38
40
|
padding: 0.5rem 1rem;
|
39
41
|
}
|
40
42
|
}
|
@@ -4,57 +4,72 @@
|
|
4
4
|
<head>
|
5
5
|
<meta charset="UTF-8">
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7
|
-
<title>
|
7
|
+
<title>Dataset Visualize</title>
|
8
8
|
<link rel="stylesheet" href="./style.css">
|
9
9
|
</head>
|
10
10
|
|
11
11
|
<body>
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
<
|
18
|
-
<
|
19
|
-
|
12
|
+
|
13
|
+
<div class="container" id="main-container">
|
14
|
+
<h1>Dataset Visualize</h1>
|
15
|
+
<hr>
|
16
|
+
<section>
|
17
|
+
<h2>Dataset Info</h2>
|
18
|
+
<div class="container" id="dataset-info-container">
|
19
|
+
<p><b>Datasets Path</b></p>
|
20
|
+
<p class="code inline-info">{{ datasets_path }}</p>
|
21
|
+
<p><b>List Path</b></p>
|
22
|
+
<p class="code inline-info">{{ list_path }}</p>
|
23
|
+
<p><b>Template Path</b></p>
|
24
|
+
<p class="code inline-info">{{ template_path }}</p>
|
25
|
+
</div>
|
26
|
+
</section>
|
27
|
+
<hr>
|
28
|
+
<section>
|
29
|
+
<h2>Data List</h2>
|
20
30
|
<p><b>Indexes</b></p>
|
21
31
|
<p class="code">{{ indexes }}</p>
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
32
|
+
<p><b>List</b></p>
|
33
|
+
<div class="container">
|
34
|
+
<table id="main-table">
|
35
|
+
<thead>
|
36
|
+
<tr>
|
37
|
+
<th>Index</th>
|
38
|
+
<th>Image</th>
|
39
|
+
<th>Image Name</th>
|
40
|
+
<th>Label</th>
|
41
|
+
<th>Type</th>
|
42
|
+
<th>Original Index</th>
|
43
|
+
</tr>
|
44
|
+
</thead>
|
45
|
+
{% for item in items %}
|
46
|
+
<tr>
|
47
|
+
<td>
|
48
|
+
{{ loop.index }}
|
49
|
+
</td>
|
50
|
+
<td>
|
51
|
+
<img src="{{ item.image }}" alt="" style="width: {{ img_size }}px;">
|
52
|
+
</td>
|
53
|
+
<td class="code">
|
54
|
+
{{ item.image_name }}
|
55
|
+
</td>
|
56
|
+
<td>
|
57
|
+
{{ item.label }}
|
58
|
+
</td>
|
59
|
+
<td>
|
60
|
+
{{ item.type }}
|
61
|
+
</td>
|
62
|
+
<td>
|
63
|
+
{{ item.index }}
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
{% endfor %}
|
67
|
+
</table>
|
68
|
+
</div>
|
69
|
+
</section>
|
57
70
|
</div>
|
71
|
+
|
72
|
+
|
58
73
|
</body>
|
59
74
|
|
60
75
|
</html>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
myosotis_researches/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
myosotis_researches/CcGAN/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
myosotis_researches/CcGAN/internal/__init__.py,sha256=b-63yANNRQXgLF9k9yGdrm7mlULqGic1HTQTzg9wIME,209
|
4
|
-
myosotis_researches/CcGAN/internal/install_datasets.py,sha256=
|
4
|
+
myosotis_researches/CcGAN/internal/install_datasets.py,sha256=F0Wq-lziRTPZs9oH-AOwtxfve2mwQ3Sx-BwHhLY93ak,1197
|
5
5
|
myosotis_researches/CcGAN/internal/show_datasets.py,sha256=BWtQ6vdiEUOTrOs8aMBv6utuUN0IiaLKcK5iXq9y2qI,363
|
6
6
|
myosotis_researches/CcGAN/internal/uninstall_datasets.py,sha256=7pxPZcSe9RHncF0I_4rf8ZdI7eQwv-sFVfxzSVZfYHQ,297
|
7
7
|
myosotis_researches/CcGAN/models_128/CcGAN_SAGAN.py,sha256=uYDngtHoB7frPg2Vs7YCFXeUh7Y7MjaAXbRWHXO_xvw,10629
|
@@ -35,12 +35,12 @@ myosotis_researches/CcGAN/utils/print_hdf5.py,sha256=VvmNAWtMDmg6D9V6ZbSUXrQTKRh
|
|
35
35
|
myosotis_researches/CcGAN/utils/train.py,sha256=5ZXgkGesuInqUooJRpLej_KHqYQtlSDq90_5wig5elQ,5152
|
36
36
|
myosotis_researches/CcGAN/visualize/__init__.py,sha256=RHfzFo7FgcJhZVQ9DkEIGELK-lQNC5X915kPH8XGSiM,85
|
37
37
|
myosotis_researches/CcGAN/visualize/visualize_datasets.py,sha256=UJoRldde8c0wHuYnoEwE_xF5u8SPmUMHx_3VGI3wLWI,2694
|
38
|
-
myosotis_researches/CcGAN/visualize/src/style.css,sha256=
|
39
|
-
myosotis_researches/CcGAN/visualize/src/style.css.map,sha256=
|
40
|
-
myosotis_researches/CcGAN/visualize/src/style.scss,sha256=
|
41
|
-
myosotis_researches/CcGAN/visualize/src/template.html,sha256=
|
42
|
-
myosotis_researches-0.1.
|
43
|
-
myosotis_researches-0.1.
|
44
|
-
myosotis_researches-0.1.
|
45
|
-
myosotis_researches-0.1.
|
46
|
-
myosotis_researches-0.1.
|
38
|
+
myosotis_researches/CcGAN/visualize/src/style.css,sha256=4XFbetMeTKBZcG2EJH2sq4EIuvfSO_AyiVeM63ixvSI,584
|
39
|
+
myosotis_researches/CcGAN/visualize/src/style.css.map,sha256=GTGPet_xXnKQnsz-E2CMUWtrgu3D5t0g4J_A_amFdvw,246
|
40
|
+
myosotis_researches/CcGAN/visualize/src/style.scss,sha256=qk50CR-6wZ3lUHV5QvRWTUyqgCqOcKVEndi2Miv3Yig,533
|
41
|
+
myosotis_researches/CcGAN/visualize/src/template.html,sha256=5b_gnguXoXw9ugaLPXQFpiv0bix4wFELABx4pzV6_ac,2371
|
42
|
+
myosotis_researches-0.1.19.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
43
|
+
myosotis_researches-0.1.19.dist-info/METADATA,sha256=uZrLz-GLMgv7LMBRsArr7DqU7kzDYI4XJhCDMMcS-zI,3484
|
44
|
+
myosotis_researches-0.1.19.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
45
|
+
myosotis_researches-0.1.19.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
|
46
|
+
myosotis_researches-0.1.19.dist-info/RECORD,,
|
File without changes
|
{myosotis_researches-0.1.17.dist-info → myosotis_researches-0.1.19.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
File without changes
|