Skip to content

Commit 6708430

Browse files
author
jun
committed
readme update: pip
1 parent 2fe55c8 commit 6708430

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,23 @@ This repository including
1515

1616
**Note: 2d lowpass filter is applying sinc instead of jinc (first order Bessel function of the first kind) in paper**
1717

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+
```
1922

2023
## Requirements
2124
Due to `torch.kaiser_window` and `torch.i0` are implemeted after `1.7.0`, our repository need `torch>=1.7.0`.
2225
- Pytorch>=1.7.0
2326

27+
For custom torch users, `pip` will not check torch version.
28+
2429
## TODO
2530
- [x] 2d sinc filter
2631
- [x] 2d resample
2732
- [x] devide 1d and 2d modules
28-
- [ ] pip packaging
33+
- [x] pip packaging
34+
- [ ] documentation
2935

3036
## Test results 1d
3137
| Filter sine | Filter noise |

0 commit comments

Comments
 (0)