Myosotis-Researches 0.0.25__tar.gz → 0.0.27__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.0.25 → myosotis_researches-0.0.27/Myosotis_Researches.egg-info}/PKG-INFO +1 -1
- {myosotis_researches-0.0.25/Myosotis_Researches.egg-info → myosotis_researches-0.0.27}/PKG-INFO +1 -1
- {myosotis_researches-0.0.25/myosotis_researches/CcGAN/utils → myosotis_researches-0.0.27/myosotis_researches/CcGAN/internal}/install_datasets.py +4 -2
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/internal/uninstall_datasets.py +3 -1
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/setup.py +1 -1
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/LICENSE +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/Myosotis_Researches.egg-info/SOURCES.txt +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/Myosotis_Researches.egg-info/dependency_links.txt +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/Myosotis_Researches.egg-info/top_level.txt +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/README.md +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/__init__.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/internal/__init__.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_128/CcGAN_SAGAN.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_128/ResNet_class_eval.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_128/ResNet_embed.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_128/ResNet_regre_eval.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_128/__init__.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_128/autoencoder.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_128/cGAN_SAGAN.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_128/cGAN_concat_SAGAN.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_256/CcGAN_SAGAN.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_256/ResNet_class_eval.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_256/ResNet_embed.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_256/ResNet_regre_eval.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_256/__init__.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_256/autoencoder.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_256/cGAN_SAGAN.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/models_256/cGAN_concat_SAGAN.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/DiffAugment_pytorch.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/__init__.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/eval_metrics.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/opts.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/pretrain_AE.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/pretrain_CNN_class.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/pretrain_CNN_regre.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/train_ccgan.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/train_cgan.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/train_cgan_concat.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/train_net_for_label_embed.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128/utils.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/DiffAugment_pytorch.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/__init__.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/eval_metrics.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/opts.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/pretrain_AE.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/pretrain_CNN_class.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/pretrain_CNN_regre.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/train_ccgan.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/train_cgan.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/train_cgan_concat.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/train_net_for_label_embed.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/train_128_output_10/utils.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/utils/__init__.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/utils/concat_image_horizontal.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/utils/concat_image_vertical.py +0 -0
- {myosotis_researches-0.0.25/myosotis_researches/CcGAN/internal → myosotis_researches-0.0.27/myosotis_researches/CcGAN/utils}/install_datasets.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/utils/make_h5.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/utils/print_hdf5_structure.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/myosotis_researches/__init__.py +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/pyproject.toml +0 -0
- {myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/setup.cfg +0 -0
@@ -6,8 +6,6 @@ import subprocess
|
|
6
6
|
|
7
7
|
# Paths
|
8
8
|
datasets_dir = resources.files("myosotis_researches").joinpath("CcGAN", "datasets")
|
9
|
-
if not os.path.exists(datasets_dir):
|
10
|
-
os.makedirs(datasets_dir, exist_ok=True)
|
11
9
|
|
12
10
|
# File ID dictionary
|
13
11
|
file_id_dict = {
|
@@ -19,6 +17,10 @@ file_id_dict = {
|
|
19
17
|
# Function
|
20
18
|
def install_datasets(datasets_name):
|
21
19
|
|
20
|
+
# Makedir
|
21
|
+
if not os.path.exists(datasets_dir):
|
22
|
+
os.makedirs(datasets_dir, exist_ok=True)
|
23
|
+
|
22
24
|
# Path
|
23
25
|
zipped_dataset_path = os.path.join(datasets_dir, f"{datasets_name}_datasets.rar")
|
24
26
|
|
@@ -1,5 +1,7 @@
|
|
1
1
|
from importlib import resources
|
2
2
|
import os
|
3
|
+
import shutil
|
4
|
+
|
3
5
|
|
4
6
|
# Paths
|
5
7
|
datasets_dir = resources.files("myosotis_researches").joinpath("CcGAN", "datasets")
|
@@ -8,7 +10,7 @@ datasets_dir = resources.files("myosotis_researches").joinpath("CcGAN", "dataset
|
|
8
10
|
# Function
|
9
11
|
def uninstall_datasets():
|
10
12
|
if os.path.exists(datasets_dir):
|
11
|
-
|
13
|
+
shutil.rmtree(datasets_dir)
|
12
14
|
|
13
15
|
|
14
16
|
__all__ = ["uninstall_datasets"]
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="Myosotis-Researches",
|
5
|
-
version="0.0.
|
5
|
+
version="0.0.27",
|
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
|
{myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/Myosotis_Researches.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/Myosotis_Researches.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
{myosotis_researches-0.0.25 → myosotis_researches-0.0.27}/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
|
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.0.25 → myosotis_researches-0.0.27}/myosotis_researches/CcGAN/utils/make_h5.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|