3DRDN-CycleGAN icon indicating copy to clipboard operation
3DRDN-CycleGAN copied to clipboard

Deep CNN for performing 3D super resolution on CT/MRI scans

Results 13 3DRDN-CycleGAN issues
Sort by recently updated
recently updated
newest added

Could you pleaes help me with the inference problem, I have no idea of how to inference the model which I have trained well. I could not find the ckpt.meta...

My hardware is insufficient for training and I want to try inference before I consider using it for research. Is it possible to share your model weights or provide a...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies

Bumps [joblib](https://github.com/joblib/joblib) from 1.0.1 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.6 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

Just remove the SCALING_FACTOR for x and y, and keep the SCALING_FACTOR for z, Will it work if I just want to generate thin slice CTs? lr_image = tf.image.resize(blurred_image, [x//SCALING_FACTOR,...

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Error: how to solve this problem, #Initial Random Slice Image Generation valid_batch = [next(valid_dataset)] Traceback (most recent call last): File "main.py", line 26, in main() File "main.py", line 22, in...