Closed rohanchn closed 1 year ago
Hi ^^
So, first of all, to address one elephant in the room, as lines are anchored based on their center, deskewing is mostly useless if what you are looking into is have you line correctly ordered in different columns.
Right, I thought so too.
Thanks! I got the same link but couldn't get myself to trust what I was looking, so posted here.
FYI, I am looking to implement yolo8 models but I need to check before if they work well :)
Isn't that the latest release? Sounds something I will look forward to try!
YALTAi does not use this yet. But it might. I need to benchmark and test :)
pip install YALTAi
doesn't reflect the latest changes vis-a-vis manifest. You may want to tag a new release.
@rohanchn You might be interested in knowing I moved YALTAi to YOLOv8 which allows for polygons. I have not tested polygon yet (and YALTAi does not allows for Polygons yet), but it might be a solution for this :)
Thank you! I should be able to test soon.
Hi @PonteIneptique,
I did some training with the usual v5x6 model, and initial tests suggests very good results. Here's an example of assesment during validation.
However, I also think my data may benefit from rotating bounding boxes (as deskew on two facing pages in one image could be a problem, and also the way
GraphicZone
appear in my data), so thought I'd also test YOLOv5-OBB that you mention in the Yaltai paper.I have a couple of questions:
How do I get the YOLOv5-OBB model?
Do you think a baseline model trained in
ketos segtrain
with--suppress-regions
could be more efficient than--no-suppress-regions
for a Yaltai > Kraken pipeline?