YingxuanW

Results 6 comments of YingxuanW

I just saw someone use 1k datas to fine-tuning the detection model.

> Hi, I am trying to fine tune the the table structure over on TATR-v1.1-All-msft.pth model...In my dataset i provide an 50 images for finetune...i am getting below training metrics......

@SWHL @BG888 可以看看我的后处理 ``` with open(fileh, "r", encoding="utf-8") as f: html_content = f.read() html_content = html_content.encode('utf-8').decode('unicode_escape') ```

@tzktok Could you please tell me what is the annotations tool on the picture?

@bely66 hi, could you please tell me how did you prepare your datas for fine-tuning? I also want to do some fine-tune jobs on structure models but don't know how...

@mazeem-arbisoft Thanks a lot! Looking forward to your open source tool!