Replies: 1 comment
-
Oops, the weights weren't loading, I thought setting the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am training a custom DBNet and I have a problem. The predicted probability maps during the training is completely different (almost random noise other than the padding) compared to initializing the dataset, normalizing the image and forwarding in a notebook. See the images below.
The datasets and its pipelines are exactly the same. I have built the same TextDetDataPreprocessor. For some reason during training, the image is processed differently. Does someone have any idea?
These are the maps produced in a notebook:

These are the maps produced during training. It's directly the first batch before taking any steps:

Note: I have converted/implemented a model from PPOCR, that's why it is line prediction. I can share it, if it indeed works. I am using a Macbook M3. I just made a small cheat
instance_data.py
by adding [not ideal i know :( ]:Here are the system details:
Beta Was this translation helpful? Give feedback.
All reactions