signal-grad-cam 0.0.1__py3-none-any.whl → 0.0.2__py3-none-any.whl

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.

Potentially problematic release.


This version of signal-grad-cam might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: signal-grad-cam
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: SignalGrad-CAM aims at generalising Grad-CAM to one-dimensional applications, while enhancing usability and efficiency.
5
5
  Home-page: https://github.com/samuelepe11/signal_grad_cam
6
6
  Author: Samuele Pe
@@ -34,10 +34,10 @@ Requires-Dist: tensorflow
34
34
  <h3 align="center">SignalGrad-CAM aims at generalising Grad-CAM to one-dimensional applications, while enhancing usability and efficiency.</h3>
35
35
 
36
36
  <p align="center">
37
- <a href="https://github.com/samuelepe11/signal-grad-cam"><strong>Explore the docs</strong></a>
37
+ <a href="https://github.com/bmi-labmedinfo/signal_grad_cam"><strong>Explore the docs</strong></a>
38
38
  <br />
39
39
  <br />
40
- <a href="https://github.com/samuelepe11/signal-grad-cam/issues">Report Bug or Request Feature</a>
40
+ <a href="https://github.com/bmi-labmedinfo/signal_grad_cam/issues">Report Bug or Request Feature</a>
41
41
  </p>
42
42
  </div>
43
43
 
@@ -76,7 +76,7 @@ Requires-Dist: tensorflow
76
76
  ```
77
77
  2. Install SignalGrad-CAM through pip
78
78
  ```sh
79
- pip install -i https://test.pypi.org/simple/ signal-grad-cam
79
+ pip install signal-grad-cam
80
80
  ```
81
81
 
82
82
  <p align="right"><a href="#top">Back To Top</a></p>
@@ -153,9 +153,9 @@ cam_builder.overlapped_output_display(data_list=data_list, data_labels=data_labe
153
153
  results_dir="path_to_your_result_directoory", data_sampling_freq=25, dt=1)
154
154
  ```
155
155
 
