Myosotis-Researches 0.1.17__tar.gz → 0.1.18__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 (54) hide show
  1. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18/Myosotis_Researches.egg-info}/PKG-INFO +1 -1
  2. {myosotis_researches-0.1.17/Myosotis_Researches.egg-info → myosotis_researches-0.1.18}/PKG-INFO +1 -1
  3. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/visualize/src/style.css +12 -15
  4. myosotis_researches-0.1.18/myosotis_researches/CcGAN/visualize/src/style.css.map +1 -0
  5. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/visualize/src/style.scss +17 -15
  6. myosotis_researches-0.1.18/myosotis_researches/CcGAN/visualize/src/template.html +75 -0
  7. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/setup.py +1 -1
  8. myosotis_researches-0.1.17/myosotis_researches/CcGAN/visualize/src/style.css.map +0 -1
  9. myosotis_researches-0.1.17/myosotis_researches/CcGAN/visualize/src/template.html +0 -60
  10. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/LICENSE +0 -0
  11. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/MANIFEST.in +0 -0
  12. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/Myosotis_Researches.egg-info/SOURCES.txt +0 -0
  13. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/Myosotis_Researches.egg-info/dependency_links.txt +0 -0
  14. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/Myosotis_Researches.egg-info/top_level.txt +0 -0
  15. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/README.md +0 -0
  16. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/__init__.py +0 -0
  17. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/internal/__init__.py +0 -0
  18. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/internal/install_datasets.py +0 -0
  19. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/internal/show_datasets.py +0 -0
  20. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/internal/uninstall_datasets.py +0 -0
  21. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_128/CcGAN_SAGAN.py +0 -0
  22. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_128/ResNet_class_eval.py +0 -0
  23. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_128/ResNet_embed.py +0 -0
  24. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_128/ResNet_regre_eval.py +0 -0
  25. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_128/__init__.py +0 -0
  26. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_128/autoencoder.py +0 -0
  27. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_128/cGAN_SAGAN.py +0 -0
  28. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_128/cGAN_concat_SAGAN.py +0 -0
  29. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_256/CcGAN_SAGAN.py +0 -0
  30. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_256/ResNet_class_eval.py +0 -0
  31. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_256/ResNet_embed.py +0 -0
  32. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_256/ResNet_regre_eval.py +0 -0
  33. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_256/__init__.py +0 -0
  34. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_256/autoencoder.py +0 -0
  35. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_256/cGAN_SAGAN.py +0 -0
  36. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/models_256/cGAN_concat_SAGAN.py +0 -0
  37. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/train/__init__.py +0 -0
  38. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/train/train_ccgan.py +0 -0
  39. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/train/train_cgan.py +0 -0
  40. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/train/train_cgan_concat.py +0 -0
  41. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/train/train_net_for_label_embed.py +0 -0
  42. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/utils/IMGs_dataset.py +0 -0
  43. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/utils/SimpleProgressBar.py +0 -0
  44. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/utils/__init__.py +0 -0
  45. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/utils/concat_image.py +0 -0
  46. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/utils/make_h5.py +0 -0
  47. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/utils/opts.py +0 -0
  48. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/utils/print_hdf5.py +0 -0
  49. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/utils/train.py +0 -0
  50. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/visualize/__init__.py +0 -0
  51. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/CcGAN/visualize/visualize_datasets.py +0 -0
  52. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/myosotis_researches/__init__.py +0 -0
  53. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/pyproject.toml +0 -0
  54. {myosotis_researches-0.1.17 → myosotis_researches-0.1.18}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Myosotis-Researches
3
- Version: 0.1.17
3
+ Version: 0.1.18
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.17
3
+ Version: 0.1.18
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
@@ -8,13 +8,7 @@
8
8
  }
9
9
 
10
10
  body {
11
- width: 100vw;
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
- #header-container {
27
- margin: 1rem auto;
28
- overflow: hidden;
29
- }
30
- #header-container p {
20
+ .container {
21
+ margin: 0;
22
+ border: 0;
23
+ padding: 0;
31
24
  overflow: scroll;
32
- white-space: nowrap;
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, #main-table td {
39
+ #main-table th,
40
+ #main-table td {
44
41
  padding: 0.5rem 1rem;
45
42
  }
46
43
 
@@ -0,0 +1 @@
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
- width: 100vw;
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
- #header-container {
24
- margin: 1rem auto;
25
- overflow: hidden;
26
- p {
27
- overflow: scroll;
28
- white-space: nowrap;
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, td {
38
+ th,
39
+ td {
38
40
  padding: 0.5rem 1rem;
39
41
  }
40
42
  }
@@ -0,0 +1,75 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Dataset Visualize</title>
8
+ <link rel="stylesheet" href="./style.css">
9
+ </head>
10
+
11
+ <body>
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>
30
+ <p><b>Indexes</b></p>
31
+ <p class="code">{{ indexes }}</p>
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>
70
+ </div>
71
+
72
+
73
+ </body>
74
+
75
+ </html>
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="Myosotis-Researches",
5
- version="0.1.17",
5
+ version="0.1.18",
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",
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;;AACA;EACE;;;AAIJ;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;AACA;EACE;EACA;;;AAGJ;EACE;EACA;;;AAEF;EACE;;AACA;EACE","file":"style.css"}
@@ -1,60 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta charset="UTF-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Document</title>
8
- <link rel="stylesheet" href="./style.css">
9
- </head>
10
-
11
- <body>
12
- <header>
13
- <div class="container" id="header-container">
14
- <p><b>Datasets Path</b></p>
15
- <p class="code">{{ datasets_path }}</p>
16
- <p><b>List Path</b></p>
17
- <p class="code">{{ list_path }}</p>
18
- <p><b>Template Path</b></p>
19
- <p class="code">{{ template_path }}</p>
20
- <p><b>Indexes</b></p>
21
- <p class="code">{{ indexes }}</p>
22
- </div>
23
- </header>
24
- <hr>
25
- <h2>All Datas</h2>
26
- <div class="container" id="main-container">
27
- <table id="main-table">
28
- <thead>
29
- <tr>
30
- <th>Image</th>
31
- <th>Image Name</th>
32
- <th>Label</th>
33
- <th>Type</th>
34
- <th>Original Index</th>
35
- </tr>
36
- </thead>
37
- {% for item in items %}
38
- <tr>
39
- <td>
40
- <img src="{{ item.image }}" alt="" style="width: {{ img_size }}px;">
41
- </td>
42
- <td class="code">
43
- {{ item.image_name }}
44
- </td>
45
- <td>
46
- {{ item.label }}
47
- </td>
48
- <td>
49
- {{ item.type }}
50
- </td>
51
- <td>
52
- {{ item.index }}
53
- </td>
54
- </tr>
55
- {% endfor %}
56
- </table>
57
- </div>
58
- </body>
59
-
60
- </html>