Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoAleotti committed Sep 21, 2019
1 parent 9116221 commit 8d53ec1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PyDNet on mobile devices

[![Build Status](https://travis-ci.org/FilippoAleotti/mobilePydnet.svg?branch=master)](https://travis-ci.org/FilippoAleotti/mobilePydnet)

This repository contains the source code to run PyDNet on mobile devices (`Android` and `iOS`)

If you use this code in your projects, please cite our paper:
Expand Down Expand Up @@ -44,7 +46,7 @@ Currently, we use `tensorflow-android` instead of `tf-lite`, and no gpu-optimisa
</p>

## iOS
The demo on iOS has been developed by Giulio Zaccaroni.
The demo on iOS has been developed by [Giulio Zaccaroni](https://github.com/GZaccaroni).

XCode is required to build the app, moreover you need to sign in with your AppleID and trust yourself as certified developer.

Expand All @@ -57,5 +59,8 @@ XCode is required to build the app, moreover you need to sign in with your Apple
<img src="images/im5.jpeg" width="300" height="500"/>
</p>

## License
The code provided in this repository has a demonstrative purpose only. You can download, modify and try it on your mobile phone with no restrictions. However, the trained model can not be used for scopes not covered by the [MatterPort’s](https://matterport.com/it/) license.
## Licenses

The code provided in this repository has a demonstrative and academic purposes only. Even if we released this code using Apache License v2, pre-trained model on specific datasets may not be used for scopes not covered by their licenses.

* [MatterPort’s](https://matterport.com/it/) license

0 comments on commit 8d53ec1

Please sign in to comment.