Giter VIP home page Giter VIP logo

Comments (3)

bkellenb avatar bkellenb commented on May 12, 2024

Hello Mari,

Thanks a lot for opening the issue. I will try and go through your comments step-by-step below.

I got it installed through docker following your instructions, but it doesnʻt seem to be launching from docker, in that the UI (in gunicorn?) is just not opening up.

From your log the server (Gunicorn) is launching as it should; you can see this from the last five messages in the Docker command line output:

[2021-02-05 22:25:30 +0000] [1703] [INFO] Starting gunicorn 20.0.4
[2021-02-05 22:25:30 +0000] [1703] [INFO] Listening at: http://0.0.0.0:8080 (1703)
[2021-02-05 22:25:30 +0000] [1703] [INFO] Using worker: sync
[2021-02-05 22:25:30 +0000] [1709] [INFO] Booting worker with pid: 1709
[2021-02-05 22:25:30 +0000] [1710] [INFO] Booting worker with pid: 1710

Perhaps the confusion comes from the description of what Docker does—it only launches the Web server, but does not open a Web browser window. This needs to be done manually; exactly as you did: open Firefox and navigate to the provided URL and port (http://localhost:8080).

Once itʻs open, I also canʻt seem to kill it in the terminal without shutting down the VM.

Yes, this is due to the way Docker works: it basically creates a separate environment for AIDE to run in. Therefore, commands issued on the host machine will not reach it. This includes ./AIDE.sh stop. You can tether into the running Docker container if you want, but to stop the server it is indeed easier to simply shut down the Docker container:

docker stop aide_cnt

I donʻt know how to sign in (I tried what I entered into the settings.ini file but that didnʻt work)?

This in turn is more worrying. You should be able to log in with the user credentials in the docker/settings.ini file (section [Project], parameters adminName and adminPassword). Default values are "admin" for both. Are you sure you checked the correct settings.ini file? If you use Docker, it has to be the one in the /docker folder, not in the /config folder.
Do you see an error message when you try to log in, maybe also on the Firefox console?

from aerial_wildlife_detection.

marireeves avatar marireeves commented on May 12, 2024

got it, thanks! I was looking at the wrong settings file. I got it up and running and have a couple quick questions. Can I change the image folder path? And is the AI model not enabled yet. It says coming soon...

from aerial_wildlife_detection.

bkellenb avatar bkellenb commented on May 12, 2024

Alright, good to know!
In principle, you can change the base image folder by modfying the entry in the settings.ini file. However, accessing files on the host machine from within the Docker container is a complicated procedure and not recommended. Instead, I would either configure Docker to create its volumes on a large disk, or else install AIDE on the host system.

About the AI model: models themselves are active and can be configured and trained manually through the project configuration page ("AI model" ➔ "settings", resp. "AI model" ➔ "Workflow Designer"). Auto-training functionality is currently disabled, though. This will be re-enabled shortly with the official version 2 that is to come. If you want to take a peek at it, you can do so under the respective branch.

from aerial_wildlife_detection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.