Isaac Lee
Isaac Lee
@chenhaolin1989 I quick-fixed it by getting rid of the branch. This isn't ideal as it won't apply certain distortions.
@chenhaolin1989 Maybe we are seeing different outputs. In my case, it wasn't that they weren't boxed. There were boxes, but all the boxes were shifted to the right by a...
question 2 is answered in [this](https://github.com/clovaai/CRAFT-pytorch/issues/18#issuecomment-513258344) issue by the author. > As you mentioned, the positive pixels are regions where the region score GT is larger than 0.1, and pos-neg...
> I've changed the mistake. what mistake are you referring to? > Maybe IC15 train has some mistakes. I will refine it when I am no busy. Maybe I can...
> I do not know what's the meaning of PR. PR stands for pull request > In the trainic15data.py, code in line 114 should be freeze=False will apply that to...
> 2. watershed.py uses Polygon library, but I can't seem to find how to install this library. Any hints? `pip install Polygon3` --- Made PR to address each issue, respectively:...
So this is a natural variance? The score I got is over 1000 times smaller so I assumed there was an error in SIFID calculation. What is the specific SIFID...
The problem seesm to be that `_create_samples_of_an_image` is a method within `class SynthTextCreator` defined in `create_synthtet_tfrecord.py`. However, `_create_samples_of_an_image` is invoked as a normal function: ```python _create_samples_of_an_image(writer, image_rel_path, text, word_polygons, char_polygons)...
@Hzfengsy Thanks for your helpful answer :) A follow up on your second answer: > 2. In every lightphases, only the roadLinks in availableRoadLinks are passable. It figures out which...
@zhc134 what are some paramters to `eng.reset()`? I think it could be helpful if it is in the docs. I will make a push you are busy and can direct...