SimronThapa / FSRN-CVPR2020

This codebase implements the system described in the paper: Dynamic Fluid Surface Reconstruction Using Deep Neural Network

Home Page:https://ivlab.cse.lsu.edu/FSRN_CVPR20.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no such file as .X_train30600.npt

ahhays opened this issue · comments

When i run my program I get an error

Traceback (most recent call last):
File "FSRN-CNN-train.py", line 353, in
X_train = np.load(dir_references+"X_train{}.npy".format(TRAIN_NUM))
File "C:\Users\icecr\Anaconda3\lib\site-packages\numpy\lib\npyio.py", line 415, in load
fid = open(os_fspath(file), "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'A:\dl\FSRN-CVPR2020-master\X_train30600.npy'

But the train data is not in such an order but instead is made out of render, reference, normal_map, and depth map. Please let me know how to process the data.