VIDA-NYU / tile2net

Automated mapping of pedestrian networks from aerial imagery tiles
BSD 3-Clause "New" or "Revised" License
146 stars 22 forks source link

Inference is stuck #21

Closed rafiibnsultan closed 1 year ago

rafiibnsultan commented 1 year ago

I tried to run the "inference" notebook, but it is stuck on the inference stage (seems like it). After 9 hours, I stopped the execution. Is this normal behavior? There is no progress bar to figure out if it is actually running or not.

dhodcz2 commented 1 year ago

Thanks for taking your time to help improve tile2net. Two questions:

  1. Are you able to run example.sh? bash ./examples/example.sh
  2. Would you please try running this again, and giving us the logger output? Thanks.
Mary-h86 commented 1 year ago

@rafiibnsultan Thank you for reporting the issue. Adding to what @dhodcz2 mentioned, taking 9 hours is definitely not the normal behavior. To resolve the underlying issue causing this behavior, we need more information. We have updated our example notebook and resolved some issues. The queried area is now smaller (with less number of tiles) which makes testing easier. Without having further information we cannot specify the root cause of the problem you were having, but please do a git pull (if you have done the editable install with -e flag), re-run and share your logger output with us.

rafiibnsultan commented 1 year ago

The python files are working, the problem happens with the jupyter notebook. Could be an issue regarding the conda environment, I will get back to you after checking it out.

Mary-h86 commented 1 year ago

@rafiibnsultan Thank you. Did you do a git pull? Could you report the logs after pulling the most recent version? Also, did you create a new virtual environment to install?