CheXNet-Keras
CheXNet-Keras copied to clipboard
This project is a tool to build CheXNet-like models, written in Keras.
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.1 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...
@brucechou1983 : After training, using cam.py, I am getting the predicted cam output and bounding box mismatch. Please help.
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.4.1 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
i'm trying to predict unknown chest x-ray photo and i am getting a very low prediction numbers.. can i predict new image using your trained model?
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.0.12 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
I am trying to predict labels (using pertained weights) for some random chest xray images. But it always predicts third class. I don't know if the implementation is working or...
I constructed a chexnet model using DenseNet121 and loaded our pre-trained weights. On generating CAMs of the final conv layer, an unwanted region of high activations are found on all...
Run time error of Like 'new process before the current process has finished its bootstrapping phase'
Hello I am getting this issue what will be the solution if anyone knows>? raise RuntimeError(''' RuntimeError: An attempt has been made to start a new process before the current...
When you do cam preprocessing,the function transform_batch_images is not called.But the result of cam images is right.Why?Did you trained model without the function transform_batch_images?