CheXNet-with-localization
CheXNet-with-localization copied to clipboard
Weakly Supervised Learning for Findings Detection in Medical Images
Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 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...
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...
Hi, I got the below error while running **denseNet_localization.py** file. ``` Traceback (most recent call last): File "/media/administrator/D/XRay/CheXnet_Demo/denseNet_localization.py", line 227, in output = gcam.generate(target_layer="module.densenet121.features.denseblock4.denselayer16.conv.2") File "/media/administrator/D/XRay/CheXnet_Demo/denseNet_localization.py", line 186, in generate...
I don't have enough RAM to train this model again. Is there any way to use this model to do inference on my data?
Recently I am working on reconstruct your work's localization part. I fill up the Eval Part with Precision and Recall as eval metric. But the I just can not get...
Could anyone visualize the heatmap using GradCAM? After changing the name in denseNet_localization.py module.densenet121.features.denseblock4.denselayer16.conv.2 to module.densenet121.features.denseblock4.denselayer16.conv2 It then returns Nan values for the heatmap.
I am able to generate the bound_box.txt file after I execute the **denseNet_localization.py** file. how to visualize the bound box text file into the input image? as you mentioned in...
Hello, sir thanks for the repo. I have done image preprocessing. Now I want to train the network but as the memory dumped in preprocessing but still, I have been...
Hello, I want to train my own data using your weakly supervised net, however, while preparing the necessary files, I'm in trouble of creating my own BBox_List_2017.csv ,cause I have...
Hi! Thanks for this project. I noticed the weights for each training batch are not used. How did you incorporate them in training? I read in your report that your...