microsoft / landcover

Land Cover Mapping
201 stars 84 forks source link

Problem with running inference on demo data #25

Closed laniaksalih closed 3 years ago

laniaksalih commented 3 years ago

First of all, thanks so much for sharing the source code for this awesome tool! Really excited to use it.

I am running into an issue when I am trying to run inference on the demo data. The area that I shift click is not showing up on the right pane or showing the segmented version of the area either. It looks like this:

Screen Shot 2021-06-09 at 11 57 26 AM
calebrob6 commented 3 years ago

Do you see any errors in the terminal window that you're running the server on? If so, can you post a screenshot?

Also, can you look into the Chrome/Edge networking tab with developer tools open and try again, then post a screenshot of what is there?

laniaksalih commented 3 years ago

Thanks for your response.

Here is what shows in the terminal window that I'm running the server on:

Screen Shot 2021-06-09 at 2 46 49 PM

Here is the screenshot of the log:

Screen Shot 2021-06-09 at 2 45 44 PM
calebrob6 commented 3 years ago

Can you click on one of the failed requests, what is the error?

laniaksalih commented 3 years ago

It shows ERR_CONNECTION_TIMED_OUT

calebrob6 commented 3 years ago

is this server public? is it possible for me to take a look?

laniaksalih commented 3 years ago

Yes it is. That would be great! http://52.138.96.130:8080/

calebrob6 commented 3 years ago

You need to put the public IP in endpoints.mine.js (i.e. "http://52.138.96.130:8080/" instead of "http://10.1.0.4:8080/")

laniaksalih commented 3 years ago

Ok, I changed it. I'm running into a similar problem.

Screen Shot 2021-06-09 at 4 16 53 PM

Here is the error message in the terminal

Screen Shot 2021-06-09 at 4 15 55 PM
calebrob6 commented 3 years ago

If you have time, do you mind emailing me at so we can setup a call to debug this?

calebrob6 commented 3 years ago

The issue was that I had not committed a file in the latest update.