Skip to content
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

没看懂为什么push里面要把ba的类型转成np.int64 #10

Open
GIS-PuppetMaster opened this issue Sep 21, 2019 · 1 comment
Open

Comments

@GIS-PuppetMaster
Copy link

v_wrap(np.array(ba), dtype=np.int64) if ba[0].dtype == np.int64 else v_wrap(np.vstack(ba)),

一般连续动作不应该用float64吗
而且判断条件是dtype==np.int64时转为np.int64,是不是写错了?

@GIS-PuppetMaster
Copy link
Author

buffer_r.append((r+8.1)/8.1) # normalize
为什么r需要标准化?
8.1是怎么来的?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant