NorthStarUAS / ImageAnalysis

Aerial imagery analysis, processing, and presentation scripts.
MIT License
156 stars 44 forks source link

How can I run the scripts fast ? #5

Closed hanxiaoyuyu closed 4 years ago

hanxiaoyuyu commented 5 years ago

Can I use the Datasets(sprc-hd-20190111.zip ) to run the scripts? It seems not quite right when i run"python 1a-create-project.py --project ../../sprc-20190111/images"

clolsonus commented 5 years ago

Thank you for taking a look at my Image Analysis project. I believe the data sets that are uploaded to my google shared drive have already been processed and fit, so you shouldn't need to run the processing scripts again. Try running:

python 7a-explore.py --project ../../sprc-20190111/

Hopefully the visualizer tool will show you the complete data set. You may run into a missing package or dependency, but if you get an error, just look at what is missing and install that. If you do you get an error you aren't sure how to address, feel free to write back and ask questions.

Thanks,

Curt.

On Tue, Nov 5, 2019 at 6:06 AM hanxiaoyuyu notifications@github.com wrote:

Can I use the Datasets(sprc-hd-20190111.zip ) to run the scripts? It seems not quite right when i run"python 1a-create-project.py --project ../../sprc-20190111/images"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/UASLab/ImageAnalysis/issues/5?email_source=notifications&email_token=ACXYYDPT47BZS2SFKGWHS3LQSFOTZA5CNFSM4JJBW3LKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HW37K3Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXYYDJUIL74MUS45YRLL43QSFOTZANCNFSM4JJBW3LA .

-- Curtis Olson U of MN, AEM, UAS Lab

hanxiaoyuyu commented 5 years ago

Tank you very much for your open source code and answer. I've tried "python 7a-explore.py --project ../../sprc-20190111/" , but I put my code on remote server it can't display

clolsonus commented 5 years ago

For what it's worth, the visualizer should run in windows (if you don't have linux installed locally.) There is a installer (.zip) available in the download section if you don't want to spend the time to install the full python environment and dependencies -- and the .zip installer keeps everything constrained to a single folder so it's easy to remove if you decide later you want to remove it.

On Tue, Nov 5, 2019 at 7:00 AM hanxiaoyuyu notifications@github.com wrote:

Tank you very much for your open source code and answer. I've tried "python 7a-explore.py --project ../../sprc-20190111/" , but I put my code on remote server it can't display

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/UASLab/ImageAnalysis/issues/5?email_source=notifications&email_token=ACXYYDPBDSSWZVTMPXLXMQTQSFU7BA5CNFSM4JJBW3LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDCXUNQ#issuecomment-549812790, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXYYDPWAD2N4Q6ENMYKUZDQSFU7BANCNFSM4JJBW3LA .

-- Curtis Olson U of MN, AEM, UAS Lab

clolsonus commented 4 years ago

Hopefully the issue was sufficiently addressed, otherwise feel free to open up a followup issue. Thanks!