muellerdo / kits19.MIScnn

Kidney Tumor Segmentation Challenge 2019: MIScnn - 3D Residual U-Net
GNU General Public License v3.0
37 stars 10 forks source link

residual_unet.model.json file error #5

Open AnoshMK opened 4 years ago

AnoshMK commented 4 years ago

Hi, I have a problem on loading residual_unet.model.json file. It gives me the following error: json.decoder.JSONDecodeError: Expecting value. I don't know what should I do to fix this error. Can you help me please. Thanks in advance.

muellerdo commented 4 years ago

Hey AnoshMK,

Mhm. Sounds more like a decode/encode Python error instead of a bug in this outdated version of MIScnn.
Which Python version are you using and on what system are you running your code
(Ubuntu, Windows, ...)?

Also: This repository is not maintained anymore due to it uses an old version of MIScnn.
You can find a Jupyter Notebook also on the KiTS19 data set on the official MIScnn repo: https://github.com/frankkramer-lab/MIScnn

Cheers, Dominik