Model iterations - .pkl files not appearing in models directory #194
-
|
Hello! So I've noticed a bit of an issue where after annotating over 30 new images no new .pkl files are appearing in the model directory. for context (if it helps):
Any advice or guidance would be greatly appreciated! thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Hello! How big are your images? Some of the following in this FAQ item might be helpful at this stage in your project. Figure3 at this paper also shows (a bit) how model creation slows down as a function of annotation duration. You should expect diminishing returns as time goes on. But if things have just 'stopped' then something is wrong. I'm not implying you did this, but serious annotation errors are one type of thing that might have gone wrong. It's also worth noting that there are limits in the architecture I currently use with RootPainter and with segmentation models in general (see https://www.biorxiv.org/content/10.64898/2026.02.18.706562v1.abstract). Annotating more should eventually improve things, but at some point the model may really struggle due to challenges with the images and limitations with the architecture and training process. |
Beta Was this translation helpful? Give feedback.
-
|
Hi!,
Generally the model is at a level which I'm happy with, and I suspect I'm probably at this "diminishing returns" interval. I did however create a new project based on the latest model from this project and new .pkl files appeared after 6 images. thanks for putting things in a bit more context though! |
Beta Was this translation helpful? Give feedback.
-
|
Hi
Kind regards, |
Beta Was this translation helpful? Give feedback.
Hello!
How big are your images?
how long did it take to annotate these 30 images?
How often did you get new models before that?
As you are using your own GPU, I'm curious why you are using google drive? perhaps everything could be local and not in drive?
Some of the following in this FAQ item might be helpful at this stage in your project.
https://github.com/Abe404/root_painter/blob/master/docs/FAQ.md#question---how-do-i-decide-when-the-model-is-good-enough
Figure3 at this paper also shows (a bit) how model creation slows down as a function of annotation duration.
https://nph.onlinelibrary.wiley.com/doi/full/10.1111/nph.71065
You should expect diminishing returns as time goes on. But if t…