-
Notifications
You must be signed in to change notification settings - Fork 262
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
how to generate .npy files? #83
Comments
+1 how do you generate it? |
hello,Someone knows how to generate an npy file. |
@Totoro-wen What really do you want to do? I will give you an example.
There, you have a numpy file created |
thanks.@rocksyne |
@Totoro-wen The purpose of the numpy file is for data normalization. Therefore, the mean calculated over all the training images (frames) which is now stacked as 112x112x3 is saved as a numpy file. So in training, each for each extracted frame, which is of shape 112x112x3, the np_mean is extracted to try to bring the matrix values to a somewhat central (0) point so that the values will not be too far apart. Kindly check this link to if there is any confusion.. Cheers! |
@rocksyne I see. Thank you very much. |
@rocksyne I don't know how to generate the crop_mean.npy file. Do you know how to generate it? |
@rocksyne Thank you very much. |
No description provided.
The text was updated successfully, but these errors were encountered: