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
Describe the bug
Before conducting the prediction the image should be Resized to the original training size and then Normalized the data comes from the same distribution as training data
Yes, we can add these Test Time Transforms too.
Thought it should work fine without these. Since Faster RCNN uses Generalized RCNN transforms that works for image of any size.
Can you open a PR as well @tugot17 ? If not possible, don't worry I will fix it up.
Describe the bug
Before conducting the prediction the image should be
Resized
to the original training size and thenNormalized
the data comes from the same distribution as training dataTo Reproduce
In
app.py
go to the line 223How to fix
Add the transformation while creating the dataset
The text was updated successfully, but these errors were encountered: