-
Notifications
You must be signed in to change notification settings - Fork 107
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
Some questions about tool&trainning #5
Comments
Hi, the first error seems like a permission issue, and not really anything to do with the code afaik. Did you manage to fix it? Also yes, the project has the usual deep learning project workflow of training -> testing. We've also provided a tool where you could use the trained model in the tool to annotate new data. |
Thank you very much, and I want to ask you one more question about the tool. I can open the PolyRNN++ Demo, but I can't see Image in the window when I select a Image,the Image window is always blank. |
Could you show screenshots of exactly where the issue is? Could you also show a screenshot of the console output from the backend process? |
In fact, I use python3 in windows, when I run the tool.py
|
This is correct. Next, you need to run a separate server for the frontend: https://github.com/fidler-lab/polyrnn-pp-pytorch#frontend |
hi @amlankar but when i choose the box , there is no label information but a load.gif for a long time. Could you help me to know how to fix it, thank you! |
Could you share screenshots of your terminal output (for both the backend and the frontend server)? |
Thanks for your reply, and I run "python -m http.server" in the cmd |
Hi, I am not very sure you can't access this. My first question would be are you running this on your own machine or are you running the http server and model on some other machine? In that case you would access this using the IP of the other machine. If this is not the case, then it could be a Firewall setting, I can't think of any other reason. |
I also appeared a web page can not access, can not find, what is the situation @amlankar . |
You are running the server for the backend on 8001. Did you fix the frontend accordingly so that the requests are sent to localhost:8001? |
Hi, I'm using python3 on Windows when I run tool.py. Can you help me with this problem? Thank you |
You will need to edit the globalPath line in the polygon.js file to point to the path where your images are stored |
Thank you very much for your reply. I've solved the path problem Can you help me with this problem? Thank you |
@CSYslient it should by default run on the GPU, if you have your GPU driver and Pytorch setup correctly. A general answer to the issue where the tool doesn't run after drawing a bounding box: Please check in your web console for errors. If you see an error that has the word CORS in it, then you will need to run your browser with CORS disabled. Here's how to do it for Google Chrome: |
Hello, I have a similar issue running the Tool on the test images already provided with the code (Later I would like to run inference on my own data): I am running the script on the remote server and accessing the tool interactive page on the host machine using the SSH port forwarding mechanism. I am able to access the webpage on the host machine and when I select a bounding box in the image Backend (running on remote server): |
@veeramallirajesh Hi, same issue here. Did you solve this problem? Thanks. |
Hi 1)when I run the tool.py ,there is alaways a error at "self.model.reload(args.reload, strict=False)" (line 46),
the error is "PermissionError: [Errno 13] Permission denied: 'E:/Work/polyrnnpp-pytorch/models/',Is there something I should pay attention to?
2) And I'm a little confused about the whole process of the project,(train->prediction->tool, is it ?)
The text was updated successfully, but these errors were encountered: