VIDA-NYU / tile2net

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

Tile stitching for supported regions often fails #16

Closed stl-emilyeros closed 1 year ago

stl-emilyeros commented 1 year ago

I encountered several problems testing Tile2Net on supported regions. I think the supported regions are not alll in the expected resolution, and the directories may be mapped incorrectly. Details.

I installed tile2net in a virtual environment (Google Colab) with CUDA-enabled GPU and it ran successfully for the example Boston project. The command I ran was a version of this, tailored to the specific area: ! cd tile2net && python3 -m tile2net generate -l "34.20817698321565, -118.3882312786859, 33.93434881788897, -118.0251130179942" -o "out_la_test" -n la_test | python3 -m tile2net inference Here's a list of where I tested tile2net and the results/errors:

Mary-h86 commented 1 year ago

@stl-emilyeros Thank you for pointing these out. It’s very helpful that you are testing different regions. We will investigate the issues and report back when the bugs are fixed.

Regarding DC, the base size is 512 (the only region up to now in our catalogue with this base). But the stitch failing is definitely a bug on our side, and thank you for detecting it!

dhodcz2 commented 1 year ago

Thank you for your detailed feedback. We have resolved the issues with Amherst and DC. Please pull the latest version from the repo. Can you provide more information on the failure that occurred when Seattle was run with a large area?

github-actions[bot] commented 1 year ago

We are closing this issue due to inactivity. If you have any further questions or need assistance, please feel free to reopen the issue. We will be glad to help!

stl-emilyeros commented 1 year ago

Sorry for my delay. I re-tried the Amherst, Seattle, and DC test areas and they ran successfully. Thanks for addressing the issue I filed!