File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,23 @@ This repository including
15
15
16
16
** Note: 2d lowpass filter is applying sinc instead of jinc (first order Bessel function of the first kind) in paper**
17
17
18
- ** UPDATE: Odd filter is now available**
18
+ ** UPDATE: You can download alias-free-torch from [ pip] ( https://pypi.org/project/alias-free-torch/ ) **
19
+ ``` shell
20
+ python -m pip install alias-free-torch
21
+ ```
19
22
20
23
## Requirements
21
24
Due to ` torch.kaiser_window ` and ` torch.i0 ` are implemeted after ` 1.7.0 ` , our repository need ` torch>=1.7.0 ` .
22
25
- Pytorch>=1.7.0
23
26
27
+ For custom torch users, ` pip ` will not check torch version.
28
+
24
29
## TODO
25
30
- [x] 2d sinc filter
26
31
- [x] 2d resample
27
32
- [x] devide 1d and 2d modules
28
- - [ ] pip packaging
33
+ - [x] pip packaging
34
+ - [ ] documentation
29
35
30
36
## Test results 1d
31
37
| Filter sine | Filter noise |
You can’t perform that action at this time.
0 commit comments