PubLayNet icon indicating copy to clipboard operation
PubLayNet copied to clipboard

ICDAR 2019: MaskRCNN on PubLayNet datasets. Paragraph detection, table detection, figure detection,...

Results 6 PubLayNet issues
Sort by recently updated
recently updated
newest added

In the ```main_publaynet.py```, I found pretrained option, ```parser.add_argument("--pretrained", dest="pretrained", action="store_true",)``` . But I can't find where it use in the code. Can I use pre-trained checkpoint file when training? (Sorry...

While training with PubLayNet dataset, I found following error: ``` [May-10 13:04] [CRITICAL] No module named 'barez' Traceback (most recent call last): File "main_publaynet.py", line 557, in main(args) File "main_publaynet.py",...

Hello, i want to know how to training my own dataset. Becasue the training_code contains so many files, i dont know the detail steps of training. Can you give a...

hello,how to train own‘s dataset with multi gpus? The code can run successfully on a single GPU。