You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have saved the predicted flow with shape [batch=1,3,npoints=8192] as follows: flow=flow.cpu().detach().numpy #convert tensor to numpy file np.save(file_path,flow)
then, in visual.py I have tried to upload the saved file with the same code as in visual.py but the shape of the flow is zero
could you explain how could I solve this problem please ..
thank you so much for sharing your awesome code
could you please explain how to save the flow file as .npy to visualize it as in visualize.py file
thank you in advance
The text was updated successfully, but these errors were encountered: