polyrnn-pp-pytorch icon indicating copy to clipboard operation
polyrnn-pp-pytorch copied to clipboard

PyTorch training/tool code for Polygon-RNN++ (CVPR 2018)

Results 17 polyrnn-pp-pytorch issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello. Both the frontend and backend run normally, but the pictures on the page can't be displayed normally. ![VL~ BES98BL K62(NTD`SCA](https://user-images.githubusercontent.com/65284211/148890952-54e7ee86-3395-4118-bd10-b06427b7548a.png) This is my front . (ployrnn) gaoennan@gaoennan-MS-7D31:~/code/polyrnn/code/Tool/frontend$ python -m...

@amlankar ![1212](https://user-images.githubusercontent.com/46952068/62342800-bd3a4300-b51a-11e9-9b97-e9f7e52101a3.png)

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...