Amlan Kar

Results 20 comments of Amlan Kar

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

Could you show screenshots of exactly where the issue is? Could you also show a screenshot of the console output from the backend process?

This is correct. Next, you need to run a **separate** server for the frontend: https://github.com/fidler-lab/polyrnn-pp-pytorch#frontend

Could you share screenshots of your terminal output (for both the backend and the frontend server)?

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

@P-DX, is that the backend terminal output after you tried annotating on the frontend? It doesn't seem like the backend received any request. This could be related to #14 I'll...

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?

You will need to edit the globalPath line in the polygon.js file to point to the path where your images are stored

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

The error is here: Read 0 instances in val split It didn't find any data from the val split. This is because you haven't updated the data_dir in the options,...