-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A problem with stitched tiles and generate #66
Comments
@Narjes97 Let me know if that solves the problem. |
@Narjes97 If you want to run the example, it means that you are running for an area that we support, which is in Massachusetts and you don't need to pass an But if you are trying to see how passing import os
os.listdir("./static/ma/19") and paste the results here? |
Hi, Then, I just gave rhode_island as my location with no bounding box and the code finds tiles without using my input: I am not sure what is really going on :) for all these cases, I still get the previous error in generate and also there are no stitched tiles in the directory. These are the screenshots of these steps: |
@Narjes97 |
The tree command does not work on my Linux terminal. It is an Alienware and for installing a tree, it needs some permission that I cannot access. But I used the other command you suggested: Also, I was able to run generate command: But now I get an error while running the inference command: Could you please help me with this step as well? |
Hi, I just wanted to make sure you have received my previous comment since I have not heard from you :) |
@Narjes97 |
@Narjes97 can you run Import torch
print(torch.cuda.is_available())
print(torch.cuda.device_count())
print(torch.cuda.current_device()) Can you use a terminal window instead of the Jupyter notebook and run nvidia-smi? Send me the outputs of these so I can better assist you. |
Yes. So as I expected, the problem is related to your GPU settings, torch cannot access it and the output you got from |
I am closing this issue. Feel free to re-open if you have any other questions. |
Hi,
I am trying to use this tool for Rhode Island to get its network. I am using the 2020 Spring Rhode Island Digital Orthophotographs for this purpose and am using "Generate XYZ Tiles (Directory)" for converting the tiff file to 256*256 png files. I have considered a small area in Rhode Island as a location first. After running the code, although the code gives me a directory of stitched tiles, it is empty, and I cannot understand why. I think this is the reason that I get an error while running "generate". Could you please help me with this issue?
The text was updated successfully, but these errors were encountered: