Closed tphankr closed 3 years ago
Hi @tphankr,
If you want to train AC-RegNet, you first need to train the autoencoder. So, first runtrain_aenet.py
and then train_acregnet.py
.
Thank you @lucasmansilla, Allow me ask, how setting the data folder to run the code, thank you @lucasmansilla. I downloaded the NIH Chest-XRay14 dataset already. And put it in the same folder with the train_aenet.py or train_acregnet.py.
And then, I typed "python train_aenet.py", It is like not run, as following:
Thank you.
Hi @tphankr,
What happens is that this code is intended to work with data from JSRT, Montgomery or Shenzhen datasets, at least for now.
Thank you @lucasmansilla, It means, now I must to download the data from JSRT, Montgomery or Shenzhen datasets, and then run. How about with "the NIH Chest-XRay14 dataset", please guide me some where to I can fix and run with the the NIH Chest-XRay14 dataset. Thank you @lucasmansilla .
Hi @tphankr,
AC-RegNet requires images and segmentations for training and the Chest-XRay14 dataset does not provide segmentations.
Thank you for your code, @lucasmansilla. Please guide us, which file do we run firstly? Thank you.
Thank you.