-
https://github.com/jd730/OICR-pytorch/blob/ab1a0bf00d6bc2acde70bff3edeb303b28d88adc/lib/model/oicr/oicr.py#L86
Why ROI Pool is explicitly used. The ROI Align is implemented in original OICR implement…
-
arXiv论文跟踪
-
hi, this is a good job. But i want to know the format of training data, word-level or character-level bounding-boxes? thank you.
-
Hello, your work is great! I am trying to compare our method with your work.
I tried to compare our method with your results. The problem is that I can only find the official KITTI dataset with 20…
-
It's supervised learning In mmtl_basics.ipynb, how to use weak supervised learning with MMTL, just like multitask.ipynb does?
-
Hi Team,
Really appreciate this great project. I would like to know what kind of techniques / label functions
I should be looking at to potentially `annotate text data-set using Snorkel`. The fin…
-
@mayank-git-hub How can I train a text-line detection model?
Can you add documentation of training a text-line detection model.
ghost updated
5 years ago
-
I'm trying to run the `WeakSupervised.sh` script but I don't fully understand what data should be used (for example in SEMI parameter in `scaleup_base.sh`) and where I can find the file `ANON_unknown_…
-
How about the recall and precision on ICDAR2013 by your implemention?
-
I'm trying to use Snorkel to label people in images, for that I'm using HOG and Haar Cascade as heuristics, but I'm facing some difficulty to understand how the Generative Model will do the prediction…