I want to use npy file in detectron2. but There are some error. #3463
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.
-
I want to use npy file because I make 6 channel file. RGB + RGB by using np.concatenate code
so I change Image.open -> np.load in detection.utils.py file
and add
elif format == 'npy':
image = np.load(image)
return image
but there are error in augmentation.
How do I do??
How can I stop all the augmentation and How can I use npy file in detectron2??
Beta Was this translation helpful? Give feedback.
All reactions