-
Notifications
You must be signed in to change notification settings - Fork 52
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 can I get Data distribution? #27
Comments
I briefly write the pseudo code you may refer to. with torch.no_grad():
|
Thank you!!!!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! How can I get data distribution on my dataset?
Just like SSGV321.yaml
img_means: #range_x,y,z,signal
- 12.12
- 10.88
- 0.23
- -1.04
- 0.21
img_stds: #range, x,y,z,signal
- 12.32
- 11.47
- 6.91
- 0.86
- 0.16
The text was updated successfully, but these errors were encountered: