How to add the augs in defaultpredictor?? #4420
Unanswered
leesangjoon1
asked this question in
Q&A
Replies: 0 comments
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.
-
class DefaultPredictor:
"""
Create a simple end-to-end predictor with the given config that runs on
single device for a single input image.
[docs] def call(self, original_image):
"""
Args:
original_image (np.ndarray): an image of shape (H, W, C) (in BGR order).
in this code, there is a self.aug T.ResizeShortEdge
but I want to use more augs.
I want to use more various augs.
How could I do???
Beta Was this translation helpful? Give feedback.
All reactions