BodyPartRegression
BodyPartRegression copied to clipboard
Installing and using bpreg from PyPI would become easier with this, but it introduces the constant risk of new versions breaking something. That's why I added two new requirements files...
Hello Sarah, thank you for the nice work and sharing! are you planning to publish also the model weights for the MRI body part regression? Best Stefan
I have a computer with an Nvidia 4090 graphics card, and I want to run the bpreg program on it. However, after installing bpreg, when I use bpreg_predict, I get...
Hi ! I was trying to go through the preprocessing-of-covid19-dataset.ipynb file and I got into an error when calling the following code: ```Python df = create_meta_data_table(output_path) # Filter CT scans...