156
- You can also check the python scripts [here](https://github.com/samuelepe11/signal-grad-cam/examples).
156
+ You can also check the python scripts [here](https://github.com/bmi-labmedinfo/signal_grad_cam/examples).
157
157
 
158
- See the [open issues](https://github.com/samuelepe11/signal-grad-cam/issues) for a full list of proposed features (and known issues).
158
+ See the [open issues](https://github.com/bmi-labmedinfo/signal_grad_cam/issues) for a full list of proposed features (and known issues).
159
159
 
160
160
  <p align="right"><a href="#top">Back To Top</a></p>
161
161
 
@@ -166,7 +166,7 @@ If you use the SignalGrad-CAM software for your projects, please cite it as:
166
166
  @software{Pe_SignalGrad_CAM_2025,
167
167
  author = {Pe, Samuele and Buonocore, Tommaso Mario and Giovanna, Nicora and Enea, Parimbelli},
168
168
  title = {{SignalGrad-CAM}},
169
- url = {https://github.com/samuelepe11/signal-grad-cam},
169
+ url = {https://github.com/bmi-labmedinfo/signal_grad_cam},
170
170
  version = {0.0.1},
171
171
  year = {2025}
172
172
  }
@@ -179,9 +179,9 @@ If you use the SignalGrad-CAM software for your projects, please cite it as:
179
179
 
180
180
  * **Repository maintainer**: Samuele Pe [![Gmail][gmail-shield]][gmail-url] [![LinkedIn][linkedin-shield]][linkedin-url]
181
181
 
182
- * **Project Link**: [https://github.com/samuelepe11/signal-grad-cam](https://github.com/samuelepe11/signal-grad-cam)
182
+ * **Project Link**: [https://github.com/bmi-labmedinfo/signal_grad_cam](https://github.com/bmi-labmedinfo/signal_grad_cam)
183
183
 
184
- * **Package Link**: [https://test.pypi.org/project/signal-grad-cam/](https://test.pypi.org/project/signal-grad-cam/)
184
+ * **Package Link**: [https://pypi.org/project/signal-grad-cam/](https://pypi.org/project/signal-grad-cam/)
185
185
 
186
186
  <p align="right"><a href="#top">Back To Top</a></p>
187
187
 
@@ -195,29 +195,29 @@ Distributed under MIT License. See `LICENSE` for more information.
195
195
 
196
196
  <!-- MARKDOWN LINKS -->
197
197
 
198
- [contributors-shield]: https://img.shields.io/github/contributors/samuelepe11/signal-grad-cam.svg?style=for-the-badge
198
+ [contributors-shield]: https://img.shields.io/github/contributors/bmi-labmedinfo/signal_grad_cam.svg?style=for-the-badge
199
199
 
200
- [contributors-url]: https://github.com/samuelepe11/signal-grad-cam/graphs/contributors
200
+ [contributors-url]: https://github.com/bmi-labmedinfo/signal_grad_cam/graphs/contributors
201
201
 
202
202
  [status-shield]: https://img.shields.io/badge/Status-pre--release-blue
203
203
 
204
- [status-url]: https://github.com/samuelepe11/signal-grad-cam/releases
204
+ [status-url]: https://github.com/bmi-labmedinfo/signal_grad_cam/releases
205
205
 
206
- [forks-shield]: https://img.shields.io/github/forks/samuelepe11/signal-grad-cam.svg?style=for-the-badge
206
+ [forks-shield]: https://img.shields.io/github/forks/bmi-labmedinfo/signal_grad_cam.svg?style=for-the-badge
207
207
 
208
- [forks-url]: https://github.com/samuelepe11/signal-grad-cam/network/members
208
+ [forks-url]: https://github.com/bmi-labmedinfo/signal_grad_cam/network/members
209
209
 
210
- [stars-shield]: https://img.shields.io/github/stars/samuelepe11/signal-grad-cam.svg?style=for-the-badge
210
+ [stars-shield]: https://img.shields.io/github/stars/bmi-labmedinfo/signal_grad_cam.svg?style=for-the-badge
211
211
 
212
- [stars-url]: https://github.com/samuelepe11/signal-grad-cam/stargazers
212
+ [stars-url]: https://github.com/bmi-labmedinfo/signal_grad_cam/stargazers
213
213
 
214
- [issues-shield]: https://img.shields.io/github/issues/samuelepe11/signal-grad-cam.svg?style=for-the-badge
214
+ [issues-shield]: https://img.shields.io/github/issues/bmi-labmedinfo/signal_grad_cam.svg?style=for-the-badge
215
215
 
216
- [issues-url]: https://github.com/samuelepe11/signal-grad-cam/issues
216
+ [issues-url]: https://github.com/bmi-labmedinfo/signal_grad_cam/issues
217
217
 
218
- [license-shield]: https://img.shields.io/github/license/samuelepe11/signal-grad-cam.svg?style=for-the-badge
218
+ [license-shield]: https://img.shields.io/github/license/bmi-labmedinfo/signal_grad_cam.svg?style=for-the-badge
219
219
 
220
- [license-url]: https://github.com/samuelepe11/signal-grad-cam/LICENSE
220
+ [license-url]: https://github.com/bmi-labmedinfo/signal_grad_cam/LICENSE
221
221
 
222
222
  [linkedin-shield]: https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white
223
223
 
@@ -2,8 +2,8 @@ signal_grad_cam/__init__.py,sha256=JyFFQebs1Rm5r9FCgE68Ii39lLckW8N_gj-nAL5hq2U,1
2
2
  signal_grad_cam/cam_builder.py,sha256=JH5obaFkPnjQEyqX2wJJKcQKSELsDSVrPcSuabU2wR0,64502
3
3
  signal_grad_cam/pytorch_cam_builder.py,sha256=KXKLs44LB9OTKwKkKf7aEuMVWlYaJld4JTRt0SP0Xa4,15889
4
4
  signal_grad_cam/tensorflow_cam_builder.py,sha256=oB4PG3pNPADLgwUzLeTXIj_iZ5uo1JlwIQg7PMBZNaw,15423
5
- signal_grad_cam-0.0.1.dist-info/LICENSE,sha256=pCSaMipV39klP0dlf75SHw5PTl00_cLlS-EiC-LmOkw,1088
6
- signal_grad_cam-0.0.1.dist-info/METADATA,sha256=PmwQikRQfMox8ZD9BFfn16Zbhyd7Tg2zmJ2u6m3kCXg,10942
7
- signal_grad_cam-0.0.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
8
- signal_grad_cam-0.0.1.dist-info/top_level.txt,sha256=S6lf3mfh2uGXJKnUS3qnw6arQu-x3gO8m82WdY7JAIA,16
9
- signal_grad_cam-0.0.1.dist-info/RECORD,,
5
+ signal_grad_cam-0.0.2.dist-info/LICENSE,sha256=pCSaMipV39klP0dlf75SHw5PTl00_cLlS-EiC-LmOkw,1088
6
+ signal_grad_cam-0.0.2.dist-info/METADATA,sha256=O91nbARzQNYB5VqxknmnAh5zuqtvqDIaTNFPWUNP80E,10953
7
+ signal_grad_cam-0.0.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
8
+ signal_grad_cam-0.0.2.dist-info/top_level.txt,sha256=S6lf3mfh2uGXJKnUS3qnw6arQu-x3gO8m82WdY7JAIA,16
9
+ signal_grad_cam-0.0.2.dist-info/RECORD,,