Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Operating AI program using webodm plugins? #1493

Closed
IntegralKing opened this issue Apr 24, 2024 · 1 comment
Closed

How to Operating AI program using webodm plugins? #1493

IntegralKing opened this issue Apr 24, 2024 · 1 comment

Comments

@IntegralKing
Copy link

I write this question before but closed fastly, so I rewrite my question.

How did you install WebODM (docker, installer, etc.)?
I installed WebODM using docker and git bash

What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)
My computer operating system is Windows 10 and browser is Chrome

What is the problem?
I created an AI Python program and made the program screen visible through a plug-in. I try to run a program written in Python on that screen, but it doesn't work. How do I get it to run?
To run an AI program, you must run Anaconda 3, run a virtual environment inside it (if it does not exist, create it and run it), and run it after completing the installation of the required programs. These must be included in the implementation process.

How can we reproduce this? (What steps trigger the problem? What parameters are you using for processing? Include screenshots. If you are having issues processing a dataset, you must include a copy of your dataset uploaded on Dropbox, Google Drive or https://dronedb.app/)
I added new url 'url(r'^airesults/$', app_views.aiwork, name='results')' in \WebODM\app\urls.py and create new function 'aiwork' in \WebODM\app\views\app.py and make new coreplugin 'aiwork' by copying and modifying the 'cloudimport'.

WebODMappurlspyPhoto
WebODMappviewsapppyPhoto
WebODMcorepluginsaiworktemplatesapphtmlPhoto
WebODMcorepluginsaiworktemplatesresultshtmlPhoto

Copy link

Thanks for the report, but it looks like you didn't include a copy of your dataset for us to reproduce this issue? Please make sure to follow our issue guidelines 🙏

p.s. I'm just an automated script, not a human being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant