You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work, I have some questions on the fine-tuning. I think it may come from the format of my input data. I've been looking at this link to try to get the right xml well shaped for my jpg images. But after fine-tuning (even after 1 epoch) i don't get any line 👀 .
Hey,
Thanks for the great work, I have some questions on the fine-tuning. I think it may come from the format of my input data. I've been looking at this link to try to get the right
xml
well shaped for myjpg
images. But after fine-tuning (even after 1 epoch) i don't get any line 👀 .Here is an example of
xml
file I have:And here is an BASELINE points on the image:
Then I'm using:
ketos -vvv segtrain -i /home/ubuntu/models/blla.mlmodel -f xml /home/ubuntu/data/20250204_line_detecti on/alto_xml/*.xml -cl -o /home/ubuntu/models/ft_kraken -d cuda:0
And everything looks to train, but the mean_iu stays around 0.25 and even decreases.
[02/04/25 15:54:37] INFO validation run: accuracy 0.9899430871009827 mean_acc 0.9899430871009827 mean_iu 0.2532690465450287 freq_iu 0.96146160364151
After a few epochs, when I run the inference, I don't get any line though...
Also, I'm using only 30 pictures to test the training before annotating more and scale the process. Do you have any idea why this is not working ?
The text was updated successfully, but these errors were encountered: