-
Notifications
You must be signed in to change notification settings - Fork 76
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
Inference on new satellite imagery #31
Comments
I don't know about TensorFlow on Windows, but yes it is Python 2.7 and need TensorFlow any version between 1.10 to 1.14 should be good (but not 2.0). Version for other packages shouldn't matter as much, if you get ImportError then you can install the package. |
I created a virtual machine running Ubuntu 18.04 and I am using the following command to get results from your trained model:
I receive the following error:
I already changed the following part of the code inside infer.py:
The image that I want to use belongs to the Massachussets Road Detection Dataset and is the following: Can you please help me solve this issue and infer results? |
Using the following code:
produces the following error:
I though that by specifying manual points, it wouldn't care about graph and json file. Can you please help me run infer.py for a new image, which I uploaded already in the previous comment? |
Hi, have you figured out how to inference on a custom image without graph? I did it this way:
My infer codes are modified based on the infer.py script, it generates slightly different results compared with the infer.py script, and sometimes, inference quality rely on the location where it starts tracing. |
Hi,
I am trying to use infer.py with a new satellite image that I obtained to get results from your trained model. Therefore, I would like to ask you which packages do I need to install to use your model?
I am using Windows 10. I noticed that you have some print statements without parenthesis, so I guess you use Python 2.7. I found out that TensorFlow is not supported on Windows with Python 2.7. Does that mean that I can't run your code?
If not, please provide some guidance.
The text was updated successfully, but these errors were encountered: