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.
Files changed (218) hide show
  1. {spikezoo-0.2.1/spikezoo.egg-info → spikezoo-0.2.2}/PKG-INFO +35 -6
  2. {spikezoo-0.2.1 → spikezoo-0.2.2}/README.md +34 -5
  3. {spikezoo-0.2.1 → spikezoo-0.2.2}/setup.py +1 -1
  4. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/spike_utils.py +1 -1
  5. {spikezoo-0.2.1 → spikezoo-0.2.2/spikezoo.egg-info}/PKG-INFO +35 -6
  6. {spikezoo-0.2.1 → spikezoo-0.2.2}/LICENSE.txt +0 -0
  7. {spikezoo-0.2.1 → spikezoo-0.2.2}/MANIFEST.in +0 -0
  8. {spikezoo-0.2.1 → spikezoo-0.2.2}/requirements.txt +0 -0
  9. {spikezoo-0.2.1 → spikezoo-0.2.2}/setup.cfg +0 -0
  10. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/__init__.py +0 -0
  11. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/__init__.py +0 -0
  12. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/__pycache__/__init__.cpython-39.pyc +0 -0
  13. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/base/__pycache__/nets.cpython-39.pyc +0 -0
  14. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/base/nets.py +0 -0
  15. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/README.md +0 -0
  16. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/datasets/datasets.py +0 -0
  17. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/datasets/ds_utils.py +0 -0
  18. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/main.py +0 -0
  19. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/metrics/psnr.py +0 -0
  20. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/metrics/ssim.py +0 -0
  21. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/__pycache__/align.cpython-39.pyc +0 -0
  22. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/__pycache__/bsf.cpython-39.pyc +0 -0
  23. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/__pycache__/rep.cpython-39.pyc +0 -0
  24. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/align.py +0 -0
  25. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/bsf.py +0 -0
  26. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/dsft_convert.py +0 -0
  27. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/bsf/rep.py +0 -0
  28. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/models/get_model.py +0 -0
  29. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/DSFT.py +0 -0
  30. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/crop_dataset_train.py +0 -0
  31. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/crop_dataset_val.py +0 -0
  32. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/crop_train.sh +0 -0
  33. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/crop_val.sh +0 -0
  34. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/prepare_data/io_utils.py +0 -0
  35. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/requirements.txt +0 -0
  36. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/test.py +0 -0
  37. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/bsf/utils.py +0 -0
  38. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeclip/__pycache__/nets.cpython-39.pyc +0 -0
  39. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeclip/nets.py +0 -0
  40. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/CheckPoints/readme +0 -0
  41. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/DataProcess/DataExtactor.py +0 -0
  42. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/DataProcess/DataLoader.py +0 -0
  43. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/DataProcess/LoadSpike.py +0 -0
  44. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/EvalResults/readme +0 -0
  45. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/LICENSE +0 -0
  46. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Metrics/Metrics.py +0 -0
  47. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Metrics/__init__.py +0 -0
  48. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/Loss.py +0 -0
  49. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/SpikeFormer.py +0 -0
  50. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/__init__.py +0 -0
  51. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/__pycache__/SpikeFormer.cpython-39.pyc +0 -0
  52. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/Model/__pycache__/__init__.cpython-39.pyc +0 -0
  53. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/README.md +0 -0
  54. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/evaluate.py +0 -0
  55. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/recon_real_data.py +0 -0
  56. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/requirements.yml +0 -0
  57. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/train.py +0 -0
  58. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spikeformer/utils.py +0 -0
  59. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/.github/workflows/pylint.yml +0 -0
  60. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/.gitignore +0 -0
  61. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/DCNv2.py +0 -0
  62. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/__pycache__/DCNv2.cpython-39.pyc +0 -0
  63. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/__pycache__/align_arch.cpython-39.pyc +0 -0
  64. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/__pycache__/nets.cpython-39.pyc +0 -0
  65. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/align_arch.py +0 -0
  66. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/dataset.py +0 -0
  67. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/nets.py +0 -0
  68. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/readme.md +0 -0
  69. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/test_gen_imgseq.py +0 -0
  70. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/train.py +0 -0
  71. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/spk2imgnet/utils.py +0 -0
  72. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/README.md +0 -0
  73. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/configs/SSIR.yml +0 -0
  74. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/configs/yml_parser.py +0 -0
  75. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/datasets/dataset_sreds.py +0 -0
  76. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/datasets/ds_utils.py +0 -0
  77. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/losses.py +0 -0
  78. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/main.py +0 -0
  79. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/metrics/psnr.py +0 -0
  80. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/metrics/ssim.py +0 -0
  81. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/Vgg19.py +0 -0
  82. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/__pycache__/layers.cpython-39.pyc +0 -0
  83. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/__pycache__/networks.cpython-39.pyc +0 -0
  84. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/layers.py +0 -0
  85. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/models/networks.py +0 -0
  86. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/requirements.txt +0 -0
  87. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/shells/eval_SREDS.sh +0 -0
  88. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/shells/train_SSIR.sh +0 -0
  89. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/test.py +0 -0
  90. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssir/utils.py +0 -0
  91. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/__pycache__/cbam.cpython-39.pyc +0 -0
  92. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/__pycache__/model.cpython-39.pyc +0 -0
  93. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/cbam.py +0 -0
  94. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/model.py +0 -0
  95. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/res.png +0 -0
  96. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/ssml/test.py +0 -0
  97. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/.git-credentials +0 -0
  98. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/README.md +0 -0
  99. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/ckpt_outputs/Descriptions.txt +0 -0
  100. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/configs/STIR.yml +0 -0
  101. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/configs/utils.py +0 -0
  102. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/configs/yml_parser.py +0 -0
  103. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/datasets/dataset_sreds.py +0 -0
  104. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/datasets/ds_utils.py +0 -0
  105. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/eval_SREDS.sh +0 -0
  106. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/main.py +0 -0
  107. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/metrics/losses.py +0 -0
  108. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/metrics/psnr.py +0 -0
  109. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/metrics/ssim.py +0 -0
  110. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/Vgg19.py +0 -0
  111. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/__pycache__/networks_STIR.cpython-39.pyc +0 -0
  112. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/__pycache__/submodules.cpython-39.pyc +0 -0
  113. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/__pycache__/transformer_new.cpython-39.pyc +0 -0
  114. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/networks_STIR.py +0 -0
  115. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/submodules.py +0 -0
  116. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/models/transformer_new.py +0 -0
  117. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/__init__.py +0 -0
  118. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/convertions.py +0 -0
  119. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/disp_netS.py +0 -0
  120. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/flow_utils.py +0 -0
  121. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/generic_train_test.py +0 -0
  122. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/geometry.py +0 -0
  123. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/image_proc.py +0 -0
  124. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/linalg.py +0 -0
  125. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/losses.py +0 -0
  126. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/metrics.py +0 -0
  127. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/model_base.py +0 -0
  128. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/net_basics.py +0 -0
  129. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/resnet.py +0 -0
  130. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/transforms.py +0 -0
  131. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/build/lib/package_core/utils.py +0 -0
  132. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/dist/package_core-0.0.0-py3.9.egg +0 -0
  133. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/__init__.py +0 -0
  134. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/__pycache__/__init__.cpython-39.pyc +0 -0
  135. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/__pycache__/net_basics.cpython-39.pyc +0 -0
  136. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/convertions.py +0 -0
  137. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/disp_netS.py +0 -0
  138. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/flow_utils.py +0 -0
  139. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/generic_train_test.py +0 -0
  140. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/geometry.py +0 -0
  141. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/image_proc.py +0 -0
  142. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/linalg.py +0 -0
  143. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/losses.py +0 -0
  144. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/metrics.py +0 -0
  145. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/model_base.py +0 -0
  146. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/net_basics.py +0 -0
  147. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/resnet.py +0 -0
  148. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/transforms.py +0 -0
  149. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core/utils.py +0 -0
  150. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/PKG-INFO +0 -0
  151. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/SOURCES.txt +0 -0
  152. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/dependency_links.txt +0 -0
  153. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/package_core.egg-info/top_level.txt +0 -0
  154. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/package_core/setup.py +0 -0
  155. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/requirements.txt +0 -0
  156. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/stir/train_STIR.sh +0 -0
  157. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/tfi/__pycache__/nets.cpython-39.pyc +0 -0
  158. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/tfi/nets.py +0 -0
  159. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/tfp/__pycache__/nets.cpython-39.pyc +0 -0
  160. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/tfp/nets.py +0 -0
  161. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/README.md +0 -0
  162. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/__pycache__/dwtnets.cpython-39.pyc +0 -0
  163. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/__pycache__/submodules.cpython-39.pyc +0 -0
  164. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/dataset.py +0 -0
  165. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/demo.png +0 -0
  166. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/demo.py +0 -0
  167. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/dwtnets.py +0 -0
  168. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/eval.py +0 -0
  169. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/logs/WGSE-Dwt1dNet-db8-5-ks3/log.txt +0 -0
  170. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/submodules.py +0 -0
  171. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/train.py +0 -0
  172. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/transform.py +0 -0
  173. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/utils.py +0 -0
  174. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/archs/wgse/weights/demo.png +0 -0
  175. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/gt/200_part1_key_id151.png +0 -0
  176. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/gt/200_part3_key_id151.png +0 -0
  177. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/gt/203_part1_key_id151.png +0 -0
  178. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/spike/200_part1_key_id151.dat +0 -0
  179. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/spike/200_part3_key_id151.dat +0 -0
  180. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/test/spike/203_part1_key_id151.dat +0 -0
  181. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/gt/203_part2_key_id151.png +0 -0
  182. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/gt/203_part3_key_id151.png +0 -0
  183. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/gt/203_part4_key_id151.png +0 -0
  184. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/spike/203_part2_key_id151.dat +0 -0
  185. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/spike/203_part3_key_id151.dat +0 -0
  186. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/data/base/train/spike/203_part4_key_id151.dat +0 -0
  187. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/__init__.py +0 -0
  188. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/base_dataset.py +0 -0
  189. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/realworld_dataset.py +0 -0
  190. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/reds_small_dataset.py +0 -0
  191. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/szdata_dataset.py +0 -0
  192. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/datasets/uhsr_dataset.py +0 -0
  193. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/metrics/__init__.py +0 -0
  194. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/__init__.py +0 -0
  195. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/base_model.py +0 -0
  196. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/bsf_model.py +0 -0
  197. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/spikeclip_model.py +0 -0
  198. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/spikeformer_model.py +0 -0
  199. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/spk2imgnet_model.py +0 -0
  200. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/ssir_model.py +0 -0
  201. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/ssml_model.py +0 -0
  202. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/stir_model.py +0 -0
  203. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/tfi_model.py +0 -0
  204. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/tfp_model.py +0 -0
  205. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/models/wgse_model.py +0 -0
  206. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/pipeline/__init__.py +0 -0
  207. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/pipeline/base_pipeline.py +0 -0
  208. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/pipeline/ensemble_pipeline.py +0 -0
  209. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/pipeline/train_pipeline.py +0 -0
  210. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/__init__.py +0 -0
  211. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/data_utils.py +0 -0
  212. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/img_utils.py +0 -0
  213. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/other_utils.py +0 -0
  214. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo/utils/vidar_loader.cpython-39-x86_64-linux-gnu.so +0 -0
  215. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo.egg-info/SOURCES.txt +0 -0
  216. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo.egg-info/dependency_links.txt +0 -0
  217. {spikezoo-0.2.1 → spikezoo-0.2.2}/spikezoo.egg-info/requires.txt +0 -0
  218. {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.1
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="">Spike-Zoo: A Toolbox for Spike-to-Image Reconstruction
39
+ <a href="">⚡Spike-Zoo: A Toolbox for Spike-to-Image Reconstruction
40
40
  </a>
41
41
  </h2>
42
42
 
43
43
  ## 📖 About
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:
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="">Spike-Zoo: A Toolbox for Spike-to-Image Reconstruction
2
+ <a href="">⚡Spike-Zoo: A Toolbox for Spike-to-Image Reconstruction
3
3
  </a>
4
4
  </h2>
5
5
 
6
6
  ## 📖 About
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:
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.1",
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'] = "cpp", out_format : Literal['array','tensor']="array",):
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.1
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="">Spike-Zoo: A Toolbox for Spike-to-Image Reconstruction
39
+ <a href="">⚡Spike-Zoo: A Toolbox for Spike-to-Image Reconstruction
40
40
  </a>
41
41
  </h2>
42
42
 
43
43
  ## 📖 About
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:
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