haotongl commited on
Commit
2bd474b
·
1 Parent(s): ae88fe1

inital version

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -132,17 +132,14 @@ Project Page: [Prompt Depth Anything](https://promptda.github.io/)
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.
136
- 2. 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. (Long press the capture folder to compress)
137
- 3. Upload the zip file and click "Submit" to get the depth map of the first frame.
138
 
139
  Note:
140
  - 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).
141
  - The depth map is stored as uint16, with a unit of millimeters.
142
  """
143
 
144
- # @click.command()
145
- # @click.option('--share', is_flag=True, help='Whether to run the app in shared mode.')
146
  def main():
147
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
148
  gr.Markdown(DESCRIPTION)
 
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():
144
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
145
  gr.Markdown(DESCRIPTION)