iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 6
0
Software Development

開源的GIS實作系列 第 6

[day-06] 逐步啟動NodeODM

前言


我們接續之前的安裝步驟,然後希望今天可以啟動服務。

啟動NodeODM服務


https://ithelp.ithome.com.tw/upload/images/20190911/20112571H0rT953mtT.png

從文件裡面可以得知,Ubuntu的IP:127.0.0.1.,然後用瀏覽器連結

http://<yourDockerMachineIp>:3000
http://127.0.0.1:3000

https://ithelp.ithome.com.tw/upload/images/20190911/20112571ylOO8tKBO0.png
開啟成功畫面,灑花。

https://ithelp.ithome.com.tw/upload/images/20190911/20112571ejg8PGMMgN.png
按下add files 可以增加照片

https://ithelp.ithome.com.tw/upload/images/20190911/20112571u50aA04DUT.png
然後按下Start Task開始跑。

結語

如果NodeODM可以成功使用,那麼之後就可以回到使用pyODM操作了,然後我們的目標是建立模型,並且取得三維模型。


上一篇
[day-05] 重新了解ODM們與逐步安裝
下一篇
[day-07] 獲得正射鑲嵌影像
系列文
開源的GIS實作30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

0
15689715792
iT邦新手 5 級 ‧ 2019-11-27 19:28:12

我在加載完圖片點擊start task之後會出錯。出錯信息在File "/code/opendm/gsd.py", line 39, in image_max_size
isf = image_scale_factor(target_resolution, reconstruction_json, gsd_error_estimate)
File "/code/opendm/gsd.py", line 55, in image_scale_factor
gsd = opensfm_reconstruction_average_gsd(reconstruction_json)

我要留言

立即登入留言