fidler-lab / polyrnn-pp-pytorch

PyTorch training/tool code for Polygon-RNN++ (CVPR 2018)
703 stars 106 forks source link

Infinite loop when labeling an object and error in uploading in image #17

Closed phoang7 closed 5 years ago

phoang7 commented 5 years ago

I changed the global folder to my image directory containing the required images in the polygon.js, but when running the frontend and backend I am not able to label an image nor upload a photo, there is an infinite loop for labeling and error message appears when a image is attempted to be uploaded. No output is produced on the terminal, except for on the frontend when refreshing the page. I've included the terminals below. backend frontend

Also I changed the globalFolder variable to be set to: var globalFolder = '/home/myusername/Downloads/polyrnn-pp-pytorch/code/Tool/frontend/static/img'

lipeiwang commented 5 years ago

same error here. I git the folder, and run the backend and frontend. But I can not get any result after draw a bounding box on the pic.

amlankar commented 5 years ago

Hi @phoang7, @lipeiwang, I'm closing this and would ask to follow #14. I haven't been able to reproduce this bug yet, so any more details would be appreciated on that thread.

I just posted my screenshot on #14 reproducing the instructions in the README and running on my personal laptop. For all the changes, I used a separate terminal, I hope that helps.