Proma Hossain Progga
Proma Hossain Progga
in my case best.pt i collected from https://huggingface.co/keremberke/yolov8m-table-extraction/tree/main ``` from ultralyticsplus import YOLO from IPython.display import display, Image !yolo task=detect mode=train model=best.pt data=data.yaml epochs=30 imgsz=800 plots=True ``` Now getting this...
hello @aditya11ad this is my code ``` id2label = {v: k for v, k in enumerate(labels)} label2id = {k: v for v, k in enumerate(labels)} feature_extractor = LayoutLMv3FeatureExtractor.from_pretrained( "microsoft/layoutlmv3-base") tokenizer...
any update?