Joseph Paul Cohen

Results 105 comments of Joseph Paul Cohen

Give this script a try: https://github.com/mlmed/torchxrayvision/blob/master/scripts/process_batch.py

Strange. Try updating torch with `pip install torch --upgrade` Maybe that issue has to do with using the cpu so you can try to run the script with -cuda to...

There is some scaling done on the predictions >0.5 to make the interface more usable: https://github.com/mlmed/chester-xray/blob/master/res/js/system.js#L639 specified but the scaling factor here: https://github.com/mlmed/chester-xray/blob/master/models/xrv-all-45rot15trans15scale/config.json#L25 So the output from the model using...

> predictions are wrong What does wrong mean here? > I was wondering if you could share what results have you got with “resnet50-res512-all” “16747_3_1.jpg” and “00000001_000.png” test images for...

It was trained on the JPG files. To confirm I verified the dataset does not use a dicom loader to read the files: https://github.com/mlmed/torchxrayvision/blob/73effd43b1f664ade43bb5043c8c27422663f89a/torchxrayvision/datasets.py#L1219 The script for generating the benchmark...