Giter Site home page Giter Site logo

pdftableextract's Introduction

pdftableextract's People

Contributors

ferrygun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pdftableextract's Issues

Missing .h5 file

I tried to follow the tutorial but i can neither clone the RN.git file from your repository nor find the resnet50_coco_best_v2.1.0.h5 file anywhere else.

Is there a follow-up to this issue? Or is the code uploaded somewhere else?

Impossible to use this!

Its impossible for others to follow what you have done in your "tutorial"!

Example:
model = models.load_model(model_path, backbone_name='resnet50')

  • What package do you need to import in order to load this model?????

And in your "Now we are ready to run the prediction" there are several packages which need to be loaded, but it aint said anything about package names!

Also the "build_logos.py" is fail, because you need to remove .FILETYPE in the .txt files, and in your "tutorial" its pointed out that .FILETYPE has to be included.

Can you please make a complete tutorial which is possible to follow, step-by-step?

unable to load the trained model ,please help me on this concern

-------------------errrorr-------------------------------------
TypeError Traceback (most recent call last)
in ()
8 #print("path:", model_paths)[-1]
9 #from keras_retinanet import models
---> 10 model = models.load_model(model_paths)
11 model = models.convert_model(model)

2 frames
/usr/local/lib/python3.7/dist-packages/h5py/_hl/base.py in is_hdf5(fname)
39 """ Determine if a file is valid HDF5 (False if it doesn't exist). """
40 with phil:
---> 41 fname = os.path.abspath(fspath(fname))
42
43 if os.path.isfile(fname):

TypeError: expected str, bytes or os.PathLike object, not list

--------------code used ----------------------

from keras_retinanet import models
from glob import glob
#model_paths = glob('/content/Face-mask-detector-using-RetinaNet-model/keras-retinanet/keras-retinanet/snapshots/_pretrained_model.h5')
#model_paths = glob('snapshots/resnet50_csv_0*.h5')
model_path='/content/keras-retinanet/snapshots/_pretrained_model.h5'

#print("path:", model_paths)[-1]
#from keras_retinanet import models
model = models.load_model(model_paths, backbone_name='resnet50')
model = models.convert_model(model)

--------------tried on this issue -------------

tried to install h5py .but still issue is not solved .
pip install h5py==2.10.0

issue in installing setup.py

Hello,

When I tried !pip install python setup.py build_ext โ€” inplace , I am receiving the below error

Error
ERROR: Invalid requirement: 'โ€”'

Training Issue

image
Hello,
I have followed each instruction but while training it do not proceed till the end.
Please Help

I am getting 0 precision during retinanet-evaluate in TrainOCR

Hi,

I downloaded some receipts from internet and manually labeled and created annotations. Everything seems to be going as per plan, until I noticed 0 precision while evaluating retina-net output weight file:

0_precision_training

I can see for you precision is about .83. What might be wrong?

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.