FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-OpenDroneMap/run.sh at master · fragofer/node-OpenDroneMap · GitHub
fragofer
/
node-OpenDroneMap
Public
forked from
pierotofy/NodeODM
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-OpenDroneMap
/
run.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
9 lines (6 loc) · 337 Bytes
Breadcrumbs
node-OpenDroneMap
/
run.sh
Copy path
File metadata and controls
executable file
·
9 lines (6 loc) · 337 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#!
/bin/bash
__dirname=
$(
dirname
$(
cd
$(
dirname
"
$0
"
)
;
pwd
-P
)
)
RUNPATH=
${__dirname}
/OpenDroneMap
export
PYTHONPATH=
$RUNPATH
/SuperBuild/install/lib/python2.7/dist-packages:
$RUNPATH
/SuperBuild/src/opensfm:
$PYTHONPATH
export
LD_LIBRARY_PATH=
$LD_LIBRARY_PATH
:
$RUNPATH
/SuperBuild/install/lib
node index.js --port 3000 --odm_path
$RUNPATH
Back
|
FazBrowse Home
|
New Git URL