layout-model-training
layout-model-training copied to clipboard
The scripts for training Detectron2-based Layout Models on popular layout analysis datasets
Here is the log gived a pickle error . Also attached a error txt file for full output `Traceback (most recent call last): File "/Users/niteshkumar/PycharmProjects/layout_parser/layout-model-training/tools/train_net.py", line 222, in launch( File...
I am training the fast rcnn from LayoutParser and trying to use ClearML to track the metrics of the model. I observed that ClearML doest not show any graph of...
HI, I am trying to finetune the "lp://TableBank/faster_rcnn_R_50_FPN_3x/config" model on my custom data. I tried with 10 samples on g4dn GPU machine and it is showing ETA as 14:29. [01/18...
``` Traceback (most recent call last): File "/content/layout-model-training/tools/train_net.py", line 228, in args=(args,), File "/content/detectron2/detectron2/engine/launch.py", line 82, in launch main_func(*args) File "/content/layout-model-training/tools/train_net.py", line 181, in main trainer = Trainer(cfg) File "/content/detectron2/detectron2/engine/defaults.py",...
``` ,bbox,segm AP,32.66216488648993,31.699710987990564 AP50,44.651233552341395,44.53845613640047 AP75,36.13727520014585,35.81650765346808 APs,25.210783194288627,22.183014770683627 APm,18.897219529038455,19.1843523461893 APl,37.33546062498339,38.234935520576855 AP-Background,, AP-TextRegion,65.25687119406678,65.77834127648671 AP-ImageRegion,59.93286761496787,63.302475927257476 AP-TableRegion,37.07920792079208,37.07920792079208 AP-MathsRegion,28.58085808580858,19.05940594059406 AP-SeparatorRegion,2.0847340495051303,1.3397419212608506 AP-OtherRegion,3.0384504537991393,3.6390929415522195 ``` Thanks for your brilliant work. I tried perform training by following the "How to...