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

I can't open these .ipynb files #4

Open
typhoonlee opened this issue Mar 6, 2020 · 4 comments
Open

I can't open these .ipynb files #4

typhoonlee opened this issue Mar 6, 2020 · 4 comments

Comments

@typhoonlee
Copy link

Please check these files. I can open them yesterday, but today I can’t. My network is fine

@typhoonlee
Copy link
Author

I can open now , but i have another question
in training.py ,i don't find that permuted_indices.npy file
and how do I organize this file myself?

@akonar82
Copy link

permute_indices.npy is a python array containing random permutation of numbers (=total data size). You can create using np.random.permutation(x), here for sample size of 7481, x=7481. Then save it as permute_indices.npy. its basically randomly spliting train and dev and test sets.

@typhoonlee
Copy link
Author

alright, thank you very much!

@linchunmian
Copy link

Hi, could you please sent me a piece of data? I cannot obtain kitti training and test data. My email address is [email protected]. Thanks a lot!

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

3 participants