CascadeTabNet
CascadeTabNet copied to clipboard
This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
Hi, I got the result as it should be. But further I want to extract that particular region from an image, I search in "cascade_mask_rcnn_hrnetv2p_w32_20e.py" if anything related to contour...
Hi everyone! There is a problem with performance when using MMdet 2.x version. I used ```cascade_mask_rcnn_hrnetv2p_w32_20e_v2.py``` config file. Also I updated checkpoint file ```epoch_36.pth``` with ```upgrade_model_version.py``` script. But anyways I...
Hi , Is there anyone who tried to extract the tables which have been detected?
We were able to detect the tables properly but we also want the coordinates of the table for further process .can you give us a any solution to get the...
the backbone file can't be download https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/hrnetv2_w32-dc9eeb4f.pth anyone can provide a url ? thanks.
Hi, i tried to train this model on custom data. I built docker image: ``` ARG PYTORCH="1.4" ARG CUDA="10.1" ARG CUDNN="7" FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel ENV TORCH_CUDA_ARCH_LIST="6.0 6.1 7.0+PTX" ENV TORCH_NVCC_FLAGS="-Xfatbin -compress-all"...
Can't get rid of this error. It seems like error comes from the model while loading the model
the num_classses in config file should be 1 for the task of table detection
do you have the script that convert you pytorch model to onnx