-
Hi Eric! First of all I want to say great job! I am really impressed with how much detail and thought you put in this project. I am conducting similar project of my own, and I want to use DDSM databas…
-
Hello, can I classify masses and lesions in mammogram images using the Cobra model?
-
I'm trying to change the network to accept grayscale images and have followed the wiki steps to exclude conv1 when loading weights and include it in addition to heads when training. I am running into …
-
As the title, I face this problem "ValueError: the input array must have size 3 along `channel_axis`, got (354, 179, 4)".
How to solve it? Can you update your source code please!
Thank you.
-
First of all, thanks very much, the guide helped me a lot.. Thanks for all your efforts,
I am a PhD student that is working of breast cancer detection. I follow your guide to help me detect and cla…
-
Hello! I have trained the ffqh1024 model with a custom mammograms dataset in Google Colab. My trained model .pkl file is ready on a drive folder and I want to generate images using that .pkl file. I t…
-
Does your segmentation model run on presentation dcm file? If so, what are the pre-processing steps for inference? This part is not mentioned in your paper, so I guess they are uint16 -> uint8 -> gray…
-
hello, I am interest at your code. But how to run your code? can you give some advice?
beside, can you provide some trainning data?
-
I want to change feat_stride from 16 to 8, so that model can be more sensitive to small object. And I change:
`self._feat_stride = [16, ]`
to
`self._feat_stride = [8, ]`
But that's not enough, I g…
-
Hi,
This tool looks great! Are there any plans to support annotating medical images?
Potential applications:
- Segmentation
- Classification (also multi-class)
- ROI in every slice
- ROI in 3D
Use…