Giter Club home page Giter Club logo

Comments (10)

YangZhangMizzou avatar YangZhangMizzou commented on May 22, 2024

I uploaded jpg images, size is 512 * 512.

from aerial_wildlife_detection.

bkellenb avatar bkellenb commented on May 22, 2024

Hello!

Sometimes this happens because the Web frontend tries to prematurely request the images from the FileServer. However, they should still get uploaded.
Can you confirm whether they appear in the image browser when you click the "Data management" tab?

If not, I will try to replicate the scenario to find the culprit. For this I'd need to know the following:

  1. Are you running AIDE through Docker?
  2. Are all services located on one machine, or is the FileServer being handled by another one?

from aerial_wildlife_detection.

YangZhangMizzou avatar YangZhangMizzou commented on May 22, 2024

Hello!

Sometimes this happens because the Web frontend tries to prematurely request the images from the FileServer. However, they should still get uploaded.
Can you confirm whether they appear in the image browser when you click the "Data management" tab?

If not, I will try to replicate the scenario to find the culprit. For this I'd need to know the following:

  1. Are you running AIDE through Docker?
  2. Are all services located on one machine, or is the FileServer being handled by another one?

Thank you for your reply! Yes they are in data management but still can not be viewed. For your questions:1.Yes, I run gpu mode through docker 2. yes, all process on one same machine.

from aerial_wildlife_detection.

bkellenb avatar bkellenb commented on May 22, 2024

Oh, my bad. I remember this bug and had actually fixed it a while ago in the latest branch. This will soon be the new master, with plenty new features and other bugs resolved.

However, I just also resolved that issue in the current master branch; if you pull the latest changes and reload the page the images should display fine. Can you confirm?

from aerial_wildlife_detection.

YangZhangMizzou avatar YangZhangMizzou commented on May 22, 2024

Oh, my bad. I remember this bug and had actually fixed it a while ago in the latest branch. This will soon be the new master, with plenty new features and other bugs resolved.

However, I just also resolved that issue in the current master branch; if you pull the latest changes and reload the page the images should display fine. Can you confirm?

Yes! Thank you for your help!

from aerial_wildlife_detection.

bkellenb avatar bkellenb commented on May 22, 2024

Thanks a lot! I'm closing this for now then.

from aerial_wildlife_detection.

YangZhangMizzou avatar YangZhangMizzou commented on May 22, 2024

Thanks a lot! I'm closing this for now then.

I am sorry but this problem has not been solved. After I pull your update I still can not view my images, when I click the hyperlink to images in server, I got the page like that showing this image does not exist. Same error still occur when I try it in aide-detectron2.
Screenshot from 2021-01-21 15-24-59
Do you have some comments? Thank you!

from aerial_wildlife_detection.

YangZhangMizzou avatar YangZhangMizzou commented on May 22, 2024

Here is my setting.ini file. I only change values in [project]. should I do more?
settings.txt

from aerial_wildlife_detection.

bkellenb avatar bkellenb commented on May 22, 2024

Hello,

You are absolutely right with the settings file! The docker/settings.ini file contained an outdated default value for parameter dataServer_uri.
Thank you very much for pointing this out!

If your FileServer is running on the same machine as your web frontend, then this parameter should be left empty (or with a forward slash /). Only if your FileServer is running on an external machine should it be filled in (then with that machine's base URL).
This explains why /files/ appeared twice in the suggested URL (as per your screenshot).
So, if you are running all services on one machine, your settings.ini file should have the following entry:

[Server]
dataServer_uri =

I have now fixed this default value and also resolved other issues I found due to missing DB schema updates. Please pull the latest changes (both master and aide_detectron2 branches have been updated) and verify the entries in the settings.ini file.

from aerial_wildlife_detection.

YangZhangMizzou avatar YangZhangMizzou commented on May 22, 2024

Hello,

You are absolutely right with the settings file! The docker/settings.ini file contained an outdated default value for parameter dataServer_uri.
Thank you very much for pointing this out!

If your FileServer is running on the same machine as your web frontend, then this parameter should be left empty (or with a forward slash /). Only if your FileServer is running on an external machine should it be filled in (then with that machine's base URL).
This explains why /files/ appeared twice in the suggested URL (as per your screenshot).
So, if you are running all services on one machine, your settings.ini file should have the following entry:

[Server]
dataServer_uri =

I have now fixed this default value and also resolved other issues I found due to missing DB schema updates. Please pull the latest changes (both master and aide_detectron2 branches have been updated) and verify the entries in the settings.ini file.

Yes, it worked now. Thank you for your help!

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.