FASText
FASText copied to clipboard
Efficient Unconstrained Scene Text Detector
4%] Building CXX object src/CMakeFiles/FTreader.dir/segm/flood_fill.cpp.o /home/ubuntu/like/FASText/src/segm/flood_fill.cpp: In function ‘int cmp::floodFill(std::vector&, cv::InputOutputArray, cv::InputOutputArray, cv::Point, int, double, int&, long int, int, int, cv::Mat&, cv::Mat&, cv::Rect&, int&, std::unordered_map&, std::vector&, bool, bool, int, cv::Scalar,...
CMake Warning at CMakeLists.txt:66 (find_package): By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenCV", but CMake did not find...
handwritten text segmentation characters is it possible to detect character handwritten digits(numbers) segmentation ? on many cases the characters are touching each other can it be done with FASTtext to...
Hi. I' m trying to run `python2.7 testLines.py` but get this: `/home/yulia/FASText Using FT detector edgeThreshold = 13, kpTypes: 3 Using PyramidSegmenter, segmDeltaInt: 1 Loading CharCls Model from: /home/yulia/FASText/cvBoostChar.xml New...
Hi, I am on macOS 10.14, not sure why I am getting the error after building it without problems. What I did: * installed opencv from brew * built it...
Hello , How does compile the project on Windows? Thank you very much!
@MichalBusta I have built it to FTreader.lib. But I don't know how to use it ? Can you help me? Thanks very much!
when I run python testLines.py, it gives the following error. Loading CharCls Model from: /home/bear/Desktop/study/FASText-master/cvBoostChar.xml New instance 0 with edge threshold: 13 [[442 127 29 ..., -1 0.20491254329681396 array([388, 522,...
win8.1 64bit vs2013 cmake opencv2.4.11 > Loading CharCls Model from: cvBoostChar.xml > Processing: ./input\0.jpg > Detected keypoints: 4669 > Segmented: 1562/2560 > OpenCV Error: Bad argument (Input array is not...
Hello, I am trying to debug the project on ICDAR 2013 dataset. When I run the project, the project exits with code 134 (interrupted by signal 6: SIGABRT) with following...