Myosotis-Researches 0.1.18__tar.gz → 0.1.20__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.
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20/Myosotis_Researches.egg-info}/PKG-INFO +1 -1
- {myosotis_researches-0.1.18/Myosotis_Researches.egg-info → myosotis_researches-0.1.20}/PKG-INFO +1 -1
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/internal/install_datasets.py +1 -1
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/visualize/visualize_datasets.py +0 -2
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/setup.py +1 -1
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/LICENSE +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/MANIFEST.in +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/Myosotis_Researches.egg-info/SOURCES.txt +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/Myosotis_Researches.egg-info/dependency_links.txt +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/Myosotis_Researches.egg-info/top_level.txt +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/README.md +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/__init__.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/internal/__init__.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/internal/show_datasets.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/internal/uninstall_datasets.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_128/CcGAN_SAGAN.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_128/ResNet_class_eval.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_128/ResNet_embed.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_128/ResNet_regre_eval.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_128/__init__.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_128/autoencoder.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_128/cGAN_SAGAN.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_128/cGAN_concat_SAGAN.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_256/CcGAN_SAGAN.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_256/ResNet_class_eval.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_256/ResNet_embed.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_256/ResNet_regre_eval.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_256/__init__.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_256/autoencoder.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_256/cGAN_SAGAN.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/models_256/cGAN_concat_SAGAN.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/train/__init__.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/train/train_ccgan.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/train/train_cgan.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/train/train_cgan_concat.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/train/train_net_for_label_embed.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/IMGs_dataset.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/SimpleProgressBar.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/__init__.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/concat_image.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/make_h5.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/opts.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/print_hdf5.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/train.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/visualize/__init__.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/visualize/src/style.css +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/visualize/src/style.css.map +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/visualize/src/style.scss +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/visualize/src/template.html +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/__init__.py +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/pyproject.toml +0 -0
- {myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/setup.cfg +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
|
|
@@ -38,8 +38,6 @@ def datasets_to_html(indexes, datasets_path, list_path, template_path, img_size)
|
|
38
38
|
|
39
39
|
# Get list
|
40
40
|
df = pd.read_csv(list_path)
|
41
|
-
tool_wears = df.iloc[indexes]["tool_wear"]
|
42
|
-
surfaces = df.iloc[indexes]["surface"]
|
43
41
|
image_names = df.iloc[indexes]["image_name"]
|
44
42
|
|
45
43
|
# Transform data to base64
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="Myosotis-Researches",
|
5
|
-
version="0.1.
|
5
|
+
version="0.1.20",
|
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",
|
File without changes
|
File without changes
|
{myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/Myosotis_Researches.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/Myosotis_Researches.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
{myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/make_h5.py
RENAMED
File without changes
|
{myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/opts.py
RENAMED
File without changes
|
File without changes
|
{myosotis_researches-0.1.18 → myosotis_researches-0.1.20}/myosotis_researches/CcGAN/utils/train.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|