TextFuseNet
TextFuseNet copied to clipboard
A PyTorch implementation of "TextFuseNet: Scene Text Detection with Richer Fused Features".
I use model_syn_r101_pretrain.pth as the pretrained model, and finetune on the Icdar2015 dataset. But I find that some model parameters are not in the checkpoint. `[08/07 10:01:59] fvcore.common.checkpoint INFO: Loading...
Is there a limit to the number of detection results? I wonder if there is a limit to the number of detection results on TextFuseNet. there are a lot of...
Hi, my training procedure failed and the log is as below: Traceback (most recent call last): File "D:\nlp_projects\git_code\TextFuseNet\detectron2\engine\train_loop.py", line 132, in train self.run_step() File "D:\nlp_projects\git_code\TextFuseNet\detectron2\engine\train_loop.py", line 212, in run_step loss_dict...
backbone.bottom_up.res2.0.conv1.weight when using out_dir_r101/syn_model/model_syn_r101_pretrain.pth
Hello, I am getting a long list of lines similar to the below when using ./configs/ocr/synthtext_pretrain_101_FPN.yaml and model ./out_dir_r101/syn_model/model_syn_r101_pretrain.pth 'backbone.bottom_up.res2.0.conv1.weight' has shape (256, 64, 1, 1) in the checkpoint but...
Compile fails for me with: ``` /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(136): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(184): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(234): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(284): error: identifier "AT_CHECK" is undefined...
I am getting an error when I run ``unzip TextFuseNet-master``, first I thought there must be a compressed file which I need to manually unzip but couldn't find it so...
i have this error /TextFuseNet/demo/icdar2015_detection.py", line 98, in save_result_to_txt if len(polygons[i]) != 0: TypeError: 'VisImage' object is not subscriptable thanks for replying
I have a question while learning Korean dataset ## Follow the steps below to proceed 1. write config file 2. register dataset( my dataset name is AISL dataset) 3. then...
I think I'm soaked for the location of the dataset to do the training : KeyError: "Dataset 'customdata' is not registered! Available datasets are: coco_2014_train, coco_2014_val, coco_2014_minival, voc_2012_trainval, voc_2012_train, voc_2012_val,...
After cloning the repository and running the build steps, the model weight is not getting loaded in the out_dir_r101 folder. /out_dir_r101/icdar2013_model/model_ic13_r101.pth How to load model weights like these. Which step...