guigarfr
guigarfr
``` python bin/fcos https://github.com/tianzhi0549/FCOS/raw/master/demo/images/COCO_val2014_000000000885.jpg person confidence: 0.81 bbox: 519.2 345.5 770.4 747.2 tennis racket confidence: 0.77 bbox: 737.3 502.8 897.9 579.1 person confidence: 0.72 bbox: 1113.3 47.7 1198.0 470.1 person...
Trying to execute python setup.py develop gives a compilation error. In this case, import file vision.h was not found. I saw some issues reported with same vision.h not found error...
Fixes [this issue](https://github.com/tianzhi0549/FCOS/issues/357) AT_CHECK is [deprecated since torch 1.5](https://github.com/pytorch/pytorch/issues/36581), so i added this code for compatibility.
Newer python versions [do not have variable `torch._six.PY3`](https://github.com/pytorch/pytorch/blob/master/torch/_six.py#L27) [[Issue](https://github.com/tianzhi0549/FCOS/issues/358)] which is also a module not meant to be imported in a project. PY3 only checks that python version is 3,...
AttributeError: module 'torch._six' has no attribute 'PY3' In file [fcos_core/utils/imports.py](https://github.com/tianzhi0549/FCOS/blob/master/fcos_core/utils/imports.py#L4) there's an if checking if torch._six.PY3. Latest torch version doesn't have PY3 but [PY37](https://github.com/pytorch/pytorch/blob/master/torch/_six.py#L27)
Documentation page [**data files in different versions**](https://tesseract-ocr.github.io/tessdoc/Data-Files-in-different-versions.html ) is incomplete. For example i just got "Katakana" script as output for `image_to_osd` call, which is not documented under available scripts.
Fix https://github.com/jkehler/unshortenit/issues/13
Getting error: ERROR: **This plugin was built with an older plugin structure. Contact the plugin author to remove the intermediate "elasticsearch" directory within the plugin zip**. ``` sh-4.4# wget https://github.com/joway/elasticsearch-hamming-plugin/raw/master/releases/elasticsearch-hamming-0.0.1.zip...
I'm running gradle build . and get the error: ``` Plugin with id 'maven' not found.``` Maybe some update to the Build section of the README is needed.