xttmp 2.3.0.6__tar.gz → 2.3.0.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. {xttmp-2.3.0.6/src/xttmp.egg-info → xttmp-2.3.0.7}/PKG-INFO +2 -1
  2. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/README.md +1 -0
  3. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/pyproject.toml +1 -1
  4. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/estmd_backbone.py +2 -2
  5. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/model/feedback_model.py +1 -2
  6. {xttmp-2.3.0.6 → xttmp-2.3.0.7/src/xttmp.egg-info}/PKG-INFO +2 -1
  7. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/LICENSE +0 -0
  8. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/setup.cfg +0 -0
  9. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/__init__.py +0 -0
  10. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/api/__init__.py +0 -0
  11. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/api/evaluate.py +0 -0
  12. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/api/get_visualize_handle.py +0 -0
  13. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/api/instancing_model.py +0 -0
  14. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/__init__.py +0 -0
  15. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/apgstmd_core.py +0 -0
  16. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/apgstmdv2_core.py +0 -0
  17. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/base_core.py +0 -0
  18. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/dstmd_core.py +0 -0
  19. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/estmd_core.py +0 -0
  20. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/feedbackstmd_core.py +0 -0
  21. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/fracstmd_core.py +0 -0
  22. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/fstmd_core.py +0 -0
  23. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/fstmdv2_core.py +0 -0
  24. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/haarstmd_core.py +0 -0
  25. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/math_operator.py +0 -0
  26. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/stfeedbackstmd_core.py +0 -0
  27. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/stmdplus_core.py +0 -0
  28. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/stmdplusv2_core.py +0 -0
  29. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/core/vstmd_core.py +0 -0
  30. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/demo/evaluate_model.py +0 -0
  31. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/demo/inference_gui.py +0 -0
  32. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/demo/inference_gui_single_process.py +0 -0
  33. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/demo/inference_image_stream.py +0 -0
  34. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/demo/inference_video.py +0 -0
  35. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/main.py +0 -0
  36. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/model/__init__.py +0 -0
  37. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/model/backbone.py +0 -0
  38. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/model/facilitated_model.py +0 -0
  39. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/model/haarstmd.py +0 -0
  40. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/model/vstmd.py +0 -0
  41. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/util/__init__.py +0 -0
  42. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/util/compute_module.py +0 -0
  43. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/util/create_kernel.py +0 -0
  44. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/util/evaluate_module.py +0 -0
  45. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/util/iostream.py +0 -0
  46. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp/util/stmd.ico +0 -0
  47. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp.egg-info/SOURCES.txt +0 -0
  48. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp.egg-info/dependency_links.txt +0 -0
  49. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp.egg-info/entry_points.txt +0 -0
  50. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp.egg-info/requires.txt +0 -0
  51. {xttmp-2.3.0.6 → xttmp-2.3.0.7}/src/xttmp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xttmp
3
- Version: 2.3.0.6
3
+ Version: 2.3.0.7
4
4
  Summary: eXtremely Tiny Target - Motion Perception
5
5
  Author-email: Shawn MX <mingshuoxu@hotmail.com>
6
6
  Project-URL: Homepage, https://github.com/MingshuoXu/Small-Target-Motion-Detectors
@@ -32,6 +32,7 @@ Dynamic: license-file
32
32
 
33
33
  [![PyPI version](https://img.shields.io/pypi/v/xttmp.svg)](https://pypi.org/project/xttmp/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/) [![PyTorch](https://img.shields.io/badge/pytorch-1.10%2B-ee4c2c)](https://pytorch.org/)
34
34
 
35
+ > See [update_log.md](update_log.md) for the full version history.
35
36
 
36
37
  **XTT-MP** (Extremely Tiny Target - Motion Perception) is a natural architecture-based framework specifically designed for detecting and perceiving the motion of **extremely small targets** in complex environments.
37
38
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![PyPI version](https://img.shields.io/pypi/v/xttmp.svg)](https://pypi.org/project/xttmp/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/) [![PyTorch](https://img.shields.io/badge/pytorch-1.10%2B-ee4c2c)](https://pytorch.org/)
4
4
 
5
+ > See [update_log.md](update_log.md) for the full version history.
5
6
 
6
7
  **XTT-MP** (Extremely Tiny Target - Motion Perception) is a natural architecture-based framework specifically designed for detecting and perceiving the motion of **extremely small targets** in complex environments.
7
8
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "xttmp"
7
- version = "2.3.0.6"
7
+ version = "2.3.0.7"
8
8
  description = "eXtremely Tiny Target - Motion Perception"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -17,8 +17,8 @@ class Medulla(BaseCore):
17
17
  # Initializes the Medulla object
18
18
  super().__init__()
19
19
  # Initialize components
20
- self.tm1 = estmd_core.Tm1()
21
- self.mi1 = estmd_core.Mi1()
20
+ self.tm1 = estmd_core.Tm1(order=12, tau=25)
21
+ self.mi1 = estmd_core.Mi1(order=12, tau=25)
22
22
  self.tm2 = Tm2()
23
23
  self.tm3 = Tm3()
24
24
 
@@ -159,8 +159,7 @@ class FSTMD(ESTMDBackbone):
159
159
  self.maxIterationNum = 10
160
160
  self.iterationThreshold = 1e-3
161
161
 
162
- # Customize Medulla's Tm1 component properties
163
- self.medulla.tm1.order = 5
162
+ self.set_para(n3=5)
164
163
 
165
164
  def forward(self, x):
166
165
  """ MODEL_STRUCTURE Method
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xttmp
3
- Version: 2.3.0.6
3
+ Version: 2.3.0.7
4
4
  Summary: eXtremely Tiny Target - Motion Perception
5
5
  Author-email: Shawn MX <mingshuoxu@hotmail.com>
6
6
  Project-URL: Homepage, https://github.com/MingshuoXu/Small-Target-Motion-Detectors
@@ -32,6 +32,7 @@ Dynamic: license-file
32
32
 
33
33
  [![PyPI version](https://img.shields.io/pypi/v/xttmp.svg)](https://pypi.org/project/xttmp/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/) [![PyTorch](https://img.shields.io/badge/pytorch-1.10%2B-ee4c2c)](https://pytorch.org/)
34
34
 
35
+ > See [update_log.md](update_log.md) for the full version history.
35
36
 
36
37
  **XTT-MP** (Extremely Tiny Target - Motion Perception) is a natural architecture-based framework specifically designed for detecting and perceiving the motion of **extremely small targets** in complex environments.
37
38
 
File without changes
File without changes
File without changes
File without changes
File without changes