-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image resize for training #18
Comments
Training images are upscaled here: text-detection-fots.pytorch/datasets.py Line 32 in 04b969c
I think the model doesn't work for size of 384 because it was trained for a larger scale. You may also try visualizing raw net outputs. May be it will give you some understanding why it happens. |
Hey I tried training on images with size 384x384 , train loss curve was also fine. I notice here: text-detection-fots.pytorch/datasets.py Line 25 in 04b969c
IN_SIDE = 640 does that mean the input size in training is 640? |
Hi I am trying to visualize the gt masks...I changed this line: text-detection-fots.pytorch/train.py Line 211 in 04b969c
to if 1 |
Hi, I did not find an option to resize images for training.
Also while inferencing if I resize the images to 384 by changing these lines
text-detection-fots.pytorch/test.py
Line 20 in 04b969c
nothing is predicted using the pretrained model.
The text was updated successfully, but these errors were encountered: