Spaces:
Runtime error
Runtime error
haotongl
commited on
Commit
·
4a6f746
1
Parent(s):
2bd474b
inital version
Browse files
app.py
CHANGED
|
@@ -128,16 +128,17 @@ DESCRIPTION = """
|
|
| 128 |
Project Page: [Prompt Depth Anything](https://promptda.github.io/)
|
| 129 |
|
| 130 |
## Requirements:
|
| 131 |
-
1. iPhone 12 Pro or later Pro models, iPad 2020 Pro or later Pro models
|
| 132 |
-
2. Free iOS App: [Stray Scanner App](https://apps.apple.com/us/app/stray-scanner/id1557051662)
|
| 133 |
|
| 134 |
## Testing Steps:
|
| 135 |
-
1. Capture a scene with the Stray Scanner App. Use the iPhone [Files App](https://apps.apple.com/us/app/files/id1232058109) to compress it into a zip file and transfer it to your computer. [Example screen recording.](https://haotongl.github.io/promptda/assets/ScreenRecording_12-16-2024.mp4)
|
| 136 |
2. Upload the zip file and click "Submit" to get the depth map of the first frame.
|
| 137 |
|
| 138 |
Note:
|
| 139 |
- Currently, this demo only supports inference for the first frame. If you need to obtain all depth frames, please refer to our [GitHub repo](https://github.com/DepthAnything/PromptDA).
|
| 140 |
- The depth map is stored as uint16, with a unit of millimeters.
|
|
|
|
| 141 |
"""
|
| 142 |
|
| 143 |
def main():
|
|
|
|
| 128 |
Project Page: [Prompt Depth Anything](https://promptda.github.io/)
|
| 129 |
|
| 130 |
## Requirements:
|
| 131 |
+
1. iPhone 12 Pro or later Pro models, iPad 2020 Pro or later Pro models.
|
| 132 |
+
2. Free iOS App: [Stray Scanner App](https://apps.apple.com/us/app/stray-scanner/id1557051662).
|
| 133 |
|
| 134 |
## Testing Steps:
|
| 135 |
+
1. Capture a scene with the Stray Scanner App. Use the iPhone [Files App](https://apps.apple.com/us/app/files/id1232058109) to compress it into a zip file and transfer it to your computer. [Example screen recording.](https://haotongl.github.io/promptda/assets/ScreenRecording_12-16-2024.mp4).
|
| 136 |
2. Upload the zip file and click "Submit" to get the depth map of the first frame.
|
| 137 |
|
| 138 |
Note:
|
| 139 |
- Currently, this demo only supports inference for the first frame. If you need to obtain all depth frames, please refer to our [GitHub repo](https://github.com/DepthAnything/PromptDA).
|
| 140 |
- The depth map is stored as uint16, with a unit of millimeters.
|
| 141 |
+
- **You can refer to the bottom of this page for a example demo.**
|
| 142 |
"""
|
| 143 |
|
| 144 |
def main():
|