polyrnn-pp
polyrnn-pp copied to clipboard
Inference Code for Polygon-RNN++ (CVPR 2018)
hello, I want to konw the environment of python and Cuda, because when I run the requirements,it is successful,but it can't tho run the demo.
I am having trouble running the scripts in a windows environment. It would be great if you can prepare a windows exclusive scripts folder for people to get it running.
Hey! I'm trying to run the demo, which fails with: ``` ./src/demo_inference.sh Traceback (most recent call last): File "src/inference.py", line 9, in from EvalNet import EvalNet File "/home/anika/Documents/workspace/markup_tools/polyrnn/src/EvalNet.py", line 1,...
I would like to deploy this interactive annotations on images with overlapping chromosomes. Does the model supports annotation of overlapping masks?
I have this error warning when I do the pip install -r requirements.txt step. Do you have any idea how to fix this? Building wheels for collected packages: subprocess32 Building...
Can you please check the jupiter demo, I could not make it work . It stuck in this step : `#Initializing and restoring the evaluator net. with evalGraph.as_default(): with tf.variable_scope("discriminator_network"):...