bchimagine / fetal-brain-extraction_t2w

This repo holds the algorithm development for deep learning-based real-time fetal brain segmentation in MRI
3 stars 0 forks source link

Tips:FileNotFoundError #1

Open NewSun55 opened 2 years ago

NewSun55 commented 2 years ago

Tips information: Traceback (most recent call last): File "E:/deep_learn_code/15FBSM/fetal-brain-segmentation-main/code/train.py", line 86, in <module> X_train = np.load("../data/X_train.npy", mmap_mode="r") File "F:\other_ana\15FBSM\lib\site-packages\numpy\lib\npyio.py", line 416, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: '../data/X_train.npy'

Hello, you can provide documents with x_train.npy and y_train.npy.

NewSun55 commented 2 years ago

Sorry, the documents mentioned above can be obtained through this create_dataset.py.

TaherehSharifian commented 1 year ago

Sorry, the documents mentioned above can be obtained through this create_dataset.py.

Hello, I have problems loading the data. I ran `createdataset and it gives me a file like this. image

is this correct? and also, there are no files by these names in the repo. image

what should I do? did you fix it?