Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,18 @@ semantic segmentation, and video action recognition. We also validate the effect
|
|
| 24 |
and methods introduced by the Iwin Transformer have the potential to inspire future research, like Iwin 3D Attention in video generation. The code and models are available at
|
| 25 |
https://github.com/cominder/Iwin-Transformer.
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
## Citation
|
| 29 |
```
|
|
|
|
| 24 |
and methods introduced by the Iwin Transformer have the potential to inspire future research, like Iwin 3D Attention in video generation. The code and models are available at
|
| 25 |
https://github.com/cominder/Iwin-Transformer.
|
| 26 |
|
| 27 |
+
## Usage
|
| 28 |
+
```
|
| 29 |
+
from huggingface_hub import hf_hub_download
|
| 30 |
+
|
| 31 |
+
filepath = hf_hub_download(repo_id="cominder/Iwin-Transformer", filename="iwin_base_patch4_window12_384.pth")
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
## License
|
| 36 |
+
The codes and model weights are realeased under the MIT License for researchers and developers.
|
| 37 |
+
For commercial use, see[License-Agreement](LICENSE-AGREEMENT) and please contact [bestcallsimin@gmail.com](mailto:bestcallsimin@gmail.com).
|
| 38 |
+
|
| 39 |
|
| 40 |
## Citation
|
| 41 |
```
|