spikezoo 0.2.1__tar.gz → 0.2.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {spikezoo-0.2.1/spikezoo.egg-info → spikezoo-0.2.2}/PKG-INFO +35 -6
- {spikezoo-0.2.1 → spikezoo-0.2.2}/README.md +34 -5
- {spikezoo-0.2.1 → spikezoo-0.2.2}/setup.py +1 -1
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/spike_utils.py +1 -1
- {spikezoo-0.2.1 → spikezoo-0.2.2/spikezoo.egg-info}/PKG-INFO +35 -6
- {spikezoo-0.2.1 → spikezoo-0.2.2}/LICENSE.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/MANIFEST.in +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/requirements.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/setup.cfg +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/__pycache__/__init__.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/base/__pycache__/nets.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/base/nets.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/README.md +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/datasets/datasets.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/datasets/ds_utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/main.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/metrics/psnr.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/metrics/ssim.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/__pycache__/align.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/__pycache__/bsf.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/__pycache__/rep.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/align.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/bsf.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/dsft_convert.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/rep.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/get_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/DSFT.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/crop_dataset_train.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/crop_dataset_val.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/crop_train.sh +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/crop_val.sh +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/io_utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/requirements.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/test.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeclip/__pycache__/nets.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeclip/nets.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/CheckPoints/readme +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/DataProcess/DataExtactor.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/DataProcess/DataLoader.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/DataProcess/LoadSpike.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/EvalResults/readme +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/LICENSE +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Metrics/Metrics.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Metrics/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/Loss.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/SpikeFormer.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/__pycache__/SpikeFormer.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/__pycache__/__init__.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/README.md +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/evaluate.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/recon_real_data.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/requirements.yml +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/train.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/.github/workflows/pylint.yml +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/.gitignore +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/DCNv2.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/__pycache__/DCNv2.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/__pycache__/align_arch.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/__pycache__/nets.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/align_arch.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/dataset.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/nets.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/readme.md +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/test_gen_imgseq.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/train.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/README.md +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/configs/SSIR.yml +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/configs/yml_parser.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/datasets/dataset_sreds.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/datasets/ds_utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/losses.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/main.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/metrics/psnr.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/metrics/ssim.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/Vgg19.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/__pycache__/layers.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/__pycache__/networks.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/layers.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/networks.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/requirements.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/shells/eval_SREDS.sh +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/shells/train_SSIR.sh +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/test.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/__pycache__/cbam.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/__pycache__/model.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/cbam.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/res.png +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/test.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/.git-credentials +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/README.md +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/ckpt_outputs/Descriptions.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/configs/STIR.yml +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/configs/utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/configs/yml_parser.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/datasets/dataset_sreds.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/datasets/ds_utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/eval_SREDS.sh +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/main.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/metrics/losses.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/metrics/psnr.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/metrics/ssim.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/Vgg19.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/__pycache__/networks_STIR.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/__pycache__/submodules.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/__pycache__/transformer_new.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/networks_STIR.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/submodules.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/transformer_new.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/convertions.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/disp_netS.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/flow_utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/generic_train_test.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/geometry.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/image_proc.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/linalg.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/losses.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/metrics.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/model_base.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/net_basics.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/resnet.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/transforms.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/dist/package_core-0.0.0-py3.9.egg +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/__pycache__/__init__.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/__pycache__/net_basics.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/convertions.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/disp_netS.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/flow_utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/generic_train_test.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/geometry.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/image_proc.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/linalg.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/losses.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/metrics.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/model_base.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/net_basics.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/resnet.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/transforms.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/PKG-INFO +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/SOURCES.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/dependency_links.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/top_level.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/setup.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/requirements.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/train_STIR.sh +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/tfi/__pycache__/nets.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/tfi/nets.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/tfp/__pycache__/nets.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/tfp/nets.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/README.md +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/__pycache__/dwtnets.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/__pycache__/submodules.cpython-39.pyc +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/dataset.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/demo.png +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/demo.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/dwtnets.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/eval.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/logs/WGSE-Dwt1dNet-db8-5-ks3/log.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/submodules.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/train.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/transform.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/weights/demo.png +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/gt/200_part1_key_id151.png +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/gt/200_part3_key_id151.png +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/gt/203_part1_key_id151.png +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/spike/200_part1_key_id151.dat +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/spike/200_part3_key_id151.dat +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/spike/203_part1_key_id151.dat +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/gt/203_part2_key_id151.png +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/gt/203_part3_key_id151.png +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/gt/203_part4_key_id151.png +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/spike/203_part2_key_id151.dat +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/spike/203_part3_key_id151.dat +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/spike/203_part4_key_id151.dat +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/base_dataset.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/realworld_dataset.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/reds_small_dataset.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/szdata_dataset.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/uhsr_dataset.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/metrics/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/base_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/bsf_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/spikeclip_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/spikeformer_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/spk2imgnet_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/ssir_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/ssml_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/stir_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/tfi_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/tfp_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/wgse_model.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/pipeline/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/pipeline/base_pipeline.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/pipeline/ensemble_pipeline.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/pipeline/train_pipeline.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/__init__.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/data_utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/img_utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/other_utils.py +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/vidar_loader.cpython-39-x86_64-linux-gnu.so +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo.egg-info/SOURCES.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo.egg-info/dependency_links.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo.egg-info/requires.txt +0 -0
- {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: spikezoo
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: A deep learning toolbox for spike-to-image models.
|
5
5
|
Home-page: https://github.com/chenkang455/Spike-Zoo
|
6
6
|
Author: Kang Chen
|
@@ -36,12 +36,12 @@ Dynamic: requires-python
|
|
36
36
|
Dynamic: summary
|
37
37
|
|
38
38
|
<h2 align="center">
|
39
|
-
<a href=""
|
39
|
+
<a href="">⚡Spike-Zoo: A Toolbox for Spike-to-Image Reconstruction
|
40
40
|
</a>
|
41
41
|
</h2>
|
42
42
|
|
43
43
|
## 📖 About
|
44
|
-
⚡
|
44
|
+
⚡Spike-Zoo is the go-to library for state-of-the-art pretrained **spike-to-image** models designed to reconstruct images from spike streams. Whether you're looking for a simple inference solution or aiming to train your own spike-to-image models, ⚡Spike-Zoo is a modular toolbox that supports both, with key features including:
|
45
45
|
|
46
46
|
- Fast inference with pre-trained models.
|
47
47
|
- Training support for custom-designed spike-to-image models.
|
@@ -138,22 +138,51 @@ We finish the training with one 4090 GPU in `2 minutes`, achieving `34.7dB` in P
|
|
138
138
|
> 🌟 We encourage users to develop their models using our framework, with the tutorial being released soon.
|
139
139
|
|
140
140
|
### 4. Others
|
141
|
-
We provide a faster `load_vidar_dat` function implemented with `cpp` (by @zeal-ye):
|
141
|
+
We provide a faster `load_vidar_dat` function implemented with `cpp` (by [@zeal-ye](https://github.com/zeal-ye)):
|
142
142
|
``` python
|
143
143
|
import spikezoo as sz
|
144
144
|
spike = sz.load_vidar_dat("data/scissor.dat",width = 400,height = 250,version='cpp')
|
145
145
|
```
|
146
146
|
🚀 Results on [examples/test_load_dat.py](examples/test_load_dat.py) show that the `cpp` version is more than 10 times faster than the `python` version.
|
147
147
|
|
148
|
-
|
149
148
|
## 📅 TODO
|
150
149
|
- [ ] Provide the tutorials.
|
151
150
|
- [ ] Support more training settings.
|
152
151
|
- [ ] Support more spike-based image reconstruction methods and datasets.
|
153
152
|
- [ ] Support the overall pipeline for spike simulation.
|
154
153
|
|
154
|
+
## 🤗 Supports
|
155
|
+
Run the following code to find our supported models, datasets and metrics:
|
156
|
+
``` python
|
157
|
+
import spikezoo as sz
|
158
|
+
print(sz.get_models())
|
159
|
+
print(sz.get_datasets())
|
160
|
+
print(sz.get_metrics())
|
161
|
+
```
|
162
|
+
**Supported Models:**
|
163
|
+
| Models | Source
|
164
|
+
| ---- | ---- |
|
165
|
+
| `tfp`,`tfi` | Spike camera and its coding methods |
|
166
|
+
| `spk2imgnet` | Spk2ImgNet: Learning to Reconstruct Dynamic Scene from Continuous Spike Stream |
|
167
|
+
| `wgse` | Learning Temporal-Ordered Representation for Spike Streams Based on Discrete Wavelet Transforms |
|
168
|
+
| `ssml` | Self-Supervised Mutual Learning for Dynamic Scene Reconstruction of Spiking Camera |
|
169
|
+
| `spikeformer` | SpikeFormer: Image Reconstruction from the Sequence of Spike Camera Based on Transformer |
|
170
|
+
| `ssir` | Spike Camera Image Reconstruction Using Deep Spiking Neural Networks |
|
171
|
+
| `bsf` | Boosting Spike Camera Image Reconstruction from a Perspective of Dealing with Spike Fluctuations |
|
172
|
+
| `stir` | Spatio-Temporal Interactive Learning for Efficient Image Reconstruction of Spiking Cameras |
|
173
|
+
| `spikeclip` | Rethinking High-speed Image Reconstruction Framework with Spike Camera |
|
174
|
+
|
175
|
+
**Supported Datasets:**
|
176
|
+
| Datasets | Source
|
177
|
+
| ---- | ---- |
|
178
|
+
| `reds_small` | Spk2ImgNet: Learning to Reconstruct Dynamic Scene from Continuous Spike Stream |
|
179
|
+
| `uhsr` | Recognizing Ultra-High-Speed Moving Objects with Bio-Inspired Spike Camera |
|
180
|
+
| `realworld` | `recVidarReal2019`,`momVidarReal2021` in [SpikeCV](https://github.com/Zyj061/SpikeCV) |
|
181
|
+
| `szdata` | SpikeReveal: Unlocking Temporal Sequences from Real Blurry Inputs with Spike Streams |
|
182
|
+
|
183
|
+
|
155
184
|
## ✨ Acknowledgment
|
156
|
-
Our code is built on the open-source projects of [SpikeCV](https://spikecv.github.io/), [IQA-Pytorch](https://github.com/chaofengc/IQA-PyTorch), [BasicSR](https://github.com/XPixelGroup/BasicSR) and [NeRFStudio](https://github.com/nerfstudio-project/nerfstudio).We appreciate the effort of the contributors to these repositories. Thanks for @ruizhao26 and @Leozhangjiyuan for their help in building this project.
|
185
|
+
Our code is built on the open-source projects of [SpikeCV](https://spikecv.github.io/), [IQA-Pytorch](https://github.com/chaofengc/IQA-PyTorch), [BasicSR](https://github.com/XPixelGroup/BasicSR) and [NeRFStudio](https://github.com/nerfstudio-project/nerfstudio).We appreciate the effort of the contributors to these repositories. Thanks for [@ruizhao26](https://github.com/ruizhao26) and [@Leozhangjiyuan](https://github.com/Leozhangjiyuan) for their help in building this project.
|
157
186
|
|
158
187
|
## 📑 Citation
|
159
188
|
If you find our codes helpful to your research, please consider to use the following citation:
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<h2 align="center">
|
2
|
-
<a href=""
|
2
|
+
<a href="">⚡Spike-Zoo: A Toolbox for Spike-to-Image Reconstruction
|
3
3
|
</a>
|
4
4
|
</h2>
|
5
5
|
|
6
6
|
## 📖 About
|
7
|
-
⚡
|
7
|
+
⚡Spike-Zoo is the go-to library for state-of-the-art pretrained **spike-to-image** models designed to reconstruct images from spike streams. Whether you're looking for a simple inference solution or aiming to train your own spike-to-image models, ⚡Spike-Zoo is a modular toolbox that supports both, with key features including:
|
8
8
|
|
9
9
|
- Fast inference with pre-trained models.
|
10
10
|
- Training support for custom-designed spike-to-image models.
|
@@ -101,22 +101,51 @@ We finish the training with one 4090 GPU in `2 minutes`, achieving `34.7dB` in P
|
|
101
101
|
> 🌟 We encourage users to develop their models using our framework, with the tutorial being released soon.
|
102
102
|
|
103
103
|
### 4. Others
|
104
|
-
We provide a faster `load_vidar_dat` function implemented with `cpp` (by @zeal-ye):
|
104
|
+
We provide a faster `load_vidar_dat` function implemented with `cpp` (by [@zeal-ye](https://github.com/zeal-ye)):
|
105
105
|
``` python
|
106
106
|
import spikezoo as sz
|
107
107
|
spike = sz.load_vidar_dat("data/scissor.dat",width = 400,height = 250,version='cpp')
|
108
108
|
```
|
109
109
|
🚀 Results on [examples/test_load_dat.py](examples/test_load_dat.py) show that the `cpp` version is more than 10 times faster than the `python` version.
|
110
110
|
|
111
|
-
|
112
111
|
## 📅 TODO
|
113
112
|
- [ ] Provide the tutorials.
|
114
113
|
- [ ] Support more training settings.
|
115
114
|
- [ ] Support more spike-based image reconstruction methods and datasets.
|
116
115
|
- [ ] Support the overall pipeline for spike simulation.
|
117
116
|
|
117
|
+
## 🤗 Supports
|
118
|
+
Run the following code to find our supported models, datasets and metrics:
|
119
|
+
``` python
|
120
|
+
import spikezoo as sz
|
121
|
+
print(sz.get_models())
|
122
|
+
print(sz.get_datasets())
|
123
|
+
print(sz.get_metrics())
|
124
|
+
```
|
125
|
+
**Supported Models:**
|
126
|
+
| Models | Source
|
127
|
+
| ---- | ---- |
|
128
|
+
| `tfp`,`tfi` | Spike camera and its coding methods |
|
129
|
+
| `spk2imgnet` | Spk2ImgNet: Learning to Reconstruct Dynamic Scene from Continuous Spike Stream |
|
130
|
+
| `wgse` | Learning Temporal-Ordered Representation for Spike Streams Based on Discrete Wavelet Transforms |
|
131
|
+
| `ssml` | Self-Supervised Mutual Learning for Dynamic Scene Reconstruction of Spiking Camera |
|
132
|
+
| `spikeformer` | SpikeFormer: Image Reconstruction from the Sequence of Spike Camera Based on Transformer |
|
133
|
+
| `ssir` | Spike Camera Image Reconstruction Using Deep Spiking Neural Networks |
|
134
|
+
| `bsf` | Boosting Spike Camera Image Reconstruction from a Perspective of Dealing with Spike Fluctuations |
|
135
|
+
| `stir` | Spatio-Temporal Interactive Learning for Efficient Image Reconstruction of Spiking Cameras |
|
136
|
+
| `spikeclip` | Rethinking High-speed Image Reconstruction Framework with Spike Camera |
|
137
|
+
|
138
|
+
**Supported Datasets:**
|
139
|
+
| Datasets | Source
|
140
|
+
| ---- | ---- |
|
141
|
+
| `reds_small` | Spk2ImgNet: Learning to Reconstruct Dynamic Scene from Continuous Spike Stream |
|
142
|
+
| `uhsr` | Recognizing Ultra-High-Speed Moving Objects with Bio-Inspired Spike Camera |
|
143
|
+
| `realworld` | `recVidarReal2019`,`momVidarReal2021` in [SpikeCV](https://github.com/Zyj061/SpikeCV) |
|
144
|
+
| `szdata` | SpikeReveal: Unlocking Temporal Sequences from Real Blurry Inputs with Spike Streams |
|
145
|
+
|
146
|
+
|
118
147
|
## ✨ Acknowledgment
|
119
|
-
Our code is built on the open-source projects of [SpikeCV](https://spikecv.github.io/), [IQA-Pytorch](https://github.com/chaofengc/IQA-PyTorch), [BasicSR](https://github.com/XPixelGroup/BasicSR) and [NeRFStudio](https://github.com/nerfstudio-project/nerfstudio).We appreciate the effort of the contributors to these repositories. Thanks for @ruizhao26 and @Leozhangjiyuan for their help in building this project.
|
148
|
+
Our code is built on the open-source projects of [SpikeCV](https://spikecv.github.io/), [IQA-Pytorch](https://github.com/chaofengc/IQA-PyTorch), [BasicSR](https://github.com/XPixelGroup/BasicSR) and [NeRFStudio](https://github.com/nerfstudio-project/nerfstudio).We appreciate the effort of the contributors to these repositories. Thanks for [@ruizhao26](https://github.com/ruizhao26) and [@Leozhangjiyuan](https://github.com/Leozhangjiyuan) for their help in building this project.
|
120
149
|
|
121
150
|
## 📑 Citation
|
122
151
|
If you find our codes helpful to your research, please consider to use the following citation:
|
@@ -10,7 +10,7 @@ with open("./README.md", "r", encoding="utf-8") as fh:
|
|
10
10
|
setup(
|
11
11
|
install_requires=install_requires,
|
12
12
|
name="spikezoo",
|
13
|
-
version="0.2.
|
13
|
+
version="0.2.2",
|
14
14
|
author="Kang Chen",
|
15
15
|
author_email="mrchenkang@stu.pku.edu.cn",
|
16
16
|
description="A deep learning toolbox for spike-to-image models.",
|
@@ -5,7 +5,7 @@ import os
|
|
5
5
|
from .vidar_loader import load_vidar_dat_cpp
|
6
6
|
from typing import Literal
|
7
7
|
|
8
|
-
def load_vidar_dat(filename, height, width,remove_head=False, version:Literal['python','cpp'] = "
|
8
|
+
def load_vidar_dat(filename, height, width,remove_head=False, version:Literal['python','cpp'] = "python", out_format : Literal['array','tensor']="array",):
|
9
9
|
"""Load the spike stream from the .dat file."""
|
10
10
|
# Spike decode
|
11
11
|
if version == "python":
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: spikezoo
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: A deep learning toolbox for spike-to-image models.
|
5
5
|
Home-page: https://github.com/chenkang455/Spike-Zoo
|
6
6
|
Author: Kang Chen
|
@@ -36,12 +36,12 @@ Dynamic: requires-python
|
|
36
36
|
Dynamic: summary
|
37
37
|
|
38
38
|
<h2 align="center">
|
39
|
-
<a href=""
|
39
|
+
<a href="">⚡Spike-Zoo: A Toolbox for Spike-to-Image Reconstruction
|
40
40
|
</a>
|
41
41
|
</h2>
|
42
42
|
|
43
43
|
## 📖 About
|
44
|
-
⚡
|
44
|
+
⚡Spike-Zoo is the go-to library for state-of-the-art pretrained **spike-to-image** models designed to reconstruct images from spike streams. Whether you're looking for a simple inference solution or aiming to train your own spike-to-image models, ⚡Spike-Zoo is a modular toolbox that supports both, with key features including:
|
45
45
|
|
46
46
|
- Fast inference with pre-trained models.
|
47
47
|
- Training support for custom-designed spike-to-image models.
|
@@ -138,22 +138,51 @@ We finish the training with one 4090 GPU in `2 minutes`, achieving `34.7dB` in P
|
|
138
138
|
> 🌟 We encourage users to develop their models using our framework, with the tutorial being released soon.
|
139
139
|
|
140
140
|
### 4. Others
|
141
|
-
We provide a faster `load_vidar_dat` function implemented with `cpp` (by @zeal-ye):
|
141
|
+
We provide a faster `load_vidar_dat` function implemented with `cpp` (by [@zeal-ye](https://github.com/zeal-ye)):
|
142
142
|
``` python
|
143
143
|
import spikezoo as sz
|
144
144
|
spike = sz.load_vidar_dat("data/scissor.dat",width = 400,height = 250,version='cpp')
|
145
145
|
```
|
146
146
|
🚀 Results on [examples/test_load_dat.py](examples/test_load_dat.py) show that the `cpp` version is more than 10 times faster than the `python` version.
|
147
147
|
|
148
|
-
|
149
148
|
## 📅 TODO
|
150
149
|
- [ ] Provide the tutorials.
|
151
150
|
- [ ] Support more training settings.
|
152
151
|
- [ ] Support more spike-based image reconstruction methods and datasets.
|
153
152
|
- [ ] Support the overall pipeline for spike simulation.
|
154
153
|
|
154
|
+
## 🤗 Supports
|
155
|
+
Run the following code to find our supported models, datasets and metrics:
|
156
|
+
``` python
|
157
|
+
import spikezoo as sz
|
158
|
+
print(sz.get_models())
|
159
|
+
print(sz.get_datasets())
|
160
|
+
print(sz.get_metrics())
|
161
|
+
```
|
162
|
+
**Supported Models:**
|
163
|
+
| Models | Source
|
164
|
+
| ---- | ---- |
|
165
|
+
| `tfp`,`tfi` | Spike camera and its coding methods |
|
166
|
+
| `spk2imgnet` | Spk2ImgNet: Learning to Reconstruct Dynamic Scene from Continuous Spike Stream |
|
167
|
+
| `wgse` | Learning Temporal-Ordered Representation for Spike Streams Based on Discrete Wavelet Transforms |
|
168
|
+
| `ssml` | Self-Supervised Mutual Learning for Dynamic Scene Reconstruction of Spiking Camera |
|
169
|
+
| `spikeformer` | SpikeFormer: Image Reconstruction from the Sequence of Spike Camera Based on Transformer |
|
170
|
+
| `ssir` | Spike Camera Image Reconstruction Using Deep Spiking Neural Networks |
|
171
|
+
| `bsf` | Boosting Spike Camera Image Reconstruction from a Perspective of Dealing with Spike Fluctuations |
|
172
|
+
| `stir` | Spatio-Temporal Interactive Learning for Efficient Image Reconstruction of Spiking Cameras |
|
173
|
+
| `spikeclip` | Rethinking High-speed Image Reconstruction Framework with Spike Camera |
|
174
|
+
|
175
|
+
**Supported Datasets:**
|
176
|
+
| Datasets | Source
|
177
|
+
| ---- | ---- |
|
178
|
+
| `reds_small` | Spk2ImgNet: Learning to Reconstruct Dynamic Scene from Continuous Spike Stream |
|
179
|
+
| `uhsr` | Recognizing Ultra-High-Speed Moving Objects with Bio-Inspired Spike Camera |
|
180
|
+
| `realworld` | `recVidarReal2019`,`momVidarReal2021` in [SpikeCV](https://github.com/Zyj061/SpikeCV) |
|
181
|
+
| `szdata` | SpikeReveal: Unlocking Temporal Sequences from Real Blurry Inputs with Spike Streams |
|
182
|
+
|
183
|
+
|
155
184
|
## ✨ Acknowledgment
|
156
|
-
Our code is built on the open-source projects of [SpikeCV](https://spikecv.github.io/), [IQA-Pytorch](https://github.com/chaofengc/IQA-PyTorch), [BasicSR](https://github.com/XPixelGroup/BasicSR) and [NeRFStudio](https://github.com/nerfstudio-project/nerfstudio).We appreciate the effort of the contributors to these repositories. Thanks for @ruizhao26 and @Leozhangjiyuan for their help in building this project.
|
185
|
+
Our code is built on the open-source projects of [SpikeCV](https://spikecv.github.io/), [IQA-Pytorch](https://github.com/chaofengc/IQA-PyTorch), [BasicSR](https://github.com/XPixelGroup/BasicSR) and [NeRFStudio](https://github.com/nerfstudio-project/nerfstudio).We appreciate the effort of the contributors to these repositories. Thanks for [@ruizhao26](https://github.com/ruizhao26) and [@Leozhangjiyuan](https://github.com/Leozhangjiyuan) for their help in building this project.
|
157
186
|
|
158
187
|
## 📑 Citation
|
159
188
|
If you find our codes helpful to your research, please consider to use the following citation:
|
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
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/__pycache__/align.cpython-39.pyc
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/__pycache__/bsf.cpython-39.pyc
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/__pycache__/rep.cpython-39.pyc
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
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/__pycache__/DCNv2.cpython-39.pyc
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/__pycache__/align_arch.cpython-39.pyc
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
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/__pycache__/layers.cpython-39.pyc
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/__pycache__/networks.cpython-39.pyc
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
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/__pycache__/submodules.cpython-39.pyc
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
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/linalg.py
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/losses.py
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/metrics.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/resnet.py
RENAMED
File without changes
|
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/utils.py
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/dist/package_core-0.0.0-py3.9.egg
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/convertions.py
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/disp_netS.py
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/flow_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/image_proc.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/model_base.py
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/net_basics.py
RENAMED
File without changes
|
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/transforms.py
RENAMED
File without changes
|
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/PKG-INFO
RENAMED
File without changes
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/SOURCES.txt
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
|
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
|
{spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/vidar_loader.cpython-39-x86_64-linux-gnu.so
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|