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
hi there i want to train you model on our images. could it possible to train you model on grey scale images, and what are the changes which would needed to be done before training it on custom data?
The text was updated successfully, but these errors were encountered:
Yes you can train on greyscale images, you would need to normalise them with a new dataloader so that they have a scale between -1 and 1. You would also need to change the network input channels to be 1.
hi there i want to train you model on our images. could it possible to train you model on grey scale images, and what are the changes which would needed to be done before training it on custom data?
The text was updated successfully, but these errors were encountered: