DenseNet-MURA-PyTorch icon indicating copy to clipboard operation
DenseNet-MURA-PyTorch copied to clipboard

Implementation of DenseNet model on Standford's MURA dataset using PyTorch

Results 7 DenseNet-MURA-PyTorch issues
Sort by recently updated
recently updated
newest added

While trying to run your code, from main.py the following error occurs: `Traceback (most recent call last): File "DenseNet-MURA-PyTorch/main.py", line 12, in study_data = get_study_level_data(study_type='/XR_WRIST') File "DenseNet-MURA-PyTorch/pipeline.py", line 22, in...

Hi, just to know that anyone find a convenient way to clean the image? Through the heatmap I saw words on the image take a lot of attention of the...

File "main.py", line 16, in dataloaders = get_dataloaders(study_data, batch_size=1) File "/home/zli/PycharmProjects/DenseNet-MURA-PyTorch/pipeline.py", line 79, in get_dataloaders image_datasets = {x: ImageDataset(data[x], transform=data_transforms[x], study_level=study_level) for x in data_cat} File "/home/zli/PycharmProjects/DenseNet-MURA-PyTorch/pipeline.py", line 79, in...

Install would be much easier with a requirements.txt file This can be easily done with: `pip freeze > requirements.txt` There are required packages missing from the listed dependencies is the...

after running the code got this error. how can i fix this? plz help. i used nvidia titan xp gpu. ---------- Traceback (most recent call last): File "", line 1,...

Hi Pyaf, Thanks for your work. Did you have the same results as the Mura team (kappa = 0.931 on the wrist) ? I can't reach it.

When I run the main.py, encounter an error, and then I print the shapes of preds and labels. I find tha t the problem may appear in the code of...