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

The output of est_flow result #4

Open
lyh-12345 opened this issue Sep 6, 2021 · 1 comment
Open

The output of est_flow result #4

lyh-12345 opened this issue Sep 6, 2021 · 1 comment

Comments

@lyh-12345
Copy link

Hi, thanks for your great work.
I successfully run test.py, using FT3D dataset and best_checkpoints.params model. But, I can't find the output of estimate-flow file or a folder like result/FT3D which mentioned in visual.py. How can i get these files? Do I need to save the est_flow which mentioned in test.py at 120 lines as a npy file ?

Thanks in advance for your help.

@weiyithu
Copy link
Owner

weiyithu commented Sep 7, 2021

Thanks for your interest in our work. visual.py need 3 input files: pc1.npy, pc2.npy and flow.npy. We do not write saving code and you need to save them manully. You can refer to line 120 in test.py. 'batch_data['sequence']' contains pc1.npy and pc2.npy while 'est_flow' is flow.npy.

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

2 participants