see icon indicating copy to clipboard operation
see copied to clipboard

Code for the AAAI 2018 publication "SEE: Towards Semi-Supervised End-to-End Scene Text Recognition"

Results 53 see issues
Sort by recently updated
recently updated
newest added

I have an error at line 156 of fsns.py when running fsns_demo.py with an image from SVHN test dataset. `images = F.reshape(images, (batch_size, num_channels, height, 4, -1))` batch_size = 1...

When I get the original SVHN dataset from [here](http://ufldl.stanford.edu/housenumbers/),I find train.tar.gz, test.tar.gz , extra.tar.gz. I want to reproduce the results with 95.2% accuracy obtained in the paper, I don't quite...

python train_svhn.py ../datasets/svhn/jsonfile/svhn_curriculum_specification.json ../datasets/svhn/runningLog/ -g 0 --char-map ../datasets/svhn/svhn_char_map.json -b 10 Traceback (most recent call last): File "train_fsns.py", line 84, in train_dataset, validation_dataset = curriculum.load_dataset(0) File "/home/donglong_5/SEE/see-master/chainer/utils/baby_step_curriculum.py", line 40, in load_dataset...

@Bartzi , I did cropped text region and I am using these cropped images for text extraction. But I am unable to extract text using your text_recoginition_demo.py, i have images...

When I try to train the Text Recognition Demon I get this error: TypeError: Argument 'x' has incorrect type (expected cupy.core.core.ndarray, got Variable), did you ever come across this issue?

When preparing the dataset for the FSNS demo it says to run this command: python swap_classes.py 0 133. What exactly is the gt_file?

Hello, Is it possible to run your code on a Mac?

When I convert the image data from tfrecord format to jpg formet, I found that, each jpg file is actually 4 square images concatenated together. And the the FileBasedDataset does...

Hello @Bartzi ! In my training, I have set lr = 1e-4 and min_delta = 1e-8. Am I correct in assuming these are learning rate and decay respectively? Also, I...

Hello Christian, I am starting a new issue here so that others who want to train your code on a new dataset in the future are able to do so....