doc-analysis / TableBank

TableBank: A Benchmark Dataset for Table Detection and Recognition
Apache License 2.0
987 stars 139 forks source link

How to use pretrained weights in custom model #24

Open kmanojkkmr opened 4 years ago

kmanojkkmr commented 4 years ago

Hello Team,

I have build a model using retinanet and I would like to use your weights in my model for training. Could you please help me how to use it. If not in retinanet, how can i use the pretrained model and weights for inference on new images.?

Weights downloaded from: https://dl.fbaipublicfiles.com/detectron/ImageNetPretrained/25093814/X-152-32x8d-IN5k.pkl

I am using CPU system.

liminghao1630 commented 3 years ago

Please refer to detectron2 for instructions.

shubhangi27397 commented 3 years ago

@kmanojkkmr Were you able to find that ?