Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

block segmentation: non-text classes and prebuilt models #81

Open
bertsky opened this issue Feb 3, 2021 · 0 comments
Open

block segmentation: non-text classes and prebuilt models #81

bertsky opened this issue Feb 3, 2021 · 0 comments

Comments

@bertsky
Copy link
Contributor

bertsky commented Feb 3, 2021

In e941321 it seems 3 non-text classes arrived: ImageRegion, TableRegion and GraphicsRegion. However, the Config.NUM_CLASSES remained the same, and equally the provided block_segmentation_weights.h5 still have only 1+14 classes:

>>> import h5py
>>> f = h5py.File('block_segmentation_weights.h5', 'a')
>>> f['mrcnn_class_logits/mrcnn_class_logits/kernel:0']
<HDF5 dataset "kernel:0": shape (1024, 15), type "<f4">

So @khurramHashmi what am I to make of this? Did you forget to publish/upload your new model file?

I would really like to see images and tables detected here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant