Found 1,519 repositories(showing 30)
CSAILVision
Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
Breakthrough
:movie_camera: Python and OpenCV-based scene cut/transition detection program & library.
chongyangtao
A curated list of resources dedicated to scene text localization and recognition
MaybeShewill-CV
Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
bear63
ctpn+crnn Scene character recognition
zhang0jhon
Scene text recognition
johnolafenwa
The World's Leading Cross Platform AI Engine for Edge Devices
Jyouhou
Tracking the latest progress in Scene Text Detection and Recognition: Must-read papers well organized
baudm
Scene Text Recognition with Permuted Autoregressive Sequence Models (ECCV 2022)
Canjie-Luo
MORAN: A Multi-Object Rectified Attention Network for Scene Text Recognition
HCIILAB
No description available
Bartzi
Code for the AAAI 2018 publication "SEE: Towards Semi-Supervised End-to-End Scene Text Recognition"
Media-Smart
A scene text recognition toolbox based on PyTorch
FangShancheng
Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition
FudanVI
A toolbox of scene text super-resolution and recognition
tangzhenyu
OCR, Scene-Text-Understanding, Text Recognition
Papers, Datasets, Algorithms, SOTA for STR. Long-time Maintaining
roatienza
PyTorch code of my ICDAR 2021 paper Vision Transformer for Fast and Efficient Scene Text Recognition (ViTSTR)
tzutalin
:coffee: Fast-RCNN and Scene Recognition using Caffe
dhvanikotak
The aim of this work is to recognize the six emotions (happiness, sadness, disgust, surprise, fear and anger) based on human facial expressions extracted from videos. To achieve this, we are considering people of different ethnicity, age and gender where each one of them reacts very different when they express their emotions. We collected a data set of 149 videos that included short videos from both, females and males, expressing each of the the emotions described before. The data set was built by students and each of them recorded a video expressing all the emotions with no directions or instructions at all. Some videos included more body parts than others. In other cases, videos have objects in the background an even different light setups. We wanted this to be as general as possible with no restrictions at all, so it could be a very good indicator of our main goal. The code detect_faces.py just detects faces from the video and we saved this video in the dimension 240x320. Using this algorithm creates shaky videos. Thus we then stabilized all videos. This can be done via a code or online free stabilizers are also available. After which we used the stabilized videos and ran it through code emotion_classification_videos_faces.py. in the code we developed a method to extract features based on histogram of dense optical flows (HOF) and we used a support vector machine (SVM) classifier to tackle the recognition problem. For each video at each frame we extracted optical flows. Optical flows measure the motion relative to an observer between two frames at each point of them. Therefore, at each point in the image you will have two values that describes the vector representing the motion between the two frames: the magnitude and the angle. In our case, since videos have a resolution of 240x320, each frame will have a feature descriptor of dimensions 240x320x2. So, the final video descriptor will have a dimension of #framesx240x320x2. In order to make a video comparable to other inputs (because inputs of different length will not be comparable with each other), we need to somehow find a way to summarize the video into a single descriptor. We achieve this by calculating a histogram of the optical flows. This is, separate the extracted flows into categories and count the number of flows for each category. In more details, we split the scene into a grid of s by s bins (10 in this case) in order to record the location of each feature, and then categorized the direction of the flow as one of the 8 different motion directions considered in this problem. After this, we count for each direction the number of flows occurring in each direction bin. Finally, we end up with an s by s by 8 bins descriptor per each frame. Now, the summarizing step for each video could be the average of the histograms in each grid (average pooling method) or we could just pick the maximum value of the histograms by grid throughout all the frames on a video (max pooling For the classification process, we used support vector machine (SVM) with a non linear kernel classifier, discussed in class, to recognize the new facial expressions. We also considered a Naïve Bayes classifier, but it is widely known that svm outperforms the last method in the computer vision field. A confusion matrix can be made to plot results better.
mxin262
Pytorch re-implementation of Paper: SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text Recognition (CVPR 2022)
wenwenyu
Code for the paper "MASTER: Multi-Aspect Non-local Network for Scene Text Recognition" (Pattern Recognition 2021)
yeungchenwa
A paper collection of recent diffusion models for text-image generation tasks, e,g., visual text generation, font generation, text removal, text image super resolution, text editing, handwritten generation, scene text recognition and scene text detection.
roatienza
Image transformations designed for Scene Text Recognition (STR) data augmentation. Published at ICCV 2021 Workshop on Interactive Labeling and Data Augmentation for Vision.
opconty
PyTorch implementation of my new method for Scene Text Recognition (STR) based on Transformer,Equipped with Transformer, this method outperforms the best model of the aforementioned deep-text-recognition-benchmark by 7.6% on CUTE80.
Mountchicken
[ICCV 2023] Code base for Revisiting Scene Text Recognition: A Data Perspective
GKalliatakis
Keras code and weights files for the VGG16-places365 and VGG16-hybrid1365 CNNs for scene classification
chenjun2hao
Unofficial PyTorch implementation of Towards Accurate Scene Text Recognition with Semantic Reasoning Networks
Automatic number plate recognition using tech: Yolo, OCR, Scene text detection, scene text recognation, flask, torch
ku21fan
Scene Text Recognition (STR) methods trained with fewer real labels (CVPR 2021)