-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from tokk-nv/main
Add section index page for ViT and set up redirects for pages moved
- Loading branch information
Showing
8 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Vision Transformers | ||
|
||
You can run following Vision Transfer models and applications quickly on Jetson by using `jetson-containers`. | ||
|
||
## [Efficient ViT](./tutorial_efficientvit.md) | ||
|
||
![](../images/efficientvit_sam_demo.png){ width="300" } | ||
|
||
## [NanoSAM](./tutorial_nanosam.md) | ||
|
||
![](https://raw.githubusercontent.com/NVIDIA-AI-IOT/nanosam/main/assets/basic_usage_out.jpg){ width="300" } | ||
|
||
## [NanoOWL](./tutorial_nanoowl.md) | ||
|
||
![](https://github.com/NVIDIA-AI-IOT/nanoowl/raw/main/assets/jetson_person_2x.gif){ width="300" } | ||
|
||
## [SAM](./tutorial_sam.md) | ||
|
||
![](../images/sam_notebook.png){ width="300" } | ||
|
||
## [TAM](./tutorial_tam.md) | ||
|
||
![](../images/TAM_screenshot_cat.png){ width="300" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters