Giter Site home page Giter Site logo

jaderberg-eccv2014_textspotting's People

Contributors

240084173 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jaderberg-eccv2014_textspotting's Issues

How to edit matconvnet/Makefile for window 10

This code is based on MAC OSX and Titan. How to edit matconvnet/Makefile for window 10?

SHELL=/bin/bash
UNAME := $(shell uname)
ifeq ($(UNAME),Darwin)

MAC OSX

MEX  ?= /Applications/MATLAB_R2012b.app/bin/mex
MEXARCH = mexmaci64

else

TITAN

MEX  ?= /sync/matlab2013a/bin/mex
MEXARCH = mexa64

endif
NVCC ?= /Developer/NVIDIA/CUDA-5.5/bin/nvcc
NVCCOPTS = -gencode=arch=compute_20,code=sm_21 -gencode=arch=compute_30,code=sm_30
ENABLE_GPU =
MEXOPTS = -lmwblas -largeArrayDims
MEXOPTS_GPU= $(MEXOPTS) -DENABLE_GPU -f matlab/src/mex_gpu_opts.sh -lcudart -lcublas
ifneq ($(DEBUG),)
MEXOPTS += -g
endif

Code for Word Recognition not found

I am unable to find the code for word recognition. fig_charmap.m & _ fig_detmap.m_ detects the where the text characters are. How exactly are the characters recognised?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.