Psarpei / Multi-Type-TD-TSR

Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:
MIT License
263 stars 52 forks source link

Error while running colab notebook #11

Open ninikolov opened 2 years ago

ninikolov commented 2 years ago

Hello,

When I try to compile the model using your colab notebook, I get the following error:

The checkpoint state_dict contains keys that are not used by the model:
  pixel_mean
  pixel_std
  proposal_generator.anchor_generator.cell_anchors.{0, 1, 2, 3, 4}

Any idea what could be going wrong? Cheers!

lishnih commented 2 years ago

It's a warning, not error. Execution continues correctly.