Skip to content

Commit 32e38d6

Browse files
authored
Merge pull request pytorch#604 from jeffxtang/mobile_demo_links
added links to new D2Go Android demo app
2 parents 3ad60fa + 8bf15ca commit 32e38d6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

_mobile/android.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ After that, the code processes the output, finding classes with the highest scor
203203

204204
## More PyTorch Android Demo Apps
205205

206+
### D2go
207+
208+
[D2Go](https://github.com/pytorch/android-demo-app/tree/master/D2Go) demonstrates a Python script that creates the much lighter and much faster Facebook [D2Go](https://github.com/facebookresearch/d2go) model that is powered by PyTorch 1.8, torchvision 0.9, and Detectron2 with built-in SOTA networks for mobile, and an Android app that uses it to detect objects from pictures in your photos, taken with camera, or with live camera. This demo app also shows how to use the native pre-built torchvision-ops library.
209+
206210
### Image Segmentation
207211

208212
[Image Segmentation](https://github.com/pytorch/android-demo-app/tree/master/ImageSegmentation) demonstrates a Python script that converts the PyTorch [DeepLabV3](https://pytorch.org/hub/pytorch_vision_deeplabv3_resnet101/) model and an Android app that uses the model to segment images.

_mobile/home.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,15 @@ A typical workflow from training to mobile deployment with the optional model op
5252
* [PyTorch Mobile Recipes in Tutorials](https://pytorch.org/tutorials/recipes/ptmobile_recipes_summary.html)
5353
* [Image Segmentation DeepLabV3 on iOS](https://pytorch.org/tutorials/beginner/deeplabv3_on_ios.html)
5454
* [Image Segmentation DeepLabV3 on Android](https://pytorch.org/tutorials/beginner/deeplabv3_on_android.html)
55+
* [D2Go on Android](https://github.com/pytorch/android-demo-app/tree/master/D2Go)
5556

5657
## Demo apps
5758

58-
Our new demo apps also include examples of image segmentation, object detection, neural machine translation,
59+
Our new demo apps also include examples of image segmentation, object detection, neural machine translation,
5960
question answering, and vision transformers. They are available on both iOS and Android:
6061

61-
* [iOS demo app](https://github.com/pytorch/ios-demo-app)
62-
* [Android demo app](https://github.com/pytorch/android-demo-app)
62+
* [iOS demo apps](https://github.com/pytorch/ios-demo-app)
63+
* [Android demo apps](https://github.com/pytorch/android-demo-app)
6364

6465

6566

0 commit comments

Comments
 (0)