Moises Torres

Results 4 comments of Moises Torres

You can try LabelMe (https://github.com/CSAILVision/LabelMeAnnotationTool) Labelme is a annotation used to label images. It can be used to label text. Each labeled image will give a XML but you can...

From @alexpm94: Will give a `txt` file as this: [https://github.com/argman/EAST/blob/master/training_samples/img_1.txt](https://github.com/argman/EAST/blob/master/training_samples/img_1.txt) ```python import xml.etree.ElementTree as ET import glob gt_path = r"path/to/dir" paths = glob.glob(gt_path +'/*.xml') for filename in paths: tree =...

I could install it succesfully using pipenv 2018.11.26 and python 3.7. Check your internet connection or proxy configuration.

> ## Description > > Run the containers as the same user running on the host (the VM) by default, or at least provide an option. The related docker option...