polyrnn-pp-pytorch
polyrnn-pp-pytorch copied to clipboard
PyTorch training/tool code for Polygon-RNN++ (CVPR 2018)
Hello. Both the frontend and backend run normally, but the pictures on the page can't be displayed normally.  This is my front . (ployrnn) gaoennan@gaoennan-MS-7D31:~/code/polyrnn/code/Tool/frontend$ python -m...
@amlankar 
I change the data path, edit the path in ggnn.json, and test it with torch1.2/ptyhon3, got a mIoU 69, which is a bit lower than the result published in the...
when i run the command of Launch backend(flash server) in the terminal, the error appears. The whole information is :File "Tool/tool.py",line 12 ,in from Utils import utils ImportError:No module named...
Dear authors, Thanks for releasing the code! Would it be possible for you to provide a docker file for efficiently running your code? Just like this project did: [ritm_interactive_segmentation](https://github.com/saic-vul/ritm_interactive_segmentation). I...
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...
Could you explain how to test the models on custom data. What all things need to be prepared in the code to run inference/testing on custom data. I have images...
Hello, It is fantastic, so cool. Following to your guide, I try to test pre-trained model but I am not sure my result is right or not. Step1. which path...
Hi, I'm trying to update the code to use python 3 and pytorch 1.3. When running inference, I'm getting a different output than python 2 and pytorch 0.4. Do you...